Results

By type

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

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

2022-04-17T05:39:48.052Z||main|||||INFO|500||The following profiles are active: basic
2022-04-17T05:40:12.872Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-17T05:40:12.873Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-17T05:40:13.241Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-17T05:40:23.358Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-17T05:40:24.379Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-17T05:40:25.476Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-17T05:40:25.491Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-17T05:40:25.823Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-17T05:40:26.412Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-17T05:40:28.242Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-17T05:40:33.267Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-17T05:40:38.525Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-17T05:40:38.650Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-17T05:40:39.678Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-17T05:40:40.248Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-17T05:40:42.873Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-17T05:40:44.986Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-17T05:40:45.028Z||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$$7b5c92.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-17T05:40:45.030Z||main|||||WARN|500||The sdc end point is not alive
2022-04-17T05:40:50.771Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-17T05:40:56.257Z||main|||||WARN|500||---
2022-04-17T05:40:56.258Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-17T05:40:56.258Z||main|||||WARN|500||---
2022-04-17T05:40:57.100Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-17T05:41:06.480Z||main|||||INFO|500||Started Application in 84.388 seconds (JVM running for 89.635)
2022-04-17T05:41:06.540Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-17T05:41:06.542Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-17T05:41:06.585Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-17T05:41:06.676Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-17T05:41:06.754Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c95c2a16-e840-45b1-8071-ede755ab647a url= /sdc/v1/artifactTypes
2022-04-17T05:41:06.755Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-17T05:41:07.259Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-17T05:41:07.401Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-17T05:41:07.452Z||scheduling-1|||||DEBUG|500||create keys
2022-04-17T05:41:07.488Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-17T05:41:07.535Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:41:07.570Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f1975208-f807-4a22-b6a1-96f72bf6f36a url= /sdc/v1/registerForDistribution
2022-04-17T05:41:07.961Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f1975208-f807-4a22-b6a1-96f72bf6f36a url= /sdc/v1/registerForDistribution
2022-04-17T05:41:07.962Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-17T05:41:07.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:41:08.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:41:08.019Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-17T05:41:08.039Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:41:08.040Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:41:08.056Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:41:08.056Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:41:18.388Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:41:18.412Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:42:07.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:42:07.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:42:07.980Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:42:07.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:42:07.994Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:42:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:42:17.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:42:17.555Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:43:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:43:07.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:43:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:43:07.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:43:07.995Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:43:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:43:17.527Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:43:17.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:44:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:44:07.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:44:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:44:07.992Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:44:07.994Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:44:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:44:17.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:44:17.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:45:07.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:45:07.977Z||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-04-17T05:45:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:45:07.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:45:07.995Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:45:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:45:17.525Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:45:17.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:46:07.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:46:07.980Z||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-04-17T05:46:07.980Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:46:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:46:07.994Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:46:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:46:17.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:46:17.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:47:07.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:47:07.976Z||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-04-17T05:47:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:47:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:47:07.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:47:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:47:17.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:47:17.567Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:48:07.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:48:07.976Z||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-04-17T05:48:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:48:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:48:07.997Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:48:07.997Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:48:17.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:48:17.542Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:49:07.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:49:07.977Z||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-04-17T05:49:07.978Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:49:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:49:07.994Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:49:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:49:17.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:49:17.536Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:49:37.154Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-17T05:50:07.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:50:07.976Z||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-04-17T05:50:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:50:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:50:07.994Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:50:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:50:17.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:50:17.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:51:07.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:51:07.976Z||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-04-17T05:51:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:51:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:51:07.998Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:51:07.998Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:51:17.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:51:17.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:52:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:52:07.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:52:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:52:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:52:07.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:52:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:52:17.528Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:52:17.536Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:53:07.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:53:07.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:53:07.980Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:53:07.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:53:07.994Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:53:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:53:17.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:53:17.543Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:54:07.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:54:07.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:54:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:54:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:54:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:54:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:54:17.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:54:17.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:55:07.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:55:07.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:55:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:55:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:55:07.994Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:55:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:55:17.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:55:17.531Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:56:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:56:07.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:56:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:56:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:56:07.994Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:56:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:56:17.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:56:17.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:57:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:57:07.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:57:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:57:07.993Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:57:07.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:57:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:57:17.526Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:57:17.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:58:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:58:07.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:58:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:58:07.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:58:07.993Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:58:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:58:17.528Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:58:17.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:59:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:59:07.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:59:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:59:07.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:59:07.993Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T05:59:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T05:59:17.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:59:17.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:00:07.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:00:07.977Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:00:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:00:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:00:07.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:00:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:00:17.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:00:17.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:01:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:01:07.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:01:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:01:07.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:01:07.995Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:01:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:01:17.519Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:01:17.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:02:07.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:02:07.979Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:02:07.979Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:02:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:02:07.994Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:02:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:02:17.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:02:17.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:03:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:03:07.977Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:03:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:03:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:03:07.996Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:03:07.996Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:03:17.521Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:03:17.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:04:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:04:07.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:04:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:04:07.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:04:07.994Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:04:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:04:17.526Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:04:17.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:05:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:05:07.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:05:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:05:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:05:07.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:05:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:05:17.530Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:05:17.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:06:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:06:07.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:06:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:06:07.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:06:07.994Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:06:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:06:17.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:06:17.544Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:07:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:07:07.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:07:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:07:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:07:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:07:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:07:17.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:07:17.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:08:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:08:07.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:08:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:08:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:08:07.994Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:08:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:08:17.526Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:08:17.528Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:09:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:09:07.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:09:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:09:07.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:09:07.993Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:09:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:09:17.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:09:17.531Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:10:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:10:07.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:10:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:10:07.993Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:10:07.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:10:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:10:17.529Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:10:17.536Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:11:07.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:11:07.978Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:11:07.978Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:11:07.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:11:07.994Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:11:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:11:17.540Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:11:17.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:12:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:12:07.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:12:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:12:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:12:07.993Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:12:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:12:17.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:12:17.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:13:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:13:07.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:13:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:13:07.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:13:07.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:13:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:13:17.532Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:13:17.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:14:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:14:07.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:14:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:14:07.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:14:07.995Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:14:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:14:17.527Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:14:17.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:15:07.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:15:07.977Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:15:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:15:07.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:15:07.993Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:15:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:15:17.538Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:15:17.542Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:16:07.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:16:07.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:16:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:16:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:16:07.993Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:16:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:16:17.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:16:17.535Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:17:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:17:07.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:17:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:17:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:17:07.994Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:17:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:17:17.533Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:17:17.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:18:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:18:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:18:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:18:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:18:07.994Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:18:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:18:17.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:18:17.544Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:19:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:19:07.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:19:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:19:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:19:07.994Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:19:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:19:17.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:19:17.542Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:20:07.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:20:07.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:20:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:20:07.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:20:07.994Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:20:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:20:17.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:20:17.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:21:07.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:21:07.978Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:21:07.979Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:21:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:21:07.993Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:21:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:21:17.523Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:21:17.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:22:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:22:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:22:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:22:07.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:22:07.994Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:22:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:22:17.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:22:17.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:23:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:23:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:23:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:23:07.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:23:07.994Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:23:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:23:17.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:23:17.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:24:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:24:07.978Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:24:07.979Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:24:07.993Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:24:07.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:24:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:24:17.545Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:24:17.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:25:07.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:25:07.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:25:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:25:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:25:07.993Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:25:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:25:17.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:25:17.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:26:07.984Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:26:07.986Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:26:07.986Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:26:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:26:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:26:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:26:17.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:26:17.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:27:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:27:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:27:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:27:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:27:07.993Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:27:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:27:17.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:27:17.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:28:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:28:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:28:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:28:07.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:28:07.993Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:28:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:28:17.521Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:28:17.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:29:07.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:29:07.976Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:29:07.976Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T06:29:07.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:29:07.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:29:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:29:17.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:29:17.530Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:30:07.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:30:07.976Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:30:07.977Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T06:30:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:30:07.994Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:30:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:30:17.521Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:30:17.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:31:07.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:31:07.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:31:07.978Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T06:31:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:31:07.994Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:31:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:31:17.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:31:17.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:32:07.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:32:07.976Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:32:07.977Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T06:32:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:32:07.995Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:32:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:32:17.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:32:17.537Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:33:07.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:33:07.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:33:07.978Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:33:07.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:33:07.994Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:33:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:33:17.533Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:33:17.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:34:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:34:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:34:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:34:07.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:34:07.993Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:34:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:34:17.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:34:17.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:35:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:35:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:35:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:35:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:35:07.993Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:35:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:35:17.527Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:35:17.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:36:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:36:07.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:36:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:36:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:36:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:36:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:36:17.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:36:17.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:37:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:37:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:37:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:37:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:37:07.994Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:37:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:37:17.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:37:17.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:38:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:38:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:38:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:38:07.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:38:07.994Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:38:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:38:17.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:38:17.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:39:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:39:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:39:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:39:07.993Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:39:07.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:39:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:39:17.530Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:39:17.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:40:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:40:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:40:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:40:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:40:07.994Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:40:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:40:17.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:40:17.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:41:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:41:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:41:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:41:07.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:41:07.994Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:41:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:41:17.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:41:17.529Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:42:07.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:42:07.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:42:07.978Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:42:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:42:07.993Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:42:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:42:17.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:42:17.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:43:07.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:43:07.976Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:43:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:43:07.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:43:07.995Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:43:07.996Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:43:17.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:43:17.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:44:07.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:44:07.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:44:07.976Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T06:44:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:44:07.994Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:44:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:44:17.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:44:17.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:45:07.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:45:07.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:45:07.976Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T06:45:07.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:45:07.998Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:45:07.998Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:45:17.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:45:17.574Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:46:07.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:46:07.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:46:07.976Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T06:46:07.992Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:46:07.993Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:46:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:46:17.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:46:17.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:47:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:47:07.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:47:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:47:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:47:07.993Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:47:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:47:17.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:47:17.533Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:48:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:48:07.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:48:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:48:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:48:07.993Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:48:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:48:17.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:48:17.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:49:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:49:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:49:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:49:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:49:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:49:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:49:17.542Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:49:17.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:50:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:50:07.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:50:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:50:07.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:50:07.994Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:50:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:50:17.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:50:17.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:51:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:51:07.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:51:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:51:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:51:07.993Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:51:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:51:17.523Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:51:17.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:52:07.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:52:07.978Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:52:07.978Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:52:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:52:07.993Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:52:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:52:17.536Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:52:17.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:53:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:53:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:53:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:53:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:53:07.993Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:53:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:53:17.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:53:17.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:54:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:54:07.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:54:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:54:07.993Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:54:07.995Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:54:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:54:17.534Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:54:17.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:55:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:55:07.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:55:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:55:07.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:55:07.994Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:55:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:55:17.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:55:17.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:56:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:56:07.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:56:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:56:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:56:07.993Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:56:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:56:17.522Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:56:17.530Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:57:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:57:07.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:57:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:57:07.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:57:07.993Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:57:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:57:17.527Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:57:17.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:58:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:58:07.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:58:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:58:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:58:07.993Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:58:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:58:17.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:58:17.528Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:59:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:59:07.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:59:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:59:07.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T06:59:07.993Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T06:59:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T06:59:17.526Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T06:59:17.529Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:00:07.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:00:07.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:00:07.978Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:00:07.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:00:07.996Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:00:07.998Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:00:17.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:00:17.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:01:07.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:01:07.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:01:07.979Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:01:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:01:07.993Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:01:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:01:17.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:01:17.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:02:07.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:02:07.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:02:07.978Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:02:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:02:07.993Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:02:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:02:17.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:02:17.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:03:07.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:03:07.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:03:07.978Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:03:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:03:07.993Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:03:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:03:17.530Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:03:17.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:04:07.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:04:07.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:04:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:04:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:04:07.994Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:04:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:04:17.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:04:17.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:05:07.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:05:07.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:05:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:05:07.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:05:07.994Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:05:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:05:17.531Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:05:17.531Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:06:07.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:06:07.976Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:06:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:06:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:06:07.994Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:06:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:06:17.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:06:17.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:07:07.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:07:07.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:07:07.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:07:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:07:07.993Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:07:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:07:17.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:07:17.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:07:25.831Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T07:08:07.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:08:07.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:08:07.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:08:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:08:07.994Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:08:07.996Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:08:17.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:08:17.544Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:09:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:09:07.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:09:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:09:07.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:09:07.993Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:09:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:09:17.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:09:17.537Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:10:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:10:07.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:10:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:10:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:10:07.993Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:10:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:10:17.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:10:17.528Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:11:07.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:11:07.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:11:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:11:07.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:11:07.994Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:11:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:11:17.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:11:17.537Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:12:07.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:12:07.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:12:07.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:12:07.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:12:07.993Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:12:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:12:17.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:12:17.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:13:07.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:13:07.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:13:07.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:13:07.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:13:07.993Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:13:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:13:17.548Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:13:17.548Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:14:07.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:14:07.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:14:07.976Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:14:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:14:07.993Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:14:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:14:17.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:14:17.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:15:07.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:15:07.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:15:07.976Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:15:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:15:07.993Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:15:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:15:17.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:15:17.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:07.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:16:07.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:16:07.976Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:07.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:16:07.995Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:16:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:08.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:08.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c6efa08-9fe6-477b-a25e-abc7e251b0c4","serviceName":"basic_onboard_xpjTOM","serviceVersion":"1.0","serviceUUID":"d26262a1-923f-417a-a35c-06de3555b4b4","serviceDescription":"service","serviceInvariantUUID":"af2725d9-af22-4005-818e-d73063e2865b","resources":[{"resourceInstanceName":"basic_onboard_xpjTOM 0","resourceName":"basic_onboard_xpjTOM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0bf140a9-5cd1-4e64-bef2-50fade2c720f","resourceInvariantUUID":"ce23e5e7-422e-4dc4-af48-452576c01abc","resourceCustomizationUUID":"ee9c15e7-7d70-467a-abf7-d65150454cdf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vf-license-model.xml","artifactChecksum":"NzM4NjhjMjZiODdkYWNlYzIyNjEzMDZhYmI1NGYyZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"731fcd8e-bd77-4503-bf2a-49db66e47747","artifactVersion":"1"},{"artifactName":"basic_onboard_xpjtom0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json","artifactChecksum":"ZWMyOGRlYTBjMmZkMjRiMGRhYzliMzMyNzRmOTliOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81c86a63-07f6-440c-a736-a50e77f07700","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e2722513-c989-4aa1-8c7f-5ec1785d4617","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2baa12d-9d09-4f30-b1d6-8ef28cf9363d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6b41f8d4-dd04-45be-938d-20911d9cc66f","artifactVersion":"2","generatedFromUUID":"e2722513-c989-4aa1-8c7f-5ec1785d4617"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXpjtom-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-template.yml","artifactChecksum":"Yzk1MGRmNDc0OWFmMDQ0NmRhMTE3ZWRkMTc2OGZjNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"562a98dd-e33b-488f-9e79-8694fabe9124","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXpjtom-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar","artifactChecksum":"YmMwYzFlYWQwN2Q2NWJmMDQyYzNlNTg0Zjk0NTNiODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a441831-a5a0-4b38-ab72-314217e4fd7d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T07:16:08.639Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:08.640Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:16:08.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "cds",
  "timestamp": 1650179728301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.658Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:08.706Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:08.707Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179733636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "policy-id",
  "timestamp": 1650179737941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "cds",
  "timestamp": 1650179728301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179733636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:16:08.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "policy-id",
  "timestamp": 1650179737941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "cds",
  "timestamp": 1650179728301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179733636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:16:08.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "policy-id",
  "timestamp": 1650179737941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:16:08.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179739485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "cds",
  "timestamp": 1650179728301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179733636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "policy-id",
  "timestamp": 1650179737941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179739485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "cds",
  "timestamp": 1650179728301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179733636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T07:16:08.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "policy-id",
  "timestamp": 1650179737941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179739485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "cds",
  "timestamp": 1650179728301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179733636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "policy-id",
  "timestamp": 1650179737941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179739485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "cds",
  "timestamp": 1650179728301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:16:08.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179733636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:16:08.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "policy-id",
  "timestamp": 1650179737941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:16:08.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179739485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179744675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:08.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:16:08.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179739485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "policy-id",
  "timestamp": 1650179746612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:08.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:16:08.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "cds",
  "timestamp": 1650179744991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:08.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:16:08.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179739485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:08.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:08.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "policy-id",
  "timestamp": 1650179747622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:16:08.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:16:08.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:08.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "cds",
  "timestamp": 1650179746022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-04-17T07:16:08.809Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-17T07:16:08.816Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:08.816Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:16:08.833Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:08.834Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:16:09.044Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
2022-04-17T07:16:09.082Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c6efa08-9fe6-477b-a25e-abc7e251b0c4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:16:09.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179745873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:09.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:16:09.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1650179745873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "policy-id",
  "timestamp": 1650179748628,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:16:09.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
2022-04-17T07:16:09.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c6efa08-9fe6-477b-a25e-abc7e251b0c4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:16:09.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179746703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179747364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:09.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:16:09.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1650179745873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179746703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1650179745873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179748471,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:16:09.185Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
2022-04-17T07:16:09.186Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c6efa08-9fe6-477b-a25e-abc7e251b0c4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-17T07:16:09.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179746703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1650179745873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179749479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:16:09.208Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:16:09.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179746703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1650179745873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179746703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1650179745873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179746703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:09.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1650179745873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:16:09.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179746703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:16:09.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:16:09.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1650179753820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:09.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:16:09.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179754610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:09.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:16:09.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179760660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:16:09.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:16:09.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:16:09.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179761665,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:16:09.223Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
2022-04-17T07:16:09.223Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c6efa08-9fe6-477b-a25e-abc7e251b0c4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:16:09.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:16:09.721Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:09.725Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:09.725Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:16:09.824Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:16:09.825Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:09.826Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:09.843Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:09.844Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:16:10.726Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:16:10.732Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:10.735Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:10.735Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:16:10.836Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:16:10.837Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:10.838Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:10.852Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:10.853Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:16:11.738Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:16:11.738Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:11.747Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:11.748Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:11.842Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-17T07:16:11.844Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:11.844Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:11.863Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:11.865Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:16:12.749Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:16:12.750Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:12.753Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:12.754Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T07:16:12.854Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:16:12.855Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:12.856Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:12.869Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:12.870Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:16:13.755Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:16:13.757Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:13.761Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:13.761Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:16:13.861Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:16:13.862Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:13.862Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:13.878Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:13.879Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:16:14.762Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:16:14.763Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:14.769Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:14.769Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:16:14.869Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:16:14.870Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:14.870Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:14.884Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:14.885Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:16:15.772Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "serviceName": "basic_onboard_xpjTOM",
  "serviceVersion": "1.0",
  "serviceUUID": "d26262a1-923f-417a-a35c-06de3555b4b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "af2725d9-af22-4005-818e-d73063e2865b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_xpjTOM 0",
      "resourceCustomizationUUID": "ee9c15e7-7d70-467a-abf7-d65150454cdf",
      "resourceName": "basic_onboard_xpjTOM",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0bf140a9-5cd1-4e64-bef2-50fade2c720f",
      "resourceInvariantUUID": "ce23e5e7-422e-4dc4-af48-452576c01abc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_xpjtom0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
          "artifactChecksum": "ZWMyOGRlYTBjMmZkMjRiMGRhYzliMzMyNzRmOTliOTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81c86a63-07f6-440c-a736-a50e77f07700",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e2722513-c989-4aa1-8c7f-5ec1785d4617",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6b41f8d4-dd04-45be-938d-20911d9cc66f",
            "generatedFromUUID": "e2722513-c989-4aa1-8c7f-5ec1785d4617"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6b41f8d4-dd04-45be-938d-20911d9cc66f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardXpjtom-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
      "artifactChecksum": "YmMwYzFlYWQwN2Q2NWJmMDQyYzNlNTg0Zjk0NTNiODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a441831-a5a0-4b38-ab72-314217e4fd7d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T07:16:15.781Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T07:16:15.782Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d26262a1-923f-417a-a35c-06de3555b4b4 ASDC
2022-04-17T07:16:16.031Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3c6efa08-9fe6-477b-a25e-abc7e251b0c4
ServiceName:basic_onboard_xpjTOM
ServiceVersion:1.0
ServiceUUID:d26262a1-923f-417a-a35c-06de3555b4b4
ServiceInvariantUUID:af2725d9-af22-4005-818e-d73063e2865b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXpjtom-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar
ArtifactUUID:8a441831-a5a0-4b38-ab72-314217e4fd7d
ArtifactChecksum:YmMwYzFlYWQwN2Q2NWJmMDQyYzNlNTg0Zjk0NTNiODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xpjTOM 0
ResourceCustomizationUUID:ee9c15e7-7d70-467a-abf7-d65150454cdf
ResourceInvariantUUID:ce23e5e7-422e-4dc4-af48-452576c01abc
ResourceName:basic_onboard_xpjTOM
ResourceType:VF
ResourceUUID:0bf140a9-5cd1-4e64-bef2-50fade2c720f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xpjtom0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json
ArtifactUUID:81c86a63-07f6-440c-a736-a50e77f07700
ArtifactChecksum:ZWMyOGRlYTBjMmZkMjRiMGRhYzliMzMyNzRmOTliOTc=
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/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e2722513-c989-4aa1-8c7f-5ec1785d4617
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/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env
ArtifactUUID:6b41f8d4-dd04-45be-938d-20911d9cc66f
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/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env
ArtifactUUID:6b41f8d4-dd04-45be-938d-20911d9cc66f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T07:16:16.033Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d26262a1-923f-417a-a35c-06de3555b4b4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:16:16.115Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:16:16.117Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:16:16.119Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:16:16.120Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a441831-a5a0-4b38-ab72-314217e4fd7d from URL: /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:16.120Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:16:16.122Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:16.585Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:16:16.611Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar 8a441831-a5a0-4b38-ab72-314217e4fd7d 71568
2022-04-17T07:16:16.614Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar ASDC sendASDCNotification
2022-04-17T07:16:16.615Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:16.623Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:16:16.633Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:16.639Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:16.640Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179776612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:16.736Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-17T07:16:16.738Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:16.738Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:16.756Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:16.757Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:16:17.640Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:16:17.642Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:16:17.643Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a441831-a5a0-4b38-ab72-314217e4fd7d, URL: /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar to file: /app/ASDC/1/service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:17.644Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:17.793Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:17.794Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:18.788Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4550207956843222865/Definitions/service-BasicOnboardXpjtom-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-17T07:16:22.517Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T07:16:22.526Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-17T07:16:22.526Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:22.527Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-17T07:16:22.527Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||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-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:22.528Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||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-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:22.528Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||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-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:22.528Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||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-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:22.529Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:22.529Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xpjTOM 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-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:22.530Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:22.530Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||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-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:22.530Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||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-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:22.530Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-17T07:16:22.541Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.544Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:22.551Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is matching search criteria
2022-04-17T07:16:22.552Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-17T07:16:22.554Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_xpjTOM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:16:22.557Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.557Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:22.558Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is matching search criteria
2022-04-17T07:16:22.558Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-17T07:16:22.558Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_xpjTOM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:16:22.558Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.559Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:22.564Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.565Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is not matching search criteria
2022-04-17T07:16:22.565Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-17T07:16:22.566Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-17T07:16:22.566Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-17T07:16:22.566Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T07:16:22.566Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T07:16:22.567Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.567Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T07:16:22.569Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.570Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is matching search criteria
2022-04-17T07:16:22.570Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_xpjTOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:16:22.571Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.571Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is matching search criteria
2022-04-17T07:16:22.571Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_xpjTOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:16:22.572Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.572Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is matching search criteria
2022-04-17T07:16:22.572Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_xpjTOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:16:22.572Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.573Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is not matching search criteria
2022-04-17T07:16:22.573Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-17T07:16:22.573Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T07:16:22.573Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ed310531-2872-432c-9393-7b191a06d4cd
2022-04-17T07:16:22.574Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.574Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:22.574Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.575Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:22.575Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.575Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:22.576Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:22.576Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:22.576Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_xpjTOM
Description:service
Model UUID:d26262a1-923f-417a-a35c-06de3555b4b4
Model Version:NULL
Model InvariantUuid:af2725d9-af22-4005-818e-d73063e2865b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_xpjTOM
Model UUID:84928177-43ab-4e29-accb-dc2a07b79b7b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ce23e5e7-422e-4dc4-af48-452576c01abc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ee9c15e7-7d70-467a-abf7-d65150454cdf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d4645f51-0aee-4f3d-a8cf-b44a40f947cb
ModelName:BasicOnboardXpjtom..base_ubuntu18..module-0
ModelUuid:25a7a24a-f823-4230-b8f2-819c3f4cc04c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ed310531-2872-432c-9393-7b191a06d4cd
ModelInvariantUuid:aa028e47-7dc5-4878-b75b-6e0af01f5baa
ModelName:basic_onboard_xpjTOM-nodes.ubuntu18Cvfc
ModelUuid:7f8e05f7-159f-47bd-817e-23d666a0cb52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e6a098f7-9c13-45e7-bfa0-37b2c7dd5865
ModelInvariantUuid:ba8b3487-e284-4f47-beb3-eb425f0b6dfd
ModelName:BasicOnboardXpjtom.compute.nodes.heat.ubuntu18
ModelUuid:e1ad2ec7-e803-4bdb-be15-ec4c92520dc4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T07:16:22.600Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0bf140a9-5cd1-4e64-bef2-50fade2c720f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:16:22.747Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||basic_onboard_xpjTOM 0
2022-04-17T07:16:22.755Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0bf140a9-5cd1-4e64-bef2-50fade2c720f
2022-04-17T07:16:22.755Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 81c86a63-07f6-440c-a736-a50e77f07700 from URL: /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json
2022-04-17T07:16:22.756Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:16:22.756Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json
2022-04-17T07:16:22.835Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:16:22.836Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json 81c86a63-07f6-440c-a736-a50e77f07700 798
2022-04-17T07:16:22.836Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json ASDC sendASDCNotification
2022-04-17T07:16:22.836Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json
2022-04-17T07:16:22.836Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:16:22.837Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:22.841Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:22.842Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179782836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:22.941Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:16:22.943Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:22.943Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:22.962Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:22.963Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:16:23.844Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXpjtom..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d4645f51-0aee-4f3d-a8cf-b44a40f947cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "25a7a24a-f823-4230-b8f2-819c3f4cc04c",
    "vfModuleModelCustomizationUUID": "b9e8f80b-ab30-4aef-b43a-3c18705c1485",
    "isBase": true,
    "artifacts": [
      "e2722513-c989-4aa1-8c7f-5ec1785d4617",
      "6b41f8d4-dd04-45be-938d-20911d9cc66f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:16:23.868Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXpjtom..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:25a7a24a-f823-4230-b8f2-819c3f4cc04c
VfModuleModelInvariantUUID:d4645f51-0aee-4f3d-a8cf-b44a40f947cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
e2722513-c989-4aa1-8c7f-5ec1785d4617
,
6b41f8d4-dd04-45be-938d-20911d9cc66f

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

isBase:true


}

2022-04-17T07:16:23.877Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXpjtom..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d4645f51-0aee-4f3d-a8cf-b44a40f947cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "25a7a24a-f823-4230-b8f2-819c3f4cc04c",
    "vfModuleModelCustomizationUUID": "b9e8f80b-ab30-4aef-b43a-3c18705c1485",
    "isBase": true,
    "artifacts": [
      "e2722513-c989-4aa1-8c7f-5ec1785d4617",
      "6b41f8d4-dd04-45be-938d-20911d9cc66f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:16:23.877Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXpjtom..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:25a7a24a-f823-4230-b8f2-819c3f4cc04c
VfModuleModelInvariantUUID:d4645f51-0aee-4f3d-a8cf-b44a40f947cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
e2722513-c989-4aa1-8c7f-5ec1785d4617
,
6b41f8d4-dd04-45be-938d-20911d9cc66f

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

isBase:true


}

2022-04-17T07:16:23.878Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e2722513-c989-4aa1-8c7f-5ec1785d4617 from URL: /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml
2022-04-17T07:16:23.878Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:16:23.878Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml
2022-04-17T07:16:23.945Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:16:23.946Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml e2722513-c989-4aa1-8c7f-5ec1785d4617 5033
2022-04-17T07:16:23.946Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-17T07:16:23.946Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml
2022-04-17T07:16:23.947Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:16:23.947Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:23.949Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:23.949Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179783946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:24.049Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:16:24.051Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:24.051Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:24.064Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:24.065Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:16:24.950Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6b41f8d4-dd04-45be-938d-20911d9cc66f from URL: /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env
2022-04-17T07:16:24.951Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:16:24.951Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env
2022-04-17T07:16:25.027Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:16:25.028Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env 6b41f8d4-dd04-45be-938d-20911d9cc66f 909
2022-04-17T07:16:25.029Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-17T07:16:25.029Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env
2022-04-17T07:16:25.029Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:16:25.030Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:25.035Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:25.036Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179785029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:16:25.135Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:16:25.136Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:25.136Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:25.148Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:25.149Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:16:26.036Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d26262a1-923f-417a-a35c-06de3555b4b4
2022-04-17T07:16:26.037Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xpjTOM 0 0bf140a9-5cd1-4e64-bef2-50fade2c720f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:16:26.091Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b6d7d80, org.onap.sdc.toscaparser.api.parameters.Input@2ad27f4d, org.onap.sdc.toscaparser.api.parameters.Input@1b18b798, org.onap.sdc.toscaparser.api.parameters.Input@51fc8122, org.onap.sdc.toscaparser.api.parameters.Input@210d77e0]
2022-04-17T07:16:26.099Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.101Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:26.101Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-17T07:16:26.101Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ee9c15e7-7d70-467a-abf7-d65150454cdf
2022-04-17T07:16:26.101Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ee9c15e7-7d70-467a-abf7-d65150454cdf matches Tosca VF Customization UUID: ee9c15e7-7d70-467a-abf7-d65150454cdf
2022-04-17T07:16:26.102Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ee9c15e7-7d70-467a-abf7-d65150454cdf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-17T07:16:26.115Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.116Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:26.119Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ee9c15e7-7d70-467a-abf7-d65150454cdf: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-17T07:16:26.120Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d3cd28b
2022-04-17T07:16:26.121Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.121Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T07:16:26.122Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9e8f80b-ab30-4aef-b43a-3c18705c1485
2022-04-17T07:16:26.124Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9e8f80b-ab30-4aef-b43a-3c18705c1485
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-17T07:16:26.133Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.134Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is matching search criteria
2022-04-17T07:16:26.134Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_xpjTOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:16:26.136Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.136Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is matching search criteria
2022-04-17T07:16:26.136Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_xpjTOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:16:26.137Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.137Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is not matching search criteria
2022-04-17T07:16:26.137Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-17T07:16:26.138Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T07:16:26.138Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ed310531-2872-432c-9393-7b191a06d4cd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T07:16:26.151Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.152Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is matching search criteria
2022-04-17T07:16:26.152Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_xpjTOM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:16:26.152Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.153Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_xpjTOM 0 is matching search criteria
2022-04-17T07:16:26.153Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_xpjTOM 0] matching following query criteria: sdcType=VF, customizationUUID=ee9c15e7-7d70-467a-abf7-d65150454cdf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:16:26.156Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.157Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:26.158Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d26262a1-923f-417a-a35c-06de3555b4b4: basic_onboard_xpjTOM
2022-04-17T07:16:26.158Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.159Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:26.159Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.160Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:26.160Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.160Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:26.161Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.161Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:26.162Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:16:26.162Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_xpjTOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:16:26.163Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_xpjTOM 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:16:26.443Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xpjTOM 0bf140a9-5cd1-4e64-bef2-50fade2c720f 1 ASDC deployResourceStructure
2022-04-17T07:16:26.444Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json ASDC sendASDCNotification
2022-04-17T07:16:26.444Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json
2022-04-17T07:16:26.444Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:16:26.444Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:26.448Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:26.449Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179786444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:16:26.552Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T07:16:26.553Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:26.553Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:26.574Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:26.575Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:16:27.451Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-17T07:16:27.452Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml
2022-04-17T07:16:27.452Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:16:27.453Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:27.458Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:27.459Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179787451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:16:27.559Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:16:27.560Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:27.560Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:27.577Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:27.578Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:16:28.460Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-17T07:16:28.461Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env
2022-04-17T07:16:28.461Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:16:28.462Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:28.465Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:28.465Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179788460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:16:28.565Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:16:28.566Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:28.566Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:28.581Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:28.582Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:16:29.466Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar ASDC sendASDCNotification
2022-04-17T07:16:29.467Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar
2022-04-17T07:16:29.467Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:16:29.468Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:16:29.471Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:16:29.471Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179789466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:16:29.571Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:16:29.573Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:16:29.573Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:16:29.589Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:16:29.590Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:16:30.473Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:16:30.504Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:16:30.509Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:16:30.510Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:16:30.510Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:17:00.512Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:17:00.535Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:17:00.542Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:17:00.543Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:17:00.543Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:17:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:17:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:17:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:17:08.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:17:08.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:17:08.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:17:08.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:17:30.544Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:17:30.568Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:17:30.574Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:17:30.574Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:17:30.574Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:18:00.575Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:18:00.612Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:18:00.620Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:18:00.620Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:18:00.621Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:18:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:18:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:18:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:18:08.515Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:18:08.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:18:08.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:18:08.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:18:08.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:18:08.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:18:08.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:18:08.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T07:18:08.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:18:08.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:18:08.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:18:08.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179767974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:18:08.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:18:08.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1650179776673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:18:08.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:18:08.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179776612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:18:08.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:18:08.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1650179777695,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:18:08.555Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
2022-04-17T07:18:08.556Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c6efa08-9fe6-477b-a25e-abc7e251b0c4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:18:08.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179782836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:18:08.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:18:08.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179783946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:18:08.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:18:08.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179785029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:18:08.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:18:08.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179786444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/basic_onboard_xpjtom0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:18:08.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:18:08.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179787451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:18:08.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:18:08.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179788460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/resourceInstances/basic_onboard_xpjtom0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:18:08.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:18:08.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:18:08.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179789466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXpjtom/1.0/artifacts/service-BasicOnboardXpjtom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:18:08.576Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:18:30.622Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:18:30.643Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:18:30.654Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:18:30.655Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T07:18:30.655Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-17T07:18:30.655Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-17T07:18:30.655Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:18:30.656Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:18:30.656Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:18:30.656Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:18:30.656Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:18:30.657Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:18:30.664Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-17T07:19:00.665Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T07:19:00.676Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c6efa08-9fe6-477b-a25e-abc7e251b0c4 and serviceModelVersionId: d26262a1-923f-417a-a35c-06de3555b4b4
2022-04-17T07:19:00.676Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af2725d9-af22-4005-818e-d73063e2865b
2022-04-17T07:19:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:19:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:19:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:08.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:08.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "cds",
  "timestamp": 1650179893301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179896703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179893637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "policy-id",
  "timestamp": 1650179897941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "aai-ml",
  "timestamp": 1650179895874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "cds",
  "timestamp": 1650179893301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179893637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179896703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "policy-id",
  "timestamp": 1650179897941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "aai-ml",
  "timestamp": 1650179895874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179899485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "cds",
  "timestamp": 1650179893301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179893637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179896703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "policy-id",
  "timestamp": 1650179897941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "aai-ml",
  "timestamp": 1650179895874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179899485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "cds",
  "timestamp": 1650179893301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179893637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179896703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "policy-id",
  "timestamp": 1650179897941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "aai-ml",
  "timestamp": 1650179895874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179899485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "cds",
  "timestamp": 1650179893301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179893637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179896703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "policy-id",
  "timestamp": 1650179897941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "aai-ml",
  "timestamp": 1650179895874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179899485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "cds",
  "timestamp": 1650179893301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179893637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179896703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "policy-id",
  "timestamp": 1650179897941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "aai-ml",
  "timestamp": 1650179895874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179899485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179893637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "cds",
  "timestamp": 1650179893301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179896703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "policy-id",
  "timestamp": 1650179897941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "aai-ml",
  "timestamp": 1650179895874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179899485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "cds",
  "timestamp": 1650179905400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179905412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179905230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "policy-id",
  "timestamp": 1650179907116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "aai-ml",
  "timestamp": 1650179905484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179899485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "cds",
  "timestamp": 1650179906408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:19:08.715Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 65d01956-462a-46db-8724-d0f5353e50fe
2022-04-17T07:19:08.716Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65d01956-462a-46db-8724-d0f5353e50fe and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:19:08.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "policy-id",
  "timestamp": 1650179908121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:08.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179906472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "policy-id",
  "timestamp": 1650179909126,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:19:08.738Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65d01956-462a-46db-8724-d0f5353e50fe
2022-04-17T07:19:08.739Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65d01956-462a-46db-8724-d0f5353e50fe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:19:08.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179907558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179908597,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:19:08.767Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65d01956-462a-46db-8724-d0f5353e50fe
2022-04-17T07:19:08.768Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65d01956-462a-46db-8724-d0f5353e50fe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-17T07:19:08.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179909620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:08.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179909604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:08.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179910625,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:19:08.797Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 65d01956-462a-46db-8724-d0f5353e50fe
2022-04-17T07:19:08.798Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65d01956-462a-46db-8724-d0f5353e50fe and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:19:08.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "aai-ml",
  "timestamp": 1650179925460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:08.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "aai-ml",
  "timestamp": 1650179926466,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:19:08.846Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 65d01956-462a-46db-8724-d0f5353e50fe
2022-04-17T07:19:08.846Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65d01956-462a-46db-8724-d0f5353e50fe and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:19:08.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "aai-ml",
  "timestamp": 1650179927471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179933636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179926702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "aai-ml",
  "timestamp": 1650179927471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179933636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179926702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "aai-ml",
  "timestamp": 1650179927471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179933636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179926702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "policy-id",
  "timestamp": 1650179937942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "aai-ml",
  "timestamp": 1650179927471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179933636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179926702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "policy-id",
  "timestamp": 1650179937942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "aai-ml",
  "timestamp": 1650179927471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179933636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179926702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "policy-id",
  "timestamp": 1650179937942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "cds",
  "timestamp": 1650179938301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "aai-ml",
  "timestamp": 1650179927471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179933636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179926702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179939485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "policy-id",
  "timestamp": 1650179937942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "cds",
  "timestamp": 1650179938301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "aai-ml",
  "timestamp": 1650179927471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179933636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179926702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179939485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "policy-id",
  "timestamp": 1650179937942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "cds",
  "timestamp": 1650179938301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179939485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "policy-id",
  "timestamp": 1650179937942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "cds",
  "timestamp": 1650179938301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179941808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "aai-ml",
  "timestamp": 1650179942121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179942118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179939485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "policy-id",
  "timestamp": 1650179937942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "cds",
  "timestamp": 1650179938301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179943325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179939485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "cds",
  "timestamp": 1650179938301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "policy-id",
  "timestamp": 1650179946109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.896Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179939485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "cds",
  "timestamp": 1650179938301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:08.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179944784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "policy-id",
  "timestamp": 1650179947118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:08.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650179939485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:08.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:19:08.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179945841,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:19:08.932Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02ad6f61-4a94-4de6-8087-47ea5e8931a0
2022-04-17T07:19:08.933Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02ad6f61-4a94-4de6-8087-47ea5e8931a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:19:08.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179946267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:08.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "policy-id",
  "timestamp": 1650179948125,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:19:08.973Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02ad6f61-4a94-4de6-8087-47ea5e8931a0
2022-04-17T07:19:08.973Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02ad6f61-4a94-4de6-8087-47ea5e8931a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-17T07:19:08.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "cds",
  "timestamp": 1650179946469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:08.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650179946853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:08.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:19:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650179947272,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:19:09.004Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 02ad6f61-4a94-4de6-8087-47ea5e8931a0
2022-04-17T07:19:09.005Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02ad6f61-4a94-4de6-8087-47ea5e8931a0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:19:09.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:19:09.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "cds",
  "timestamp": 1650179947477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:19:09.030Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 02ad6f61-4a94-4de6-8087-47ea5e8931a0
2022-04-17T07:19:09.030Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02ad6f61-4a94-4de6-8087-47ea5e8931a0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:19:24.648Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af2725d9-af22-4005-818e-d73063e2865b/model-vers/model-ver/d26262a1-923f-417a-a35c-06de3555b4b4?depth=0
2022-04-17T07:19:24.810Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T07:19:25.696Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af2725d9-af22-4005-818e-d73063e2865b/model-vers/model-ver/d26262a1-923f-417a-a35c-06de3555b4b4?depth=0|INFO|500||Invoke
2022-04-17T07:19:25.711Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af2725d9-af22-4005-818e-d73063e2865b/model-vers/model-ver/d26262a1-923f-417a-a35c-06de3555b4b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af2725d9-af22-4005-818e-d73063e2865b/model-vers/model-ver/d26262a1-923f-417a-a35c-06de3555b4b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c6efa08-9fe6-477b-a25e-abc7e251b0c4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4d67078-0ca6-4e77-ab33-d465203c2779], X-ECOMP-RequestID=[3c6efa08-9fe6-477b-a25e-abc7e251b0c4], X-TransactionId=[], X-ONAP-RequestID=[3c6efa08-9fe6-477b-a25e-abc7e251b0c4], Content-Type=[application/merge-patch+json]}
2022-04-17T07:19:25.881Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af2725d9-af22-4005-818e-d73063e2865b/model-vers/model-ver/d26262a1-923f-417a-a35c-06de3555b4b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-17T07:19:26.317Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af2725d9-af22-4005-818e-d73063e2865b/model-vers/model-ver/d26262a1-923f-417a-a35c-06de3555b4b4?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/af2725d9-af22-4005-818e-d73063e2865b/model-vers/model-ver/d26262a1-923f-417a-a35c-06de3555b4b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-07:19:26:240-19044], vertex-id=[184488], Content-Length=[0], Date=[Sun, 17 Apr 2022 07:19:26 GMT], Content-Type=[application/json]}
2022-04-17T07:19:26.319Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af2725d9-af22-4005-818e-d73063e2865b/model-vers/model-ver/d26262a1-923f-417a-a35c-06de3555b4b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-17T07:19:26.320Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af2725d9-af22-4005-818e-d73063e2865b/model-vers/model-ver/d26262a1-923f-417a-a35c-06de3555b4b4?depth=0|INFO|500||InvokeReturn
2022-04-17T07:19:26.325Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T07:19:26.326Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:19:26.334Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T07:19:26.335Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c6efa08-9fe6-477b-a25e-abc7e251b0c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-17T07:19:26.337Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-17T07:19:26.337Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:26.339Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:26.339Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179966336,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:19:26.440Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:19:26.441Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:26.441Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:26.455Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:26.456Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:19:27.362Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:19:27.364Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:19:27.364Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:31.773Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:31.775Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:19:31.775Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"65d01956-462a-46db-8724-d0f5353e50fe","serviceName":"vFW 2022-04-17 07-15-36","serviceVersion":"1.0","serviceUUID":"87a22f86-66e9-467b-854d-d7a1420bef18","serviceDescription":"catalog service description","serviceInvariantUUID":"a90fde8f-6b69-44b1-917c-6409ecb5e317","resources":[{"resourceInstanceName":"vFW 11aec4b6-7d92 0","resourceName":"vFW 11aec4b6-7d92","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85c3c99c-1078-487c-8a82-afc7a0c20300","resourceInvariantUUID":"27022122-fb34-4fac-b724-da52cacd1dfb","resourceCustomizationUUID":"2f97154b-bcf4-45ce-b894-435dda2aedf6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vf-license-model.xml","artifactChecksum":"Mzc3YWM3ZDJhN2EyNDE1ZWFjYTU3YjI5MjRmZWZmYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b26be5d8-b939-4135-a35a-fca144e35ebc","artifactVersion":"1"},{"artifactName":"vfw11aec4b67d920_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json","artifactChecksum":"YzE4NTIyZDVkYmZhMGM5MzQ5NDcwODE2ODU5OGJiNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"46848cb7-7f15-4d96-8490-b73dd6623e63","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c95c03de-9f0b-4be4-a300-266b4491c58c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ4MDgyZTIwYjhkMjk1MDViNDU4MjIxZDU2ZGE5Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b8a84ae-049a-4ded-bc1c-48f70acc23a6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"66cdfe24-6cbf-4e90-8252-24a3807f1aec","artifactVersion":"2","generatedFromUUID":"c95c03de-9f0b-4be4-a300-266b4491c58c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417071536-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-template.yml","artifactChecksum":"NDkyMjc2MDAxZDBlYjNkMmEwMmJhNTZjYWFmOTFhZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89aaa062-ad0f-42ba-a1cf-55e2f7da38f9","artifactVersion":"1"},{"artifactName":"service-Vfw20220417071536-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar","artifactChecksum":"M2ZiN2EzYWE3NTA3YTYzNjA2ZWRiNzQwYWI4NzMyNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5f120ba-6545-427d-b6d7-9b56a935a5be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T07:19:31.779Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:19:31.779Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:31.783Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:31.784Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:31.883Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:19:31.885Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:31.886Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:31.907Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:31.908Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:19:32.785Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:19:32.788Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:32.791Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:32.792Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:19:32.892Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:19:32.894Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:32.894Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:32.908Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:32.909Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:19:33.794Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:19:33.796Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:33.799Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:33.800Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:19:33.899Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T07:19:33.901Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:33.901Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:33.917Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:33.918Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:19:34.801Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:19:34.803Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:34.805Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:34.805Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:34.906Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:19:34.907Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:34.908Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:34.924Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:34.924Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:19:35.807Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:19:35.808Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:35.812Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:35.812Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T07:19:35.912Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:19:35.913Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:35.913Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:35.927Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:35.928Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:19:36.813Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:19:36.814Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:36.819Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:36.819Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:19:36.917Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T07:19:36.919Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:36.919Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:36.931Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:36.933Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:19:37.820Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:19:37.822Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:37.827Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:37.828Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:19:37.928Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:19:37.929Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:37.930Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:37.944Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:37.945Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:19:38.831Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "serviceName": "vFW 2022-04-17 07-15-36",
  "serviceVersion": "1.0",
  "serviceUUID": "87a22f86-66e9-467b-854d-d7a1420bef18",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a90fde8f-6b69-44b1-917c-6409ecb5e317",
  "resources": [
    {
      "resourceInstanceName": "vFW 11aec4b6-7d92 0",
      "resourceCustomizationUUID": "2f97154b-bcf4-45ce-b894-435dda2aedf6",
      "resourceName": "vFW 11aec4b6-7d92",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "85c3c99c-1078-487c-8a82-afc7a0c20300",
      "resourceInvariantUUID": "27022122-fb34-4fac-b724-da52cacd1dfb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw11aec4b67d920_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
          "artifactChecksum": "YzE4NTIyZDVkYmZhMGM5MzQ5NDcwODE2ODU5OGJiNGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "46848cb7-7f15-4d96-8490-b73dd6623e63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c95c03de-9f0b-4be4-a300-266b4491c58c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "66cdfe24-6cbf-4e90-8252-24a3807f1aec",
            "generatedFromUUID": "c95c03de-9f0b-4be4-a300-266b4491c58c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "66cdfe24-6cbf-4e90-8252-24a3807f1aec",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220417071536-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
      "artifactChecksum": "M2ZiN2EzYWE3NTA3YTYzNjA2ZWRiNzQwYWI4NzMyNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5f120ba-6545-427d-b6d7-9b56a935a5be"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T07:19:38.831Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T07:19:38.831Z|3c6efa08-9fe6-477b-a25e-abc7e251b0c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 87a22f86-66e9-467b-854d-d7a1420bef18 ASDC
2022-04-17T07:19:38.832Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:65d01956-462a-46db-8724-d0f5353e50fe
ServiceName:vFW 2022-04-17 07-15-36
ServiceVersion:1.0
ServiceUUID:87a22f86-66e9-467b-854d-d7a1420bef18
ServiceInvariantUUID:a90fde8f-6b69-44b1-917c-6409ecb5e317
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220417071536-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar
ArtifactUUID:e5f120ba-6545-427d-b6d7-9b56a935a5be
ArtifactChecksum:M2ZiN2EzYWE3NTA3YTYzNjA2ZWRiNzQwYWI4NzMyNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 11aec4b6-7d92 0
ResourceCustomizationUUID:2f97154b-bcf4-45ce-b894-435dda2aedf6
ResourceInvariantUUID:27022122-fb34-4fac-b724-da52cacd1dfb
ResourceName:vFW 11aec4b6-7d92
ResourceType:VF
ResourceUUID:85c3c99c-1078-487c-8a82-afc7a0c20300
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw11aec4b67d920_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json
ArtifactUUID:46848cb7-7f15-4d96-8490-b73dd6623e63
ArtifactChecksum:YzE4NTIyZDVkYmZhMGM5MzQ5NDcwODE2ODU5OGJiNGU=
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/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml
ArtifactUUID:c95c03de-9f0b-4be4-a300-266b4491c58c
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/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env
ArtifactUUID:66cdfe24-6cbf-4e90-8252-24a3807f1aec
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/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env
ArtifactUUID:66cdfe24-6cbf-4e90-8252-24a3807f1aec
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T07:19:38.832Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87a22f86-66e9-467b-854d-d7a1420bef18 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:19:38.878Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:19:38.879Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:19:38.879Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:19:38.879Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e5f120ba-6545-427d-b6d7-9b56a935a5be from URL: /sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:38.879Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:19:38.879Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:39.590Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:19:39.602Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar e5f120ba-6545-427d-b6d7-9b56a935a5be 98979
2022-04-17T07:19:39.602Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar ASDC sendASDCNotification
2022-04-17T07:19:39.602Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:39.603Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:19:39.603Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:39.607Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:39.608Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179979602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:39.708Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:19:39.709Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:39.709Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:39.750Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:39.752Z||pool-26-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:19:40.609Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:19:40.612Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:19:40.612Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e5f120ba-6545-427d-b6d7-9b56a935a5be, URL: /sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar to file: /app/ASDC/1/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:40.613Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417071536-csar.csar
2022-04-17T07:19:40.613Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:40.614Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:41.010Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2698628803302548552/Definitions/service-Vfw20220417071536-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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
2022-04-17T07:19:44.684Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T07:19:44.686Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-17T07:19:44.686Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.686Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-17T07:19:44.686Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||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-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.686Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||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-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.687Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||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-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.687Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.687Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.688Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||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-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.688Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||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-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.688Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||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-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.688Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.689Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||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-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.689Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.689Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 11aec4b6-7d92 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-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.689Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||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-Vfw20220417071536-csar.csar
2022-04-17T07:19:44.690Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-17T07:19:44.690Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.690Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:44.691Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:44.691Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-17T07:19:44.692Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:19:44.692Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.692Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:44.693Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:44.693Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-17T07:19:44.693Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:19:44.693Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.694Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:44.694Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.694Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is not matching search criteria
2022-04-17T07:19:44.695Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:19:44.695Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T07:19:44.695Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.695Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:44.696Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T07:19:44.696Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.696Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:19:44.696Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T07:19:44.696Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T07:19:44.697Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.697Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:44.697Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T07:19:44.697Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:44.697Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T07:19:44.697Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.698Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T07:19:44.698Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.698Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T07:19:44.698Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.699Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:44.699Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:19:44.699Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.700Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:44.700Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:19:44.700Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.700Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:44.700Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:19:44.701Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.701Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is not matching search criteria
2022-04-17T07:19:44.701Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:19:44.701Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T07:19:44.701Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:19:44.702Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T07:19:44.702Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T07:19:44.702Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.702Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:44.702Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T07:19:44.703Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:44.703Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T07:19:44.703Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.704Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fd9f73b8-fd44-4a85-b4c6-1630a95e68e3
2022-04-17T07:19:44.704Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.704Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is not matching search criteria
2022-04-17T07:19:44.704Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:19:44.705Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T07:19:44.705Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.705Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:44.705Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T07:19:44.706Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.706Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:19:44.706Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T07:19:44.706Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T07:19:44.707Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:44.707Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T07:19:44.707Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.708Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2a7fd349-3df3-40c4-8706-b6eb22144742
2022-04-17T07:19:44.708Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.708Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is not matching search criteria
2022-04-17T07:19:44.708Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:19:44.709Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T07:19:44.709Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.709Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:44.709Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T07:19:44.710Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.710Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:19:44.710Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T07:19:44.710Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T07:19:44.711Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:19:44.711Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:44.711Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T07:19:44.712Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bc6e268c-f5d9-4021-83de-594fb07f75ff
2022-04-17T07:19:44.712Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.712Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:44.712Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.713Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:44.713Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.713Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:44.714Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:44.714Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:44.714Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-17 07-15-36
Description:catalog service description
Model UUID:87a22f86-66e9-467b-854d-d7a1420bef18
Model Version:NULL
Model InvariantUuid:a90fde8f-6b69-44b1-917c-6409ecb5e317
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 11aec4b6-7d92
Model UUID:b0bb0355-46e2-432b-9a41-e5b014186611
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:27022122-fb34-4fac-b724-da52cacd1dfb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2f97154b-bcf4-45ce-b894-435dda2aedf6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:33376a28-9a2e-4b53-821f-6479ea7cbf67
ModelName:Vfw11aec4b67d92..base_vfw..module-0
ModelUuid:c4fbef0f-27c1-4866-8521-cce8719e2625
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fd9f73b8-fd44-4a85-b4c6-1630a95e68e3
ModelInvariantUuid:25e1f835-d04e-4028-95b5-1749e111318d
ModelName:vFW 11aec4b6-7d92-nodes.vfwCvfc
ModelUuid:f7939b44-c7ff-464c-bc74-434cd6f783d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4fa9893b-0651-4d77-90d3-e0b96b709fd4
ModelInvariantUuid:1986b023-c909-4d6c-b66d-e17686520784
ModelName:Vfw11aec4b67d92.compute.nodes.heat.vfw
ModelUuid:628eceaf-65ca-4a3e-b6e1-825621381883
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2a7fd349-3df3-40c4-8706-b6eb22144742
ModelInvariantUuid:8707c3a8-3a8a-4c42-94a3-ecfbb8bb3df0
ModelName:vFW 11aec4b6-7d92-nodes.vsnCvfc
ModelUuid:1e886ec2-b0e7-4e39-8aca-bd489ae69b6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9b654492-0e28-4f20-b9ff-f8579b05e465
ModelInvariantUuid:dfac85fa-33ad-40be-9e66-17de9b527a42
ModelName:Vfw11aec4b67d92.compute.nodes.heat.vsn
ModelUuid:b307afe1-b55a-4cfa-b807-2b4ad6ac6391
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bc6e268c-f5d9-4021-83de-594fb07f75ff
ModelInvariantUuid:7c715cc4-e84e-408b-ae99-6c2b27f87de5
ModelName:vFW 11aec4b6-7d92-nodes.vpgCvfc
ModelUuid:e9e81f76-d4b1-46b4-ae3c-c205a91b10b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:db5d3e1a-1c59-4f2b-987e-b58469f33976
ModelInvariantUuid:c27827f1-2470-4115-818f-7bb0599ee329
ModelName:Vfw11aec4b67d92.compute.nodes.heat.vpg
ModelUuid:7586a6c6-ecbb-4d35-bf81-2ee2d166c0b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T07:19:44.733Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 85c3c99c-1078-487c-8a82-afc7a0c20300
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:19:44.739Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||vFW 11aec4b6-7d92 0
2022-04-17T07:19:44.740Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85c3c99c-1078-487c-8a82-afc7a0c20300
2022-04-17T07:19:44.740Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 46848cb7-7f15-4d96-8490-b73dd6623e63 from URL: /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json
2022-04-17T07:19:44.740Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:19:44.741Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json
2022-04-17T07:19:44.973Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:19:44.977Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json 46848cb7-7f15-4d96-8490-b73dd6623e63 785
2022-04-17T07:19:44.978Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json ASDC sendASDCNotification
2022-04-17T07:19:44.979Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json
2022-04-17T07:19:44.979Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:19:44.979Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:44.981Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:44.982Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179984978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:45.086Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-17T07:19:45.089Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:45.089Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:45.105Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:45.106Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:19:45.982Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw11aec4b67d92..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "33376a28-9a2e-4b53-821f-6479ea7cbf67",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4fbef0f-27c1-4866-8521-cce8719e2625",
    "vfModuleModelCustomizationUUID": "f7d87b19-f2c9-4bf3-8b94-05adfa848f8c",
    "isBase": true,
    "artifacts": [
      "c95c03de-9f0b-4be4-a300-266b4491c58c",
      "66cdfe24-6cbf-4e90-8252-24a3807f1aec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:19:45.989Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw11aec4b67d92..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4fbef0f-27c1-4866-8521-cce8719e2625
VfModuleModelInvariantUUID:33376a28-9a2e-4b53-821f-6479ea7cbf67
VfModuleModelDescription:NULL
Artifacts UUID List:{
c95c03de-9f0b-4be4-a300-266b4491c58c
,
66cdfe24-6cbf-4e90-8252-24a3807f1aec

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

isBase:true


}

2022-04-17T07:19:45.992Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw11aec4b67d92..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "33376a28-9a2e-4b53-821f-6479ea7cbf67",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4fbef0f-27c1-4866-8521-cce8719e2625",
    "vfModuleModelCustomizationUUID": "f7d87b19-f2c9-4bf3-8b94-05adfa848f8c",
    "isBase": true,
    "artifacts": [
      "c95c03de-9f0b-4be4-a300-266b4491c58c",
      "66cdfe24-6cbf-4e90-8252-24a3807f1aec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:19:45.992Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw11aec4b67d92..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4fbef0f-27c1-4866-8521-cce8719e2625
VfModuleModelInvariantUUID:33376a28-9a2e-4b53-821f-6479ea7cbf67
VfModuleModelDescription:NULL
Artifacts UUID List:{
c95c03de-9f0b-4be4-a300-266b4491c58c
,
66cdfe24-6cbf-4e90-8252-24a3807f1aec

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

isBase:true


}

2022-04-17T07:19:45.992Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c95c03de-9f0b-4be4-a300-266b4491c58c from URL: /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml
2022-04-17T07:19:45.992Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:19:45.993Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml
2022-04-17T07:19:46.466Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:19:46.467Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml c95c03de-9f0b-4be4-a300-266b4491c58c 20368
2022-04-17T07:19:46.468Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T07:19:46.468Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml
2022-04-17T07:19:46.468Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:19:46.468Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:46.471Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:46.472Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179986468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:46.572Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:19:46.573Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:46.574Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:46.609Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:46.610Z||pool-28-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:19:47.473Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 66cdfe24-6cbf-4e90-8252-24a3807f1aec from URL: /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env
2022-04-17T07:19:47.473Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:19:47.474Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env
2022-04-17T07:19:47.961Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:19:47.961Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env 66cdfe24-6cbf-4e90-8252-24a3807f1aec 2098
2022-04-17T07:19:47.962Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T07:19:47.962Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env
2022-04-17T07:19:47.962Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:19:47.962Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:47.965Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:47.966Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179987962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:19:48.066Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:19:48.067Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:48.068Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:48.082Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:48.083Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:19:48.968Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 87a22f86-66e9-467b-854d-d7a1420bef18
2022-04-17T07:19:48.968Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 11aec4b6-7d92 0 85c3c99c-1078-487c-8a82-afc7a0c20300 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:19:48.995Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d4e9c02, org.onap.sdc.toscaparser.api.parameters.Input@3a2b06e2, org.onap.sdc.toscaparser.api.parameters.Input@3ce019c, org.onap.sdc.toscaparser.api.parameters.Input@61f0bc5b, org.onap.sdc.toscaparser.api.parameters.Input@380792eb]
2022-04-17T07:19:48.997Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:48.997Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:48.997Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-17T07:19:48.998Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2f97154b-bcf4-45ce-b894-435dda2aedf6
2022-04-17T07:19:48.998Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f97154b-bcf4-45ce-b894-435dda2aedf6 matches Tosca VF Customization UUID: 2f97154b-bcf4-45ce-b894-435dda2aedf6
2022-04-17T07:19:48.998Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2f97154b-bcf4-45ce-b894-435dda2aedf6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-17T07:19:49.001Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.002Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:49.003Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2f97154b-bcf4-45ce-b894-435dda2aedf6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-17T07:19:49.003Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d3ec42b
2022-04-17T07:19:49.003Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.003Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T07:19:49.004Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7d87b19-f2c9-4bf3-8b94-05adfa848f8c
2022-04-17T07:19:49.004Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7d87b19-f2c9-4bf3-8b94-05adfa848f8c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-17T07:19:49.007Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.008Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:49.008Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:19:49.009Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.009Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:49.010Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:19:49.010Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.010Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is not matching search criteria
2022-04-17T07:19:49.010Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:19:49.011Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T07:19:49.011Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:19:49.011Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T07:19:49.011Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T07:19:49.012Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:19:49.012Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:49.012Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T07:19:49.012Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:49.013Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T07:19:49.013Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:19:49.013Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fd9f73b8-fd44-4a85-b4c6-1630a95e68e3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T07:19:49.017Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.018Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:49.018Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:19:49.018Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.019Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is not matching search criteria
2022-04-17T07:19:49.019Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:19:49.019Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T07:19:49.021Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:19:49.021Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:49.022Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T07:19:49.022Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:19:49.022Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:19:49.022Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T07:19:49.023Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T07:19:49.023Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:49.024Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T07:19:49.024Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:19:49.024Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2a7fd349-3df3-40c4-8706-b6eb22144742
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T07:19:49.029Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.030Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:49.030Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:19:49.035Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.036Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is not matching search criteria
2022-04-17T07:19:49.037Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:19:49.037Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T07:19:49.037Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:19:49.037Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:49.038Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T07:19:49.038Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:19:49.038Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:19:49.039Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T07:19:49.039Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T07:19:49.040Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:19:49.040Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T07:19:49.041Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T07:19:49.041Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bc6e268c-f5d9-4021-83de-594fb07f75ff
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T07:19:49.048Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.049Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:49.049Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:19:49.049Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.050Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Node template vFW 11aec4b6-7d92 0 is matching search criteria
2022-04-17T07:19:49.050Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 11aec4b6-7d92 0] matching following query criteria: sdcType=VF, customizationUUID=2f97154b-bcf4-45ce-b894-435dda2aedf6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:19:49.055Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.056Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:49.057Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 87a22f86-66e9-467b-854d-d7a1420bef18: vFW 11aec4b6-7d92
2022-04-17T07:19:49.057Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.058Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:49.058Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.059Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:49.059Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.059Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:49.060Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.060Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:49.060Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:19:49.060Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-15-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:19:49.061Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-17 07-15-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-04-17T07:19:49.326Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 11aec4b6-7d92 85c3c99c-1078-487c-8a82-afc7a0c20300 1 ASDC deployResourceStructure
2022-04-17T07:19:49.326Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json ASDC sendASDCNotification
2022-04-17T07:19:49.326Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json
2022-04-17T07:19:49.326Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:19:49.327Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:49.330Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:49.330Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179989326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:49.430Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:19:49.432Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:49.432Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:49.445Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:49.446Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:19:50.332Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T07:19:50.332Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml
2022-04-17T07:19:50.332Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:19:50.333Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:50.336Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:50.336Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179990332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:50.436Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:19:50.436Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:50.437Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:50.451Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:50.454Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:19:51.337Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T07:19:51.337Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env
2022-04-17T07:19:51.338Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:19:51.338Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:51.347Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:51.348Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179991337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:51.448Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:19:51.449Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:51.449Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:51.465Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:51.465Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:19:52.349Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar ASDC sendASDCNotification
2022-04-17T07:19:52.349Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar
2022-04-17T07:19:52.349Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:19:52.350Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:19:52.354Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:19:52.354Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179992349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:19:52.454Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:19:52.455Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:19:52.456Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:19:52.471Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:19:52.471Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:19:53.355Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65d01956-462a-46db-8724-d0f5353e50fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:19:53.377Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65d01956-462a-46db-8724-d0f5353e50fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:19:53.384Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:19:53.384Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T07:19:53.384Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-17T07:19:53.384Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-17T07:19:53.385Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:19:53.385Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:19:53.385Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:19:53.385Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:19:53.385Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:19:53.385Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:19:53.393Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-17T07:20:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:20:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:20:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:08.628Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:08.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "aai-ml",
  "timestamp": 1650179959560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:20:08.630Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:20:08.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "aai-ml",
  "timestamp": 1650179960565,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:20:08.644Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 02ad6f61-4a94-4de6-8087-47ea5e8931a0
2022-04-17T07:20:08.645Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02ad6f61-4a94-4de6-8087-47ea5e8931a0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:20:08.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c6efa08-9fe6-477b-a25e-abc7e251b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179966336,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:20:08.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:20:08.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:20:08.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:20:08.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:20:08.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:20:08.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:20:08.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:20:08.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:20:08.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:20:08.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T07:20:08.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:20:08.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:20:08.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:20:08.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:20:08.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:20:08.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179979602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:20:08.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:20:08.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179984978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:20:08.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:20:08.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179986468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179987962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179989326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/vfw11aec4b67d920_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179990332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:20:08.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179991337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/resourceInstances/vfw11aec4b67d920/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:20:08.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:20:08.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:20:08.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179992349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071536/1.0/artifacts/service-Vfw20220417071536-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:20:08.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:20:23.394Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 65d01956-462a-46db-8724-d0f5353e50fe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T07:20:23.405Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 65d01956-462a-46db-8724-d0f5353e50fe and serviceModelVersionId: 87a22f86-66e9-467b-854d-d7a1420bef18
2022-04-17T07:20:23.406Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a90fde8f-6b69-44b1-917c-6409ecb5e317
2022-04-17T07:20:23.407Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a90fde8f-6b69-44b1-917c-6409ecb5e317/model-vers/model-ver/87a22f86-66e9-467b-854d-d7a1420bef18?depth=0
2022-04-17T07:20:23.416Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T07:20:23.519Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a90fde8f-6b69-44b1-917c-6409ecb5e317/model-vers/model-ver/87a22f86-66e9-467b-854d-d7a1420bef18?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-17T07:20:23.521Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a90fde8f-6b69-44b1-917c-6409ecb5e317/model-vers/model-ver/87a22f86-66e9-467b-854d-d7a1420bef18?depth=0|INFO|500||Invoke
2022-04-17T07:20:23.583Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a90fde8f-6b69-44b1-917c-6409ecb5e317/model-vers/model-ver/87a22f86-66e9-467b-854d-d7a1420bef18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-17T07:20:23.722Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a90fde8f-6b69-44b1-917c-6409ecb5e317/model-vers/model-ver/87a22f86-66e9-467b-854d-d7a1420bef18?depth=0|INFO|500||InvokeReturn
2022-04-17T07:20:23.724Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a90fde8f-6b69-44b1-917c-6409ecb5e317/model-vers/model-ver/87a22f86-66e9-467b-854d-d7a1420bef18?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-07:20:23:941-17189], vertex-id=[413816], Content-Length=[0], Date=[Sun, 17 Apr 2022 07:20:23 GMT], Content-Type=[application/json]}
2022-04-17T07:20:23.725Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T07:20:23.725Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T07:20:23.725Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:20:23.738Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T07:20:23.738Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 65d01956-462a-46db-8724-d0f5353e50fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-17T07:20:23.739Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-17T07:20:23.739Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:23.742Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:23.743Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180023739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:20:23.843Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:23.844Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:23.845Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:23.875Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:23.876Z||pool-34-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:20:24.770Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:20:24.771Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"02ad6f61-4a94-4de6-8087-47ea5e8931a0","serviceName":"vFW 2022-04-17 07-16-30","serviceVersion":"1.0","serviceUUID":"ee317d1b-d524-4167-8bf2-6e3c1f078fd8","serviceDescription":"catalog service description","serviceInvariantUUID":"9ebf6d0e-1088-4e64-ae01-518c24917b92","resources":[{"resourceInstanceName":"vFW 26d7c848-2c96 0","resourceName":"vFW 26d7c848-2c96","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1d708a3-9088-4af7-bbba-4bcc6ab2b61c","resourceInvariantUUID":"e1ff1659-9026-4216-87bc-7d6766c2616b","resourceCustomizationUUID":"30936579-c2a9-418f-b834-20214cd32a94","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vf-license-model.xml","artifactChecksum":"ZWI0OTVkMmI1M2VhMjVlY2E2NGJjY2E0Yjk1NWM1NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e04d5855-39ea-49d2-b3bc-c98220928614","artifactVersion":"1"},{"artifactName":"vfw26d7c8482c960_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json","artifactChecksum":"ZDkzMjM0ZGJiYzNlMjViYzY5NTg5YzhlZmFlNzRmNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"014b2217-621a-49bd-b56e-f46e7b3ee57e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ced0bc49-0bb5-40e5-963d-adf415b9f863","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vendor-license-model.xml","artifactChecksum":"Mjc3MjUwNmZhNTM3NTA0ZWU4M2I0M2VjNDk0ZDMzMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60857f66-07b7-48bd-8480-6f889cfbd368","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a","artifactVersion":"2","generatedFromUUID":"ced0bc49-0bb5-40e5-963d-adf415b9f863"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417071630-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-template.yml","artifactChecksum":"Njg5M2E4NmM1MzFmZTRhYjhlYjg3M2Q2NTEyZGE1MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93923619-51a5-45e2-8abb-3ad961e9c920","artifactVersion":"1"},{"artifactName":"service-Vfw20220417071630-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar","artifactChecksum":"MTgzNzZhY2ViMDkxMTUxOWQ0ZWU4OWM4ZTVmN2RiYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d72ef5b-b3a4-4209-b641-9a96e12bf623","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T07:20:24.775Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:20:24.776Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:24.779Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:24.780Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:20:24.879Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:20:24.881Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:24.881Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:24.904Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:24.905Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:25.780Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:20:25.782Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:25.784Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:25.785Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:20:25.885Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:25.886Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:25.886Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:25.902Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:25.902Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:20:26.786Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:20:26.787Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:26.791Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:26.791Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:20:26.891Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:26.893Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:26.893Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:26.908Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:26.909Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:27.792Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:20:27.793Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:27.796Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:27.796Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:20:27.896Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:27.898Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:27.898Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:27.910Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:27.911Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:20:28.797Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:20:28.798Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:28.801Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:28.802Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T07:20:28.902Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:28.903Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:28.903Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:28.918Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:28.918Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:29.802Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:20:29.804Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:29.807Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:29.808Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:20:29.907Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:20:29.909Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:29.909Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:29.923Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:29.924Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:20:30.809Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:20:30.810Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:30.814Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:30.814Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:20:30.914Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:30.915Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:30.915Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:30.929Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:30.930Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:31.819Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "serviceName": "vFW 2022-04-17 07-16-30",
  "serviceVersion": "1.0",
  "serviceUUID": "ee317d1b-d524-4167-8bf2-6e3c1f078fd8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9ebf6d0e-1088-4e64-ae01-518c24917b92",
  "resources": [
    {
      "resourceInstanceName": "vFW 26d7c848-2c96 0",
      "resourceCustomizationUUID": "30936579-c2a9-418f-b834-20214cd32a94",
      "resourceName": "vFW 26d7c848-2c96",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e1d708a3-9088-4af7-bbba-4bcc6ab2b61c",
      "resourceInvariantUUID": "e1ff1659-9026-4216-87bc-7d6766c2616b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw26d7c8482c960_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
          "artifactChecksum": "ZDkzMjM0ZGJiYzNlMjViYzY5NTg5YzhlZmFlNzRmNjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "014b2217-621a-49bd-b56e-f46e7b3ee57e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ced0bc49-0bb5-40e5-963d-adf415b9f863",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a",
            "generatedFromUUID": "ced0bc49-0bb5-40e5-963d-adf415b9f863"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220417071630-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
      "artifactChecksum": "MTgzNzZhY2ViMDkxMTUxOWQ0ZWU4OWM4ZTVmN2RiYWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d72ef5b-b3a4-4209-b641-9a96e12bf623"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T07:20:31.819Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T07:20:31.823Z|65d01956-462a-46db-8724-d0f5353e50fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ee317d1b-d524-4167-8bf2-6e3c1f078fd8 ASDC
2022-04-17T07:20:31.824Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:02ad6f61-4a94-4de6-8087-47ea5e8931a0
ServiceName:vFW 2022-04-17 07-16-30
ServiceVersion:1.0
ServiceUUID:ee317d1b-d524-4167-8bf2-6e3c1f078fd8
ServiceInvariantUUID:9ebf6d0e-1088-4e64-ae01-518c24917b92
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220417071630-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar
ArtifactUUID:9d72ef5b-b3a4-4209-b641-9a96e12bf623
ArtifactChecksum:MTgzNzZhY2ViMDkxMTUxOWQ0ZWU4OWM4ZTVmN2RiYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 26d7c848-2c96 0
ResourceCustomizationUUID:30936579-c2a9-418f-b834-20214cd32a94
ResourceInvariantUUID:e1ff1659-9026-4216-87bc-7d6766c2616b
ResourceName:vFW 26d7c848-2c96
ResourceType:VF
ResourceUUID:e1d708a3-9088-4af7-bbba-4bcc6ab2b61c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw26d7c8482c960_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json
ArtifactUUID:014b2217-621a-49bd-b56e-f46e7b3ee57e
ArtifactChecksum:ZDkzMjM0ZGJiYzNlMjViYzY5NTg5YzhlZmFlNzRmNjY=
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/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml
ArtifactUUID:ced0bc49-0bb5-40e5-963d-adf415b9f863
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/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env
ArtifactUUID:c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a
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/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env
ArtifactUUID:c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T07:20:31.825Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee317d1b-d524-4167-8bf2-6e3c1f078fd8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:20:31.884Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:20:31.885Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:20:31.886Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:20:31.886Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9d72ef5b-b3a4-4209-b641-9a96e12bf623 from URL: /sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:31.886Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:20:31.886Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:32.216Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:20:32.223Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar 9d72ef5b-b3a4-4209-b641-9a96e12bf623 98935
2022-04-17T07:20:32.224Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar ASDC sendASDCNotification
2022-04-17T07:20:32.225Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:32.225Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:20:32.226Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:32.228Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:32.229Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180032224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:20:32.329Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:32.330Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:32.330Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:32.344Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:32.345Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:33.229Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:20:33.231Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:20:33.231Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9d72ef5b-b3a4-4209-b641-9a96e12bf623, URL: /sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar to file: /app/ASDC/1/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:33.232Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417071630-csar.csar
2022-04-17T07:20:33.233Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:33.233Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:33.552Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2467651519048173245/Definitions/service-Vfw20220417071630-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-17T07:20:37.521Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T07:20:37.522Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-17T07:20:37.522Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.522Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-17T07:20:37.522Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||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-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.522Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||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-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.522Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||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-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.523Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.523Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.523Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||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-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.523Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||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-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.523Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||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-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.523Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.525Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||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-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.525Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 26d7c848-2c96 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-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.526Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.526Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||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-Vfw20220417071630-csar.csar
2022-04-17T07:20:37.526Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-17T07:20:37.526Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.526Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:37.527Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:37.527Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-17T07:20:37.527Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:20:37.528Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.528Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:37.528Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:37.528Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-17T07:20:37.528Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:20:37.530Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.530Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:37.531Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.531Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is not matching search criteria
2022-04-17T07:20:37.533Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:20:37.533Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:20:37.534Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T07:20:37.534Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:37.534Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.534Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.534Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T07:20:37.534Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T07:20:37.535Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T07:20:37.535Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.535Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:37.535Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T07:20:37.535Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:37.536Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T07:20:37.537Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.537Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T07:20:37.537Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.537Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T07:20:37.538Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.538Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:37.538Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:20:37.538Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.539Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:37.539Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:20:37.539Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.539Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:37.539Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:20:37.539Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.540Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is not matching search criteria
2022-04-17T07:20:37.540Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:20:37.540Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:20:37.540Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T07:20:37.540Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T07:20:37.541Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T07:20:37.541Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.541Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:37.541Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T07:20:37.541Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:37.541Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T07:20:37.542Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.542Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1298bc8c-c762-4dbd-8572-81a82b2c73f7
2022-04-17T07:20:37.542Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.542Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is not matching search criteria
2022-04-17T07:20:37.542Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:20:37.543Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:20:37.543Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T07:20:37.543Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:37.543Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.544Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.544Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T07:20:37.545Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T07:20:37.545Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T07:20:37.545Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:37.545Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T07:20:37.545Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.546Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf70b4cf-a414-416e-84a0-8c4a1ec20f82
2022-04-17T07:20:37.546Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.546Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is not matching search criteria
2022-04-17T07:20:37.546Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:20:37.547Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:20:37.547Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T07:20:37.547Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:37.547Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.548Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.548Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T07:20:37.549Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T07:20:37.550Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T07:20:37.550Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:20:37.551Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:37.552Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T07:20:37.553Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=883117b7-39bf-426c-9f4a-ccee333a8aaf
2022-04-17T07:20:37.554Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.554Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:37.555Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.555Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:37.555Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.558Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:37.558Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:37.558Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:37.558Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-17 07-16-30
Description:catalog service description
Model UUID:ee317d1b-d524-4167-8bf2-6e3c1f078fd8
Model Version:NULL
Model InvariantUuid:9ebf6d0e-1088-4e64-ae01-518c24917b92
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 26d7c848-2c96
Model UUID:1c623ba1-4890-49be-bad7-368e66bc9668
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1ff1659-9026-4216-87bc-7d6766c2616b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:30936579-c2a9-418f-b834-20214cd32a94
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fd8bcc85-9185-477b-9074-f98898f2bc17
ModelName:Vfw26d7c8482c96..base_vfw..module-0
ModelUuid:14dad00f-b83a-455a-b4cd-d9235c4b1b5a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1298bc8c-c762-4dbd-8572-81a82b2c73f7
ModelInvariantUuid:c14f0a96-3455-462c-be47-a70e98602243
ModelName:vFW 26d7c848-2c96-nodes.vfwCvfc
ModelUuid:82020b13-2ea2-4dc8-b63e-cfb24453893e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:65e62ec9-7059-495e-9f84-12caf80664be
ModelInvariantUuid:36880889-70c9-4b58-8567-50ca88141e0c
ModelName:Vfw26d7c8482c96.compute.nodes.heat.vfw
ModelUuid:d9d655a3-d36f-4882-b99f-74bddaf64981
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cf70b4cf-a414-416e-84a0-8c4a1ec20f82
ModelInvariantUuid:9e9b8cc8-c4a4-4e1b-a0c5-cc4f18f765ab
ModelName:vFW 26d7c848-2c96-nodes.vsnCvfc
ModelUuid:4fdd4b07-626e-4e6d-ac8d-fb020aaf8d69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:05bbd16f-5ea2-4e42-81f2-859021549c88
ModelInvariantUuid:d355fce8-febe-4661-94cd-06af576a3fdc
ModelName:Vfw26d7c8482c96.compute.nodes.heat.vsn
ModelUuid:99a4c59f-ceeb-4758-9973-8351c9c5d031
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:883117b7-39bf-426c-9f4a-ccee333a8aaf
ModelInvariantUuid:614d4779-109e-4289-8d2b-be965438cfd7
ModelName:vFW 26d7c848-2c96-nodes.vpgCvfc
ModelUuid:b364d2c9-5570-485e-ab77-568fc5b88035
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:905d958d-db1e-49a7-8704-6301eace7acb
ModelInvariantUuid:0f0a9e9a-51d3-4b6b-9085-3dee692b97c0
ModelName:Vfw26d7c8482c96.compute.nodes.heat.vpg
ModelUuid:f0f2e39d-c2a5-4e75-bfbd-d10a797b80d0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T07:20:37.571Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e1d708a3-9088-4af7-bbba-4bcc6ab2b61c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:20:37.580Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||vFW 26d7c848-2c96 0
2022-04-17T07:20:37.580Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1d708a3-9088-4af7-bbba-4bcc6ab2b61c
2022-04-17T07:20:37.581Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 014b2217-621a-49bd-b56e-f46e7b3ee57e from URL: /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json
2022-04-17T07:20:37.582Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:20:37.582Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json
2022-04-17T07:20:38.361Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:20:38.361Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json 014b2217-621a-49bd-b56e-f46e7b3ee57e 785
2022-04-17T07:20:38.362Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json ASDC sendASDCNotification
2022-04-17T07:20:38.362Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json
2022-04-17T07:20:38.363Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:20:38.364Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:38.369Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:38.369Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180038362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:20:38.469Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:38.470Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:38.470Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:38.491Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:38.492Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:20:39.370Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw26d7c8482c96..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fd8bcc85-9185-477b-9074-f98898f2bc17",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14dad00f-b83a-455a-b4cd-d9235c4b1b5a",
    "vfModuleModelCustomizationUUID": "1016b2ec-d0b3-4e23-9cf5-e8ffe92181cf",
    "isBase": true,
    "artifacts": [
      "ced0bc49-0bb5-40e5-963d-adf415b9f863",
      "c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:20:39.374Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw26d7c8482c96..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14dad00f-b83a-455a-b4cd-d9235c4b1b5a
VfModuleModelInvariantUUID:fd8bcc85-9185-477b-9074-f98898f2bc17
VfModuleModelDescription:NULL
Artifacts UUID List:{
ced0bc49-0bb5-40e5-963d-adf415b9f863
,
c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a

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

isBase:true


}

2022-04-17T07:20:39.378Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw26d7c8482c96..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fd8bcc85-9185-477b-9074-f98898f2bc17",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14dad00f-b83a-455a-b4cd-d9235c4b1b5a",
    "vfModuleModelCustomizationUUID": "1016b2ec-d0b3-4e23-9cf5-e8ffe92181cf",
    "isBase": true,
    "artifacts": [
      "ced0bc49-0bb5-40e5-963d-adf415b9f863",
      "c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:20:39.379Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw26d7c8482c96..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14dad00f-b83a-455a-b4cd-d9235c4b1b5a
VfModuleModelInvariantUUID:fd8bcc85-9185-477b-9074-f98898f2bc17
VfModuleModelDescription:NULL
Artifacts UUID List:{
ced0bc49-0bb5-40e5-963d-adf415b9f863
,
c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a

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

isBase:true


}

2022-04-17T07:20:39.379Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ced0bc49-0bb5-40e5-963d-adf415b9f863 from URL: /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml
2022-04-17T07:20:39.379Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:20:39.379Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml
2022-04-17T07:20:39.987Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:20:39.990Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml ced0bc49-0bb5-40e5-963d-adf415b9f863 20368
2022-04-17T07:20:39.990Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T07:20:39.990Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml
2022-04-17T07:20:39.991Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:20:39.991Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:39.994Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:39.995Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180039990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:20:40.095Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:40.096Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:40.097Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:40.109Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:40.110Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:40.995Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a from URL: /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env
2022-04-17T07:20:40.998Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:20:40.998Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env
2022-04-17T07:20:41.379Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:20:41.379Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env c2cc2a3d-3ac1-4cf0-8319-624c5e684c1a 2098
2022-04-17T07:20:41.380Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T07:20:41.380Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env
2022-04-17T07:20:41.380Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:20:41.380Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:41.383Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:41.383Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180041380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:20:41.483Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:41.484Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:41.484Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:41.500Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:41.501Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:42.384Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ee317d1b-d524-4167-8bf2-6e3c1f078fd8
2022-04-17T07:20:42.386Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 26d7c848-2c96 0 e1d708a3-9088-4af7-bbba-4bcc6ab2b61c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:20:42.422Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e85a4ce, org.onap.sdc.toscaparser.api.parameters.Input@78fa131d, org.onap.sdc.toscaparser.api.parameters.Input@c3ead1e, org.onap.sdc.toscaparser.api.parameters.Input@52f49c99, org.onap.sdc.toscaparser.api.parameters.Input@71f4f1dd]
2022-04-17T07:20:42.426Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.427Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:42.427Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-17T07:20:42.427Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 30936579-c2a9-418f-b834-20214cd32a94
2022-04-17T07:20:42.428Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30936579-c2a9-418f-b834-20214cd32a94 matches Tosca VF Customization UUID: 30936579-c2a9-418f-b834-20214cd32a94
2022-04-17T07:20:42.428Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 30936579-c2a9-418f-b834-20214cd32a94  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-17T07:20:42.434Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.435Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:42.438Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 30936579-c2a9-418f-b834-20214cd32a94: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-17T07:20:42.438Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@567736be
2022-04-17T07:20:42.439Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.439Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T07:20:42.439Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1016b2ec-d0b3-4e23-9cf5-e8ffe92181cf
2022-04-17T07:20:42.441Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1016b2ec-d0b3-4e23-9cf5-e8ffe92181cf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-17T07:20:42.446Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.446Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:42.447Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:20:42.447Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.448Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:42.448Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:20:42.450Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.450Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is not matching search criteria
2022-04-17T07:20:42.451Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:20:42.451Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:20:42.451Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T07:20:42.453Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T07:20:42.454Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T07:20:42.454Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:20:42.454Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:42.455Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T07:20:42.455Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:42.455Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T07:20:42.456Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:20:42.456Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1298bc8c-c762-4dbd-8572-81a82b2c73f7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T07:20:42.461Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.462Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:42.462Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:20:42.462Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.463Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is not matching search criteria
2022-04-17T07:20:42.463Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:20:42.463Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:20:42.464Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T07:20:42.464Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:42.464Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:20:42.465Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:20:42.465Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T07:20:42.465Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T07:20:42.466Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T07:20:42.466Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:42.466Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T07:20:42.466Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:20:42.467Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf70b4cf-a414-416e-84a0-8c4a1ec20f82
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T07:20:42.475Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.476Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:42.476Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:20:42.477Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.477Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is not matching search criteria
2022-04-17T07:20:42.478Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T07:20:42.478Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T07:20:42.479Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T07:20:42.479Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:42.480Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:20:42.480Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T07:20:42.480Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T07:20:42.481Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T07:20:42.481Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T07:20:42.481Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T07:20:42.481Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T07:20:42.482Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T07:20:42.482Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=883117b7-39bf-426c-9f4a-ccee333a8aaf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T07:20:42.490Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.490Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:42.491Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:20:42.491Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.492Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Node template vFW 26d7c848-2c96 0 is matching search criteria
2022-04-17T07:20:42.492Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 26d7c848-2c96 0] matching following query criteria: sdcType=VF, customizationUUID=30936579-c2a9-418f-b834-20214cd32a94
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:20:42.496Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.496Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:42.497Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ee317d1b-d524-4167-8bf2-6e3c1f078fd8: vFW 26d7c848-2c96
2022-04-17T07:20:42.497Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.497Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:42.498Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.498Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:42.498Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.499Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:42.499Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.499Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:42.500Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:20:42.500Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-17 07-16-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:20:42.500Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-17 07-16-30 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:20:42.782Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 26d7c848-2c96 e1d708a3-9088-4af7-bbba-4bcc6ab2b61c 1 ASDC deployResourceStructure
2022-04-17T07:20:42.783Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json ASDC sendASDCNotification
2022-04-17T07:20:42.784Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json
2022-04-17T07:20:42.784Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:20:42.784Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:42.788Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:42.788Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180042783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:20:42.889Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:42.891Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:42.891Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:42.906Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:42.907Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:43.789Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T07:20:43.790Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml
2022-04-17T07:20:43.791Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:20:43.791Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:43.795Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:43.795Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180043789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:20:43.895Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:43.896Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:43.897Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:43.914Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:43.916Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:44.797Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T07:20:44.798Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env
2022-04-17T07:20:44.798Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:20:44.798Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:44.803Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:44.803Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180044797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:20:44.903Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:44.904Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:44.904Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:44.918Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:44.919Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:45.805Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar ASDC sendASDCNotification
2022-04-17T07:20:45.805Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar
2022-04-17T07:20:45.806Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:20:45.807Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:20:45.811Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:20:45.811Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180045804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:20:45.911Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:20:45.913Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:20:45.914Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:20:45.928Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:20:45.929Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:20:46.812Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02ad6f61-4a94-4de6-8087-47ea5e8931a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:20:46.831Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02ad6f61-4a94-4de6-8087-47ea5e8931a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:20:46.836Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:20:46.836Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T07:20:46.836Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-17T07:20:46.836Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-17T07:20:46.836Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:20:46.836Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:20:46.837Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:20:46.837Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:20:46.837Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:20:46.837Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:20:46.846Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-17T07:21:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:21:07.994Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:21:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:08.630Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:08.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65d01956-462a-46db-8724-d0f5353e50fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180023739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:21:08.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:21:08.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:21:08.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:21:08.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:21:08.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:21:08.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:21:08.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:21:08.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:21:08.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:21:08.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T07:21:08.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:21:08.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:21:08.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:21:08.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650179967362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:21:08.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:21:08.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180032224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:21:08.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:21:08.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180038362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:21:08.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:21:08.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180039990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:21:08.638Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:21:08.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180041380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:21:08.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:21:08.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180042783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/vfw26d7c8482c960_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:21:08.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:21:08.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180043789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:21:08.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:21:08.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180044797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/resourceInstances/vfw26d7c8482c960/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:21:08.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:21:08.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:21:08.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180045804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417071630/1.0/artifacts/service-Vfw20220417071630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:21:08.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:21:16.847Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 02ad6f61-4a94-4de6-8087-47ea5e8931a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T07:21:16.860Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 02ad6f61-4a94-4de6-8087-47ea5e8931a0 and serviceModelVersionId: ee317d1b-d524-4167-8bf2-6e3c1f078fd8
2022-04-17T07:21:16.861Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ebf6d0e-1088-4e64-ae01-518c24917b92
2022-04-17T07:21:16.862Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ebf6d0e-1088-4e64-ae01-518c24917b92/model-vers/model-ver/ee317d1b-d524-4167-8bf2-6e3c1f078fd8?depth=0
2022-04-17T07:21:16.869Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T07:21:16.960Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ebf6d0e-1088-4e64-ae01-518c24917b92/model-vers/model-ver/ee317d1b-d524-4167-8bf2-6e3c1f078fd8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-17T07:21:16.963Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ebf6d0e-1088-4e64-ae01-518c24917b92/model-vers/model-ver/ee317d1b-d524-4167-8bf2-6e3c1f078fd8?depth=0|INFO|500||Invoke
2022-04-17T07:21:17.004Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ebf6d0e-1088-4e64-ae01-518c24917b92/model-vers/model-ver/ee317d1b-d524-4167-8bf2-6e3c1f078fd8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-17T07:21:17.267Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ebf6d0e-1088-4e64-ae01-518c24917b92/model-vers/model-ver/ee317d1b-d524-4167-8bf2-6e3c1f078fd8?depth=0|INFO|500||InvokeReturn
2022-04-17T07:21:17.269Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ebf6d0e-1088-4e64-ae01-518c24917b92/model-vers/model-ver/ee317d1b-d524-4167-8bf2-6e3c1f078fd8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-07:21:17:360-51063], vertex-id=[213008], Content-Length=[0], Date=[Sun, 17 Apr 2022 07:21:17 GMT], Content-Type=[application/json]}
2022-04-17T07:21:17.269Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T07:21:17.269Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T07:21:17.270Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:21:17.277Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T07:21:17.278Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 02ad6f61-4a94-4de6-8087-47ea5e8931a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-17T07:21:17.278Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-17T07:21:17.279Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:17.283Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:17.284Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180077278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:21:17.383Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:21:17.384Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:17.385Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:17.400Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:17.401Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:21:18.303Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:21:18.304Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:21:18.304Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:27.844Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:27.845Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:21:27.853Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:21:27.853Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:36.750Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:36.754Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:21:36.754Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4493ba04-e379-4df5-ab12-f420640aea42","serviceName":"basic_onboard_cdECES","serviceVersion":"1.0","serviceUUID":"e4dc9eb3-7f25-4931-801a-805b62427823","serviceDescription":"service","serviceInvariantUUID":"f67fc4db-b5f7-4b9e-ab81-0977de3dd79c","resources":[{"resourceInstanceName":"basic_onboard_cdECES 0","resourceName":"basic_onboard_cdECES","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ad6ad85-0407-475c-a59a-2b6a2800774a","resourceInvariantUUID":"9a4f1314-619e-4d2b-bb63-f066873d6c95","resourceCustomizationUUID":"070edb24-4aa7-4c2f-adcf-dc339352a98f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vf-license-model.xml","artifactChecksum":"Mzg2NjE2YjViN2RiOWI4Y2UyOWMxMGM0ZjRmOTY1NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05c85294-8459-4551-ba43-4f9c40321c19","artifactVersion":"1"},{"artifactName":"basic_onboard_cdeces0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json","artifactChecksum":"MzJiMzczNWNkODQ2N2U1YzIxZTFmYTJjMTk4OGRiOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1636a2f-50f6-4e84-aad0-fcbf3be2c943","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42fce94b-534c-4bfb-93f5-5a88e7601029","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9c922e5-4c68-4b0d-b1b9-f98fc0b7ed40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c91edce2-2785-4d0b-a25c-b2fdc2047965","artifactVersion":"2","generatedFromUUID":"42fce94b-534c-4bfb-93f5-5a88e7601029"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCdeces-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-template.yml","artifactChecksum":"MDZmYTMzZTBmZGZlZTY4ODA1ZmE4MGNiYWY5ZmI0NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f12e6e2b-e750-4af0-bbf0-30534fc23148","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCdeces-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar","artifactChecksum":"MTZkZmE5MTQwYTNjZTY5ZjY2NTI2OGQ4ZmFkZTdhN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c234afe4-7fca-40d4-a930-f40577761eff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T07:21:36.758Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:21:36.759Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:36.764Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:36.764Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:21:36.864Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:21:36.866Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:36.866Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:36.891Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:36.893Z||pool-51-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:37.765Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:21:37.769Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:37.772Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:37.772Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:21:37.872Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:21:37.874Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:37.875Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:37.897Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:37.897Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:38.773Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:21:38.773Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:38.777Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:38.778Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:21:38.879Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:21:38.880Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:38.881Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:38.897Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:38.898Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:39.779Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:21:39.781Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:39.784Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:39.784Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:21:39.884Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:21:39.885Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:39.885Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:39.900Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:39.900Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:40.784Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:21:40.786Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:40.788Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:40.789Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T07:21:40.901Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-04-17T07:21:40.908Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:40.909Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:40.924Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:40.925Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:41.789Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:21:41.790Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:41.793Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:41.793Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:21:41.894Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T07:21:41.895Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:41.895Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:41.906Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:41.906Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:42.794Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:21:42.795Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:42.798Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:42.798Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:21:42.898Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:21:42.900Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:42.901Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:42.916Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:42.918Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:43.800Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "serviceName": "basic_onboard_cdECES",
  "serviceVersion": "1.0",
  "serviceUUID": "e4dc9eb3-7f25-4931-801a-805b62427823",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f67fc4db-b5f7-4b9e-ab81-0977de3dd79c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_cdECES 0",
      "resourceCustomizationUUID": "070edb24-4aa7-4c2f-adcf-dc339352a98f",
      "resourceName": "basic_onboard_cdECES",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3ad6ad85-0407-475c-a59a-2b6a2800774a",
      "resourceInvariantUUID": "9a4f1314-619e-4d2b-bb63-f066873d6c95",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cdeces0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
          "artifactChecksum": "MzJiMzczNWNkODQ2N2U1YzIxZTFmYTJjMTk4OGRiOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1636a2f-50f6-4e84-aad0-fcbf3be2c943",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "42fce94b-534c-4bfb-93f5-5a88e7601029",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c91edce2-2785-4d0b-a25c-b2fdc2047965",
            "generatedFromUUID": "42fce94b-534c-4bfb-93f5-5a88e7601029"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c91edce2-2785-4d0b-a25c-b2fdc2047965",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCdeces-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
      "artifactChecksum": "MTZkZmE5MTQwYTNjZTY5ZjY2NTI2OGQ4ZmFkZTdhN2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c234afe4-7fca-40d4-a930-f40577761eff"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T07:21:43.801Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T07:21:43.801Z|02ad6f61-4a94-4de6-8087-47ea5e8931a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e4dc9eb3-7f25-4931-801a-805b62427823 ASDC
2022-04-17T07:21:43.802Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4493ba04-e379-4df5-ab12-f420640aea42
ServiceName:basic_onboard_cdECES
ServiceVersion:1.0
ServiceUUID:e4dc9eb3-7f25-4931-801a-805b62427823
ServiceInvariantUUID:f67fc4db-b5f7-4b9e-ab81-0977de3dd79c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCdeces-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar
ArtifactUUID:c234afe4-7fca-40d4-a930-f40577761eff
ArtifactChecksum:MTZkZmE5MTQwYTNjZTY5ZjY2NTI2OGQ4ZmFkZTdhN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cdECES 0
ResourceCustomizationUUID:070edb24-4aa7-4c2f-adcf-dc339352a98f
ResourceInvariantUUID:9a4f1314-619e-4d2b-bb63-f066873d6c95
ResourceName:basic_onboard_cdECES
ResourceType:VF
ResourceUUID:3ad6ad85-0407-475c-a59a-2b6a2800774a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cdeces0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json
ArtifactUUID:f1636a2f-50f6-4e84-aad0-fcbf3be2c943
ArtifactChecksum:MzJiMzczNWNkODQ2N2U1YzIxZTFmYTJjMTk4OGRiOGE=
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/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml
ArtifactUUID:42fce94b-534c-4bfb-93f5-5a88e7601029
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/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env
ArtifactUUID:c91edce2-2785-4d0b-a25c-b2fdc2047965
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/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env
ArtifactUUID:c91edce2-2785-4d0b-a25c-b2fdc2047965
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T07:21:43.802Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4dc9eb3-7f25-4931-801a-805b62427823 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:21:43.855Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:21:43.856Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:21:43.856Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:21:43.856Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c234afe4-7fca-40d4-a930-f40577761eff from URL: /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:43.857Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:21:43.857Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:44.283Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:21:44.289Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar c234afe4-7fca-40d4-a930-f40577761eff 71565
2022-04-17T07:21:44.289Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar ASDC sendASDCNotification
2022-04-17T07:21:44.289Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:44.290Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:21:44.290Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:44.293Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:44.294Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180104289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:21:44.394Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:21:44.395Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:44.395Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:44.408Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:44.408Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:21:45.296Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:21:45.302Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-17T07:21:45.303Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c234afe4-7fca-40d4-a930-f40577761eff, URL: /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar to file: /app/ASDC/1/service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:45.303Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:45.304Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:45.304Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:45.495Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2516493378182799160/Definitions/service-BasicOnboardCdeces-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-17T07:21:47.497Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T07:21:47.498Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-17T07:21:47.498Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:47.498Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-17T07:21:47.499Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||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-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:47.499Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||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-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:47.499Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||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-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:47.500Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||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-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:47.500Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:47.500Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:47.501Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||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-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:47.501Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cdECES 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-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:47.502Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||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-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:47.502Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-17T07:21:47.503Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.503Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:47.503Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is matching search criteria
2022-04-17T07:21:47.504Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-17T07:21:47.504Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cdECES 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:21:47.504Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.505Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:47.505Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is matching search criteria
2022-04-17T07:21:47.505Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-17T07:21:47.505Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cdECES 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:21:47.506Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.506Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:47.506Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.507Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is not matching search criteria
2022-04-17T07:21:47.507Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-17T07:21:47.507Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-17T07:21:47.507Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-17T07:21:47.508Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T07:21:47.508Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T07:21:47.508Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.508Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T07:21:47.509Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.509Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is matching search criteria
2022-04-17T07:21:47.510Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cdECES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:21:47.510Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.510Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is matching search criteria
2022-04-17T07:21:47.510Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cdECES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:21:47.511Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.511Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is matching search criteria
2022-04-17T07:21:47.511Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cdECES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:21:47.512Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.512Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is not matching search criteria
2022-04-17T07:21:47.512Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-17T07:21:47.513Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T07:21:47.513Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4735b3e7-d747-42cd-a52c-9f2c55392519
2022-04-17T07:21:47.513Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.513Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:47.514Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.514Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:47.514Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.515Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:47.515Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:47.515Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:47.516Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_cdECES
Description:service
Model UUID:e4dc9eb3-7f25-4931-801a-805b62427823
Model Version:NULL
Model InvariantUuid:f67fc4db-b5f7-4b9e-ab81-0977de3dd79c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_cdECES
Model UUID:4293fdd5-25ef-4126-8f0d-568e3043c120
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9a4f1314-619e-4d2b-bb63-f066873d6c95
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:070edb24-4aa7-4c2f-adcf-dc339352a98f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f7fe1bb7-5646-448d-94c0-7fef547c5255
ModelName:BasicOnboardCdeces..base_ubuntu18..module-0
ModelUuid:884a0250-9684-48d5-ac09-af3b8dd76e8a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4735b3e7-d747-42cd-a52c-9f2c55392519
ModelInvariantUuid:89167132-dde0-4fec-91ae-e6c9c8c7d02a
ModelName:basic_onboard_cdECES-nodes.ubuntu18Cvfc
ModelUuid:d7331e88-f890-4955-953b-68c62d7dbec2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:27833893-385c-4ecc-b80d-59f50940a3db
ModelInvariantUuid:b13d5d80-bd1c-49f6-bc32-7899a65f8d0e
ModelName:BasicOnboardCdeces.compute.nodes.heat.ubuntu18
ModelUuid:10656696-f990-4235-8881-723984297317
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T07:21:47.526Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ad6ad85-0407-475c-a59a-2b6a2800774a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:21:47.531Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||basic_onboard_cdECES 0
2022-04-17T07:21:47.532Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ad6ad85-0407-475c-a59a-2b6a2800774a
2022-04-17T07:21:47.532Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f1636a2f-50f6-4e84-aad0-fcbf3be2c943 from URL: /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json
2022-04-17T07:21:47.532Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:21:47.533Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json
2022-04-17T07:21:47.776Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:21:47.777Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json f1636a2f-50f6-4e84-aad0-fcbf3be2c943 798
2022-04-17T07:21:47.777Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json ASDC sendASDCNotification
2022-04-17T07:21:47.777Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json
2022-04-17T07:21:47.778Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:21:47.778Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:47.781Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:47.782Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180107777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:21:47.882Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:21:47.889Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:47.889Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:47.902Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:47.903Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:48.784Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCdeces..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f7fe1bb7-5646-448d-94c0-7fef547c5255",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "884a0250-9684-48d5-ac09-af3b8dd76e8a",
    "vfModuleModelCustomizationUUID": "27c1eb0a-f3df-42e0-a7f7-c06de3fb7ca9",
    "isBase": true,
    "artifacts": [
      "42fce94b-534c-4bfb-93f5-5a88e7601029",
      "c91edce2-2785-4d0b-a25c-b2fdc2047965"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:21:48.791Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCdeces..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:884a0250-9684-48d5-ac09-af3b8dd76e8a
VfModuleModelInvariantUUID:f7fe1bb7-5646-448d-94c0-7fef547c5255
VfModuleModelDescription:NULL
Artifacts UUID List:{
42fce94b-534c-4bfb-93f5-5a88e7601029
,
c91edce2-2785-4d0b-a25c-b2fdc2047965

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

isBase:true


}

2022-04-17T07:21:48.797Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCdeces..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f7fe1bb7-5646-448d-94c0-7fef547c5255",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "884a0250-9684-48d5-ac09-af3b8dd76e8a",
    "vfModuleModelCustomizationUUID": "27c1eb0a-f3df-42e0-a7f7-c06de3fb7ca9",
    "isBase": true,
    "artifacts": [
      "42fce94b-534c-4bfb-93f5-5a88e7601029",
      "c91edce2-2785-4d0b-a25c-b2fdc2047965"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:21:48.798Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCdeces..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:884a0250-9684-48d5-ac09-af3b8dd76e8a
VfModuleModelInvariantUUID:f7fe1bb7-5646-448d-94c0-7fef547c5255
VfModuleModelDescription:NULL
Artifacts UUID List:{
42fce94b-534c-4bfb-93f5-5a88e7601029
,
c91edce2-2785-4d0b-a25c-b2fdc2047965

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

isBase:true


}

2022-04-17T07:21:48.799Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 42fce94b-534c-4bfb-93f5-5a88e7601029 from URL: /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml
2022-04-17T07:21:48.800Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:21:48.800Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml
2022-04-17T07:21:48.980Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:21:48.981Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml 42fce94b-534c-4bfb-93f5-5a88e7601029 5033
2022-04-17T07:21:48.982Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-17T07:21:48.982Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml
2022-04-17T07:21:48.982Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:21:48.983Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:48.985Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:48.985Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180108982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:21:49.087Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T07:21:49.088Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:49.088Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:49.100Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:49.100Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:49.986Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c91edce2-2785-4d0b-a25c-b2fdc2047965 from URL: /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env
2022-04-17T07:21:49.987Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-17T07:21:49.987Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env
2022-04-17T07:21:50.109Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-17T07:21:50.110Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env c91edce2-2785-4d0b-a25c-b2fdc2047965 909
2022-04-17T07:21:50.110Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-17T07:21:50.111Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env
2022-04-17T07:21:50.111Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:21:50.111Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:50.113Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:50.114Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180110110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:21:50.214Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:21:50.217Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:50.217Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:50.229Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:50.230Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:51.115Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e4dc9eb3-7f25-4931-801a-805b62427823
2022-04-17T07:21:51.116Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cdECES 0 3ad6ad85-0407-475c-a59a-2b6a2800774a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:21:51.140Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22967ccc, org.onap.sdc.toscaparser.api.parameters.Input@2c883479, org.onap.sdc.toscaparser.api.parameters.Input@c94aee2, org.onap.sdc.toscaparser.api.parameters.Input@70242a2f, org.onap.sdc.toscaparser.api.parameters.Input@61c558fb]
2022-04-17T07:21:51.143Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.144Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:51.144Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-17T07:21:51.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 070edb24-4aa7-4c2f-adcf-dc339352a98f
2022-04-17T07:21:51.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 070edb24-4aa7-4c2f-adcf-dc339352a98f matches Tosca VF Customization UUID: 070edb24-4aa7-4c2f-adcf-dc339352a98f
2022-04-17T07:21:51.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 070edb24-4aa7-4c2f-adcf-dc339352a98f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-17T07:21:51.150Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.150Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:51.152Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 070edb24-4aa7-4c2f-adcf-dc339352a98f: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-17T07:21:51.152Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@746dec4e
2022-04-17T07:21:51.152Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.153Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T07:21:51.153Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27c1eb0a-f3df-42e0-a7f7-c06de3fb7ca9
2022-04-17T07:21:51.153Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27c1eb0a-f3df-42e0-a7f7-c06de3fb7ca9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-17T07:21:51.158Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.158Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is matching search criteria
2022-04-17T07:21:51.159Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cdECES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:21:51.159Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.159Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is matching search criteria
2022-04-17T07:21:51.159Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cdECES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:21:51.160Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.160Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is not matching search criteria
2022-04-17T07:21:51.160Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-17T07:21:51.161Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T07:21:51.161Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4735b3e7-d747-42cd-a52c-9f2c55392519
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T07:21:51.165Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.165Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is matching search criteria
2022-04-17T07:21:51.165Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cdECES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:21:51.166Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.166Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cdECES 0 is matching search criteria
2022-04-17T07:21:51.166Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cdECES 0] matching following query criteria: sdcType=VF, customizationUUID=070edb24-4aa7-4c2f-adcf-dc339352a98f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:21:51.169Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.170Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:51.171Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e4dc9eb3-7f25-4931-801a-805b62427823: basic_onboard_cdECES
2022-04-17T07:21:51.171Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.171Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:51.171Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.172Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:51.172Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.172Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:51.172Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.172Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:51.173Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:21:51.173Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cdECES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:21:51.173Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_cdECES 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:21:51.297Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cdECES 3ad6ad85-0407-475c-a59a-2b6a2800774a 1 ASDC deployResourceStructure
2022-04-17T07:21:51.298Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json ASDC sendASDCNotification
2022-04-17T07:21:51.298Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json
2022-04-17T07:21:51.298Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:21:51.299Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:51.303Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:51.303Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180111298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:21:51.403Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:21:51.404Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:51.404Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:51.420Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:51.421Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:21:52.304Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-17T07:21:52.305Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml
2022-04-17T07:21:52.305Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:21:52.306Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:52.317Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:52.318Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180112304,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:21:52.418Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:21:52.421Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:52.422Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:52.436Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:52.437Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:53.318Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-17T07:21:53.319Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env
2022-04-17T07:21:53.319Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:21:53.319Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:53.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:53.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180113318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:21:53.424Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-17T07:21:53.425Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:53.425Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:53.438Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:53.439Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:21:54.335Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar ASDC sendASDCNotification
2022-04-17T07:21:54.335Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar
2022-04-17T07:21:54.335Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:21:54.336Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:21:54.342Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:21:54.342Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180114334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:21:54.443Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:21:54.445Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:21:54.445Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:21:54.458Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:21:54.459Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:21:55.347Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:21:55.369Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:21:55.382Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:21:55.383Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:21:55.383Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:22:07.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:22:07.996Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:22:07.996Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:22:08.142Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:22:08.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02ad6f61-4a94-4de6-8087-47ea5e8931a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180077278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:22:08.150Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "cds",
  "timestamp": 1650180088301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180093636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "policy-id",
  "timestamp": 1650180097943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "cds",
  "timestamp": 1650180088301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "policy-id",
  "timestamp": 1650180097943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180093636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "cds",
  "timestamp": 1650180088301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180093636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "policy-id",
  "timestamp": 1650180097943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180099485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "cds",
  "timestamp": 1650180088301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180093636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "policy-id",
  "timestamp": 1650180097943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180099485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "cds",
  "timestamp": 1650180088301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "policy-id",
  "timestamp": 1650180097943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180093636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180099485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "cds",
  "timestamp": 1650180088301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180093636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "policy-id",
  "timestamp": 1650180097943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180099485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "cds",
  "timestamp": 1650180088301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180087845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180093636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "policy-id",
  "timestamp": 1650180097943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180099485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180104289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "cds",
  "timestamp": 1650180104479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180104367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "policy-id",
  "timestamp": 1650180106297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180099485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "cds",
  "timestamp": 1650180105490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:22:08.202Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4493ba04-e379-4df5-ab12-f420640aea42
2022-04-17T07:22:08.203Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4493ba04-e379-4df5-ab12-f420640aea42 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:22:08.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "policy-id",
  "timestamp": 1650180107303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:22:08.220Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180105666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.220Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180099485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "aai-ml",
  "timestamp": 1650180105873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "policy-id",
  "timestamp": 1650180108306,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:22:08.232Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4493ba04-e379-4df5-ab12-f420640aea42
2022-04-17T07:22:08.232Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4493ba04-e379-4df5-ab12-f420640aea42 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:22:08.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180106807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180106703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "aai-ml",
  "timestamp": 1650180105873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180107777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180107849,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:22:08.266Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4493ba04-e379-4df5-ab12-f420640aea42
2022-04-17T07:22:08.267Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4493ba04-e379-4df5-ab12-f420640aea42 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-17T07:22:08.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180106703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "aai-ml",
  "timestamp": 1650180105873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180108857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:22:08.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180108982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180106703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "aai-ml",
  "timestamp": 1650180105873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180110110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180106703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "aai-ml",
  "timestamp": 1650180105873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180106703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180111298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/basic_onboard_cdeces0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:22:08.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "aai-ml",
  "timestamp": 1650180105873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180106703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:22:08.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180112304,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:22:08.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "aai-ml",
  "timestamp": 1650180105873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180106703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:22:08.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:22:08.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180113318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/resourceInstances/basic_onboard_cdeces0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:22:08.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "aai-ml",
  "timestamp": 1650180113639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180114512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:22:08.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180114334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:22:08.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180117527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:22:08.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:22:08.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:22:08.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180118532,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:22:08.305Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4493ba04-e379-4df5-ab12-f420640aea42
2022-04-17T07:22:08.305Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4493ba04-e379-4df5-ab12-f420640aea42 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:22:25.384Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:22:25.412Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:22:25.417Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:22:25.418Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:22:25.418Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:22:55.418Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:22:55.433Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:22:55.439Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:22:55.439Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:22:55.440Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:23:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:23:07.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:23:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:23:08.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:23:08.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:23:08.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "aai-ml",
  "timestamp": 1650180128206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdeces/1.0/artifacts/service-BasicOnboardCdeces-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:23:08.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:23:25.440Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:23:25.466Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:23:25.485Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:23:25.485Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:23:25.485Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:23:55.488Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:23:55.511Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:23:55.515Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:23:55.515Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:23:55.515Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:24:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:24:07.993Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:24:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:24:08.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:24:08.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:24:08.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "aai-ml",
  "timestamp": 1650180129211,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:24:08.545Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4493ba04-e379-4df5-ab12-f420640aea42
2022-04-17T07:24:08.546Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4493ba04-e379-4df5-ab12-f420640aea42 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:24:25.516Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:24:25.538Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:24:25.544Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:24:25.544Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T07:24:25.545Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-17T07:24:25.545Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-17T07:24:25.545Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:24:25.546Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:24:25.546Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:24:25.546Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:24:25.547Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:24:25.547Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:24:25.558Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-17T07:24:55.558Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4493ba04-e379-4df5-ab12-f420640aea42 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T07:24:55.567Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4493ba04-e379-4df5-ab12-f420640aea42 and serviceModelVersionId: e4dc9eb3-7f25-4931-801a-805b62427823
2022-04-17T07:24:55.568Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f67fc4db-b5f7-4b9e-ab81-0977de3dd79c
2022-04-17T07:24:55.570Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f67fc4db-b5f7-4b9e-ab81-0977de3dd79c/model-vers/model-ver/e4dc9eb3-7f25-4931-801a-805b62427823?depth=0
2022-04-17T07:24:55.580Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T07:24:55.678Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f67fc4db-b5f7-4b9e-ab81-0977de3dd79c/model-vers/model-ver/e4dc9eb3-7f25-4931-801a-805b62427823?depth=0|INFO|500||Invoke
2022-04-17T07:24:55.679Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f67fc4db-b5f7-4b9e-ab81-0977de3dd79c/model-vers/model-ver/e4dc9eb3-7f25-4931-801a-805b62427823?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f67fc4db-b5f7-4b9e-ab81-0977de3dd79c/model-vers/model-ver/e4dc9eb3-7f25-4931-801a-805b62427823?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4493ba04-e379-4df5-ab12-f420640aea42], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa83efd3-f4ac-49f9-9d79-05131df31f54], X-ECOMP-RequestID=[4493ba04-e379-4df5-ab12-f420640aea42], X-TransactionId=[], X-ONAP-RequestID=[4493ba04-e379-4df5-ab12-f420640aea42], Content-Type=[application/merge-patch+json]}
2022-04-17T07:24:55.719Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f67fc4db-b5f7-4b9e-ab81-0977de3dd79c/model-vers/model-ver/e4dc9eb3-7f25-4931-801a-805b62427823?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-17T07:24:55.863Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f67fc4db-b5f7-4b9e-ab81-0977de3dd79c/model-vers/model-ver/e4dc9eb3-7f25-4931-801a-805b62427823?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/f67fc4db-b5f7-4b9e-ab81-0977de3dd79c/model-vers/model-ver/e4dc9eb3-7f25-4931-801a-805b62427823?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-07:24:56:074-98742], vertex-id=[159816], Content-Length=[0], Date=[Sun, 17 Apr 2022 07:24:56 GMT], Content-Type=[application/json]}
2022-04-17T07:24:55.864Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f67fc4db-b5f7-4b9e-ab81-0977de3dd79c/model-vers/model-ver/e4dc9eb3-7f25-4931-801a-805b62427823?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-17T07:24:55.865Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f67fc4db-b5f7-4b9e-ab81-0977de3dd79c/model-vers/model-ver/e4dc9eb3-7f25-4931-801a-805b62427823?depth=0|INFO|500||InvokeReturn
2022-04-17T07:24:55.866Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T07:24:55.866Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:24:55.875Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T07:24:55.876Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4493ba04-e379-4df5-ab12-f420640aea42 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-17T07:24:55.877Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-17T07:24:55.878Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:24:55.882Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:24:55.883Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180295877,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:24:55.982Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:24:55.984Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:24:55.984Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:24:56.006Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:24:56.006Z||pool-66-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:24:56.905Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:24:56.906Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:24:56.906Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:25:07.131Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:25:07.131Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:25:07.132Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:25:07.133Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:25:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:25:07.993Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:25:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:25:08.618Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:25:08.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:25:08.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4493ba04-e379-4df5-ab12-f420640aea42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180295877,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:25:08.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:25:16.666Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:25:16.667Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:25:16.667Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:25:16.668Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:25:26.218Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:25:26.219Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:25:26.219Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:25:26.220Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:25:35.751Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:25:35.752Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:25:35.752Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:25:35.753Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:25:45.296Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:25:45.296Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:25:45.297Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:25:45.297Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:25:54.833Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:26:07.974Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:26:07.975Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:26:07.975Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:26:07.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:26:07.993Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:26:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:26:17.537Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:26:17.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:27:07.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:27:07.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:27:07.975Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:27:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:27:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:27:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:27:17.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:27:17.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:28:07.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:28:07.977Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:28:07.977Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:28:07.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:28:07.995Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:28:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:28:17.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:28:17.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:29:07.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:29:07.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:29:07.976Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:29:07.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:29:07.993Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:29:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:29:17.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:29:17.533Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:30:07.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:30:07.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:30:07.976Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:30:07.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:30:07.994Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:30:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:30:08.610Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:30:08.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"abce9f73-f326-4781-bec5-120008f78e75","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7061514b-0a74-4b0a-9568-eb34264123d7","serviceDescription":"service","serviceInvariantUUID":"5908f5e3-b93d-4df7-a75d-33c30fd764f1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a07d9e18-7771-476b-aa73-fc282d19d915","resourceInvariantUUID":"0522d1fd-1c54-449b-bec7-8ddc08f53c20","resourceCustomizationUUID":"9dc0f2b3-bd61-4603-a042-f3e201e56d15","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":"MjQxYTc1ZDJjZjlkZTY3MWNhOGQ5MTYxYmUwYWE3OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab65ec99-9152-4349-aa11-87de69e7e4a7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODFkY2JmNDAwYjg5NjcxYzFhYjg1M2ZjZTBhZDU2ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17b4c5db-b2e8-4bf9-9682-efa3047ee45f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T07:30:08.620Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:30:08.624Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:30:08.627Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:30:08.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "aai-ml",
  "timestamp": 1650180585873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:30:08.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180586702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:30:08.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180593636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:30:08.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "aai-ml",
  "timestamp": 1650180585873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:30:08.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.634Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:30:08.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180586702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:30:08.634Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180607974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:30:08.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180593636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:30:08.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "policy-id",
  "timestamp": 1650180597941,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:30:08.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180596983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:30:08.636Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:30:08.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "aai-ml",
  "timestamp": 1650180597080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:30:08.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:30:08.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "policy-id",
  "timestamp": 1650180597941,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:30:08.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180598921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:30:08.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:30:08.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "cds",
  "timestamp": 1650180598302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:30:08.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "policy-id",
  "timestamp": 1650180601125,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:30:08.640Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:30:08.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180599928,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:30:08.685Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of abce9f73-f326-4781-bec5-120008f78e75
2022-04-17T07:30:08.686Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId abce9f73-f326-4781-bec5-120008f78e75 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:30:08.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "cds",
  "timestamp": 1650180598302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:30:08.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180599485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:30:08.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "policy-id",
  "timestamp": 1650180602131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:30:08.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:30:08.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180599485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:30:08.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:30:08.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "cds",
  "timestamp": 1650180601429,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:30:08.710Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:30:08.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "policy-id",
  "timestamp": 1650180603134,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:30:08.718Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of abce9f73-f326-4781-bec5-120008f78e75
2022-04-17T07:30:08.718Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId abce9f73-f326-4781-bec5-120008f78e75 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:30:08.732Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T07:30:08.735Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:30:08.743Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:30:08.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "cds",
  "timestamp": 1650180602438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:30:08.756Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of abce9f73-f326-4781-bec5-120008f78e75
2022-04-17T07:30:08.756Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId abce9f73-f326-4781-bec5-120008f78e75 and ComponentName cds
2022-04-17T07:30:08.757Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:30:08.758Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:30:08.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "aai-ml",
  "timestamp": 1650180604844,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:30:08.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:30:08.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:30:08.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "aai-ml",
  "timestamp": 1650180605849,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:30:08.781Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of abce9f73-f326-4781-bec5-120008f78e75
2022-04-17T07:30:08.781Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId abce9f73-f326-4781-bec5-120008f78e75 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:30:09.635Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:30:09.637Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:30:09.643Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:30:09.645Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180607974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:30:09.741Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-17T07:30:09.742Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:30:09.743Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:30:09.755Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:30:09.755Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:30:10.647Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7061514b-0a74-4b0a-9568-eb34264123d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5908f5e3-b93d-4df7-a75d-33c30fd764f1",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9dc0f2b3-bd61-4603-a042-f3e201e56d15",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "a07d9e18-7771-476b-aa73-fc282d19d915",
      "resourceInvariantUUID": "0522d1fd-1c54-449b-bec7-8ddc08f53c20",
      "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": "ODFkY2JmNDAwYjg5NjcxYzFhYjg1M2ZjZTBhZDU2ZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "17b4c5db-b2e8-4bf9-9682-efa3047ee45f"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T07:30:10.648Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T07:30:10.649Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7061514b-0a74-4b0a-9568-eb34264123d7 ASDC
2022-04-17T07:30:10.650Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:abce9f73-f326-4781-bec5-120008f78e75
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7061514b-0a74-4b0a-9568-eb34264123d7
ServiceInvariantUUID:5908f5e3-b93d-4df7-a75d-33c30fd764f1
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:17b4c5db-b2e8-4bf9-9682-efa3047ee45f
ArtifactChecksum:ODFkY2JmNDAwYjg5NjcxYzFhYjg1M2ZjZTBhZDU2ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9dc0f2b3-bd61-4603-a042-f3e201e56d15
ResourceInvariantUUID:0522d1fd-1c54-449b-bec7-8ddc08f53c20
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a07d9e18-7771-476b-aa73-fc282d19d915
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-17T07:30:10.651Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7061514b-0a74-4b0a-9568-eb34264123d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:30:10.706Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:30:10.710Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-17T07:30:10.711Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-17T07:30:10.713Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 17b4c5db-b2e8-4bf9-9682-efa3047ee45f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-17T07:30:10.714Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-17T07:30:10.714Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-17T07:30:11.446Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-17T07:30:11.452Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 17b4c5db-b2e8-4bf9-9682-efa3047ee45f 52517
2022-04-17T07:30:11.452Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-17T07:30:11.453Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-17T07:30:11.453Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:30:11.453Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:30:11.458Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:30:11.458Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180611452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:30:11.560Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-17T07:30:11.562Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:30:11.562Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:30:11.580Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:30:11.582Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:30:12.459Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:30:12.460Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-17T07:30:12.460Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 17b4c5db-b2e8-4bf9-9682-efa3047ee45f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:12.462Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-17T07:30:12.462Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:12.463Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:12.690Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11238583552846153214/Definitions/service-BasicNetwork-template.yml
2022-04-17T07:30:13.576Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T07:30:13.577Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-17T07:30:13.577Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:13.577Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-17T07:30:13.577Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:13.577Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:13.578Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:13.578Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:13.578Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:13.578Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:13.578Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:13.579Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T07:30:13.579Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-17T07:30:13.579Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.580Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.580Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-17T07:30:13.580Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-17T07:30:13.581Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:30:13.581Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.581Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.581Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-17T07:30:13.581Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-17T07:30:13.582Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:30:13.582Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.582Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.582Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.582Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.583Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.583Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.583Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.583Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.587Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.588Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.588Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7061514b-0a74-4b0a-9568-eb34264123d7
Model Version:NULL
Model InvariantUuid:5908f5e3-b93d-4df7-a75d-33c30fd764f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0522d1fd-1c54-449b-bec7-8ddc08f53c20
Model UUID:36d48563-0f5f-4fb0-b519-9cae5193701f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9dc0f2b3-bd61-4603-a042-f3e201e56d15
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T07:30:13.609Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: a07d9e18-7771-476b-aa73-fc282d19d915
2022-04-17T07:30:13.609Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||No resources found for Service: 7061514b-0a74-4b0a-9568-eb34264123d7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:30:13.619Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||
2022-04-17T07:30:13.620Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-17T07:30:13.621Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7061514b-0a74-4b0a-9568-eb34264123d7
2022-04-17T07:30:13.621Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7061514b-0a74-4b0a-9568-eb34264123d7
2022-04-17T07:30:13.621Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-17T07:30:13.622Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:30:13.632Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6061037a, org.onap.sdc.toscaparser.api.parameters.Input@3c1fcaf4, org.onap.sdc.toscaparser.api.parameters.Input@48809aca, org.onap.sdc.toscaparser.api.parameters.Input@75e74f73, org.onap.sdc.toscaparser.api.parameters.Input@1df5f866]
2022-04-17T07:30:13.635Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.635Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.636Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.637Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.637Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7061514b-0a74-4b0a-9568-eb34264123d7: Generic NeutronNet
2022-04-17T07:30:13.637Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.638Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.638Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.638Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-04-17T07:30:13.707Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.707Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.708Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.708Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.709Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:30:13.709Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:30:13.710Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-17T07:30:13.829Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-17T07:30:13.829Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-17T07:30:13.830Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-17T07:30:13.830Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:30:13.830Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:30:13.834Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:30:13.835Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180613829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:30:13.934Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:30:13.935Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:30:13.936Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:30:13.976Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:30:13.977Z||pool-70-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:30:14.836Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: abce9f73-f326-4781-bec5-120008f78e75
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:30:14.858Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: abce9f73-f326-4781-bec5-120008f78e75
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:30:14.864Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:30:14.865Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T07:30:14.865Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-17T07:30:14.865Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-17T07:30:14.866Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:30:14.866Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:30:14.866Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:30:14.866Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:30:14.867Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:30:14.867Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:30:14.877Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-17T07:30:44.878Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: abce9f73-f326-4781-bec5-120008f78e75 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T07:30:44.885Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: abce9f73-f326-4781-bec5-120008f78e75 and serviceModelVersionId: 7061514b-0a74-4b0a-9568-eb34264123d7
2022-04-17T07:30:44.885Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5908f5e3-b93d-4df7-a75d-33c30fd764f1
2022-04-17T07:30:44.887Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5908f5e3-b93d-4df7-a75d-33c30fd764f1/model-vers/model-ver/7061514b-0a74-4b0a-9568-eb34264123d7?depth=0
2022-04-17T07:30:44.894Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T07:30:45.024Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5908f5e3-b93d-4df7-a75d-33c30fd764f1/model-vers/model-ver/7061514b-0a74-4b0a-9568-eb34264123d7?depth=0|INFO|500||Invoke
2022-04-17T07:30:45.025Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5908f5e3-b93d-4df7-a75d-33c30fd764f1/model-vers/model-ver/7061514b-0a74-4b0a-9568-eb34264123d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5908f5e3-b93d-4df7-a75d-33c30fd764f1/model-vers/model-ver/7061514b-0a74-4b0a-9568-eb34264123d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[abce9f73-f326-4781-bec5-120008f78e75], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e583d9b7-b522-463e-8f78-c621b83cddcf], X-ECOMP-RequestID=[abce9f73-f326-4781-bec5-120008f78e75], X-TransactionId=[], X-ONAP-RequestID=[abce9f73-f326-4781-bec5-120008f78e75], Content-Type=[application/merge-patch+json]}
2022-04-17T07:30:45.057Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5908f5e3-b93d-4df7-a75d-33c30fd764f1/model-vers/model-ver/7061514b-0a74-4b0a-9568-eb34264123d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-17T07:30:45.670Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5908f5e3-b93d-4df7-a75d-33c30fd764f1/model-vers/model-ver/7061514b-0a74-4b0a-9568-eb34264123d7?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/5908f5e3-b93d-4df7-a75d-33c30fd764f1/model-vers/model-ver/7061514b-0a74-4b0a-9568-eb34264123d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-07:30:45:410-91780], vertex-id=[491520], Content-Length=[0], Date=[Sun, 17 Apr 2022 07:30:45 GMT], Content-Type=[application/json]}
2022-04-17T07:30:45.671Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5908f5e3-b93d-4df7-a75d-33c30fd764f1/model-vers/model-ver/7061514b-0a74-4b0a-9568-eb34264123d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-17T07:30:45.672Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5908f5e3-b93d-4df7-a75d-33c30fd764f1/model-vers/model-ver/7061514b-0a74-4b0a-9568-eb34264123d7?depth=0|INFO|500||InvokeReturn
2022-04-17T07:30:45.675Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T07:30:45.675Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:30:45.690Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T07:30:45.691Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID abce9f73-f326-4781-bec5-120008f78e75 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-17T07:30:45.691Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-17T07:30:45.692Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:30:45.695Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:30:45.695Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180645691,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:30:45.795Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:30:45.796Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:30:45.796Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:30:45.821Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:30:45.822Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:31:07.974Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:31:07.975Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:31:07.976Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:31:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:31:07.993Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:31:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:31:08.118Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:31:08.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:31:08.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180607974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:31:08.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:31:17.529Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:07.975Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:32:07.978Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:32:07.978Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:32:07.993Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:32:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:08.025Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:08.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:32:08.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180607974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:32:08.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:32:08.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:32:08.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180611452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:32:08.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:32:08.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:32:08.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180613829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:32:08.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:32:08.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T07:32:08.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abce9f73-f326-4781-bec5-120008f78e75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180645691,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:32:08.031Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:32:08.611Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:08.612Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-17T07:32:08.613Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"76912f0e-11ce-4b4e-af1a-009ae0b4ce4a","serviceName":"Demo_pNF_mqnh0G9wyBYOEotm02jT","serviceVersion":"1.0","serviceUUID":"890e8d72-7f8d-4b36-9942-3fbbfc8b3382","serviceDescription":"catalog service description","serviceInvariantUUID":"5f8743b5-1593-4ad1-b5a8-35beb25c6dc0","resources":[{"resourceInstanceName":"pNF 4b321af0-6bcf 0","resourceName":"pNF 4b321af0-6bcf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aeb044a8-9095-4368-8c83-1ce0b148dc44","resourceInvariantUUID":"1871a8bd-d8fc-4f7f-bb2a-fa2727e04bbf","resourceCustomizationUUID":"c9ea3d30-d4d0-47e3-aff4-eb8046267ba5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vf-license-model.xml","artifactChecksum":"OTYyZDA4MWQ4OWMyOGJjMTM1Y2Q1MTYzM2MxYTE3NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1379b2d-569a-431d-9f3e-1c0f07ed4875","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/pNF.csar","artifactChecksum":"MWE5YTQ3NzQ1NGIwYzNmNTk4YjU4MzU5MzY2NDkxNWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95e9a201-95ac-4472-8ea3-a860ea14203f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eec564c-1364-46a1-9584-94b399af14c2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI4Njg1NzQ2NTEzMGVjYzQ4M2JiNDRlMmQ1ZWRjZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aff8553f-16ef-4935-b018-3844cf202e49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93c85192-b86f-4563-b672-6bbb82ff027b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"354fc801-0219-41ad-8f03-b2a292677483","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml","artifactChecksum":"N2ExYmQ3NmFhZDRkZTZhMzFkNjI3ZTY1NGFiY2VjMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"389483eb-981c-4b63-b209-9f2a34d8c264","artifactVersion":"1"},{"artifactName":"service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar","artifactChecksum":"NWE3MTFhMDEwNjkyYWRjMjhiODBlZGFmNjI3MmJmZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d133c90c-57ea-4d84-aa56-f8eb4bb72fec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T07:32:08.619Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:32:08.620Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:32:08.625Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:32:08.625Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:32:08.725Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:32:08.726Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:32:08.726Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:08.740Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:08.741Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:32:09.626Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:32:09.628Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:32:09.633Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:32:09.633Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:32:09.733Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:32:09.735Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:32:09.735Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:09.748Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:09.748Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:32:10.634Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:32:10.635Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:32:10.639Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:32:10.640Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:32:10.739Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:32:10.740Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:32:10.741Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:10.754Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:10.754Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:32:11.640Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:32:11.641Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:32:11.644Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:32:11.644Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:32:11.745Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:32:11.746Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:32:11.746Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:11.759Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:11.759Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:32:12.645Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:32:12.648Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:32:12.653Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:32:12.653Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:32:12.753Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:32:12.754Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:32:12.754Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:12.771Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:12.771Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:32:13.654Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:32:13.656Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:32:13.660Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:32:13.660Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:32:13.760Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:32:13.761Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:32:13.761Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:13.780Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:13.781Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:32:14.661Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:32:14.662Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:32:14.665Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:32:14.666Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:32:14.765Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:32:14.767Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:32:14.767Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:14.783Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:14.784Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:32:15.667Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:32:15.668Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:32:15.672Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:32:15.672Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:32:15.772Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:32:15.773Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:32:15.774Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:15.788Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:15.789Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:32:16.675Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "serviceName": "Demo_pNF_mqnh0G9wyBYOEotm02jT",
  "serviceVersion": "1.0",
  "serviceUUID": "890e8d72-7f8d-4b36-9942-3fbbfc8b3382",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5f8743b5-1593-4ad1-b5a8-35beb25c6dc0",
  "resources": [
    {
      "resourceInstanceName": "pNF 4b321af0-6bcf 0",
      "resourceCustomizationUUID": "c9ea3d30-d4d0-47e3-aff4-eb8046267ba5",
      "resourceName": "pNF 4b321af0-6bcf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aeb044a8-9095-4368-8c83-1ce0b148dc44",
      "resourceInvariantUUID": "1871a8bd-d8fc-4f7f-bb2a-fa2727e04bbf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
      "artifactChecksum": "NWE3MTFhMDEwNjkyYWRjMjhiODBlZGFmNjI3MmJmZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d133c90c-57ea-4d84-aa56-f8eb4bb72fec"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T07:32:16.675Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T07:32:16.676Z|abce9f73-f326-4781-bec5-120008f78e75|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 890e8d72-7f8d-4b36-9942-3fbbfc8b3382 ASDC
2022-04-17T07:32:16.676Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
ServiceName:Demo_pNF_mqnh0G9wyBYOEotm02jT
ServiceVersion:1.0
ServiceUUID:890e8d72-7f8d-4b36-9942-3fbbfc8b3382
ServiceInvariantUUID:5f8743b5-1593-4ad1-b5a8-35beb25c6dc0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
ArtifactUUID:d133c90c-57ea-4d84-aa56-f8eb4bb72fec
ArtifactChecksum:NWE3MTFhMDEwNjkyYWRjMjhiODBlZGFmNjI3MmJmZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4b321af0-6bcf 0
ResourceCustomizationUUID:c9ea3d30-d4d0-47e3-aff4-eb8046267ba5
ResourceInvariantUUID:1871a8bd-d8fc-4f7f-bb2a-fa2727e04bbf
ResourceName:pNF 4b321af0-6bcf
ResourceType:PNF
ResourceUUID:aeb044a8-9095-4368-8c83-1ce0b148dc44
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-17T07:32:16.677Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 890e8d72-7f8d-4b36-9942-3fbbfc8b3382 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:32:16.757Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:32:16.759Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-17T07:32:16.759Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-17T07:32:16.760Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d133c90c-57ea-4d84-aa56-f8eb4bb72fec from URL: /sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:16.760Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-17T07:32:16.762Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:17.071Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-17T07:32:17.076Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar d133c90c-57ea-4d84-aa56-f8eb4bb72fec 82642
2022-04-17T07:32:17.077Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar ASDC sendASDCNotification
2022-04-17T07:32:17.077Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:17.077Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:32:17.078Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:32:17.082Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:32:17.082Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180737077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:32:17.180Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T07:32:17.182Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:32:17.182Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:17.194Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:17.195Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:32:18.083Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:32:18.085Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-17T07:32:18.086Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d133c90c-57ea-4d84-aa56-f8eb4bb72fec, URL: /sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar to file: /app/ASDC/1/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:18.087Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:18.087Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:18.088Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:18.306Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP207619528802625309/Definitions/service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml
2022-04-17T07:32:19.749Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T07:32:19.750Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-17T07:32:19.750Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:19.750Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-17T07:32:19.751Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:19.751Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:19.751Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:19.751Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:19.751Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:19.752Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:19.752Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4b321af0-6bcf 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-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:19.752Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-17T07:32:19.752Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:32:19.753Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mqnh0G9wyBYOEotm02jT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:32:19.753Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Node template pNF 4b321af0-6bcf 0 is matching search criteria
2022-04-17T07:32:19.754Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-17T07:32:19.754Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4b321af0-6bcf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:32:19.755Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:32:19.755Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mqnh0G9wyBYOEotm02jT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:32:19.755Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Node template pNF 4b321af0-6bcf 0 is matching search criteria
2022-04-17T07:32:19.755Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-17T07:32:19.756Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4b321af0-6bcf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:32:19.756Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:32:19.756Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mqnh0G9wyBYOEotm02jT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:32:19.757Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:32:19.757Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mqnh0G9wyBYOEotm02jT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:32:19.757Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:32:19.758Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mqnh0G9wyBYOEotm02jT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:32:19.758Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:32:19.758Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mqnh0G9wyBYOEotm02jT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:32:19.758Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:32:19.759Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mqnh0G9wyBYOEotm02jT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:32:19.759Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_mqnh0G9wyBYOEotm02jT
Description:catalog service description
Model UUID:890e8d72-7f8d-4b36-9942-3fbbfc8b3382
Model Version:NULL
Model InvariantUuid:5f8743b5-1593-4ad1-b5a8-35beb25c6dc0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T07:32:19.773Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: aeb044a8-9095-4368-8c83-1ce0b148dc44
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:32:19.781Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||pNF 4b321af0-6bcf 0
2022-04-17T07:32:19.781Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aeb044a8-9095-4368-8c83-1ce0b148dc44
2022-04-17T07:32:19.782Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 890e8d72-7f8d-4b36-9942-3fbbfc8b3382
2022-04-17T07:32:19.782Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 890e8d72-7f8d-4b36-9942-3fbbfc8b3382
2022-04-17T07:32:19.782Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4b321af0-6bcf 0 aeb044a8-9095-4368-8c83-1ce0b148dc44 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:32:19.790Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d9199d5, org.onap.sdc.toscaparser.api.parameters.Input@2f825193, org.onap.sdc.toscaparser.api.parameters.Input@26373b37, org.onap.sdc.toscaparser.api.parameters.Input@73317749, org.onap.sdc.toscaparser.api.parameters.Input@29f17cb]
2022-04-17T07:32:19.791Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:32:19.792Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mqnh0G9wyBYOEotm02jT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:32:19.792Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 890e8d72-7f8d-4b36-9942-3fbbfc8b3382: pNF 4b321af0-6bcf
2022-04-17T07:32:19.792Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||Processing PNF resource: aeb044a8-9095-4368-8c83-1ce0b148dc44
2022-04-17T07:32:19.792Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:32:19.793Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_mqnh0G9wyBYOEotm02jT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:32:19.793Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||Resource customization UUID: c9ea3d30-d4d0-47e3-aff4-eb8046267ba5 is the same as notified resource customizationUUID: c9ea3d30-d4d0-47e3-aff4-eb8046267ba5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-17T07:32:19.859Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4b321af0-6bcf aeb044a8-9095-4368-8c83-1ce0b148dc44 0 ASDC deployResourceStructure
2022-04-17T07:32:19.860Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar ASDC sendASDCNotification
2022-04-17T07:32:19.860Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar
2022-04-17T07:32:19.860Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:32:19.861Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:32:19.864Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:32:19.864Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180739860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:32:19.964Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:32:19.965Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:32:19.966Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:32:19.980Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:32:19.982Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:32:20.865Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:32:20.880Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:32:20.883Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:32:20.884Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:32:20.884Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:32:50.886Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:32:50.910Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:32:50.934Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:32:50.934Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:32:50.934Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:33:07.993Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:33:07.994Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:33:07.994Z|4493ba04-e379-4df5-ab12-f420640aea42|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:33:08.026Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:33:08.028Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.028Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180679485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "cds",
  "timestamp": 1650180688301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180679485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "cds",
  "timestamp": 1650180688301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180679485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "cds",
  "timestamp": 1650180688301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180679485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "cds",
  "timestamp": 1650180688301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180679485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "cds",
  "timestamp": 1650180688301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180679485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:33:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.037Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.037Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "cds",
  "timestamp": 1650180688301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.037Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.037Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.037Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180679485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.037Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.038Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.038Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180693636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.038Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.038Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.038Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "cds",
  "timestamp": 1650180688301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.038Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.038Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.039Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180679485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.039Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.039Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.039Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180693636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.039Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.039Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.040Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "cds",
  "timestamp": 1650180688301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:33:08.040Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.040Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.040Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180693636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.040Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.040Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.040Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180696743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:33:08.041Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:33:08.041Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.041Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180697941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.041Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.042Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.042Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "cds",
  "timestamp": 1650180697429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:33:08.042Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:33:08.042Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.042Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180693636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.042Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.043Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.043Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180697917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:33:08.043Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:33:08.043Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.043Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180697941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.043Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.043Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.043Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "cds",
  "timestamp": 1650180698440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:33:08.056Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
2022-04-17T07:33:08.056Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:33:08.077Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.078Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180693636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.079Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.079Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.079Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180698921,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:33:08.088Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
2022-04-17T07:33:08.088Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:33:08.102Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.103Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180697941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.103Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.104Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.104Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180693636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.104Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.104Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.104Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180697941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.104Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.105Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.105Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180693636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.105Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.105Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.106Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180697941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.106Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.106Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.106Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180693636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:33:08.107Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.107Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.107Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180697941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.107Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.108Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.108Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180697941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.108Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.108Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.109Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180697941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:33:08.109Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.109Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.109Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180706933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:33:08.110Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:33:08.110Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.110Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180707938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:33:08.111Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:33:08.111Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.111Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180705873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.112Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.112Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.112Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "policy-id",
  "timestamp": 1650180708942,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:33:08.120Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
2022-04-17T07:33:08.121Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:33:08.137Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.137Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180706702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.138Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.138Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.139Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180705873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.140Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.140Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.140Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180706702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.140Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.141Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.141Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180705873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.141Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.141Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.142Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180706702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.142Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.142Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.142Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180705873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.142Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.143Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.143Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180706702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.143Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.143Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.143Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180705873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.144Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.144Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180706702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180705873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.147Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.147Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.147Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180706702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.148Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.148Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.149Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180705873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.149Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.149Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.149Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180706702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:08.150Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.150Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.150Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180705873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:33:08.150Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.150Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.150Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180706702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:33:08.150Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:33:08.150Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.151Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180714666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:33:08.151Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:33:08.151Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.151Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180715470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:33:08.151Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:33:08.151Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.152Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180717807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:33:08.152Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:33:08.152Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.152Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180718819,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:33:08.159Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
2022-04-17T07:33:08.160Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:33:08.171Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.171Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180723540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:33:08.172Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:33:08.172Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:33:08.172Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "aai-ml",
  "timestamp": 1650180724545,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:33:08.180Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
2022-04-17T07:33:08.180Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:33:20.935Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:33:20.959Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:33:20.964Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:33:20.965Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T07:33:20.965Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-17T07:33:20.965Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-17T07:33:20.965Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:33:20.965Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:33:20.965Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:33:20.965Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:33:20.966Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:33:20.966Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:33:20.966Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:33:20.975Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-17T07:33:50.975Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T07:33:50.988Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a and serviceModelVersionId: 890e8d72-7f8d-4b36-9942-3fbbfc8b3382
2022-04-17T07:33:50.989Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f8743b5-1593-4ad1-b5a8-35beb25c6dc0
2022-04-17T07:33:50.990Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f8743b5-1593-4ad1-b5a8-35beb25c6dc0/model-vers/model-ver/890e8d72-7f8d-4b36-9942-3fbbfc8b3382?depth=0
2022-04-17T07:33:51.003Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T07:33:51.111Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f8743b5-1593-4ad1-b5a8-35beb25c6dc0/model-vers/model-ver/890e8d72-7f8d-4b36-9942-3fbbfc8b3382?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-17T07:33:51.114Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f8743b5-1593-4ad1-b5a8-35beb25c6dc0/model-vers/model-ver/890e8d72-7f8d-4b36-9942-3fbbfc8b3382?depth=0|INFO|500||Invoke
2022-04-17T07:33:51.153Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f8743b5-1593-4ad1-b5a8-35beb25c6dc0/model-vers/model-ver/890e8d72-7f8d-4b36-9942-3fbbfc8b3382?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-17T07:33:51.295Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f8743b5-1593-4ad1-b5a8-35beb25c6dc0/model-vers/model-ver/890e8d72-7f8d-4b36-9942-3fbbfc8b3382?depth=0|INFO|500||InvokeReturn
2022-04-17T07:33:51.297Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f8743b5-1593-4ad1-b5a8-35beb25c6dc0/model-vers/model-ver/890e8d72-7f8d-4b36-9942-3fbbfc8b3382?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-07:33:51:508-50510], vertex-id=[184392], Content-Length=[0], Date=[Sun, 17 Apr 2022 07:33:51 GMT], Content-Type=[application/json]}
2022-04-17T07:33:51.297Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T07:33:51.298Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T07:33:51.299Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:33:51.305Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T07:33:51.306Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76912f0e-11ce-4b4e-af1a-009ae0b4ce4a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-17T07:33:51.307Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-17T07:33:51.307Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:33:51.311Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:33:51.311Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180831306,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:33:51.411Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:33:51.417Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:33:51.417Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:33:51.438Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:33:51.439Z||pool-82-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:33:52.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:33:52.336Z||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-04-17T07:33:52.336Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:33:53.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:33:53.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-17T07:33:53.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f2b36908-6f88-44cb-b3fb-43431c5272a5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"92ba4871-4f39-4ca0-ba32-d33cdc788cff","serviceDescription":"service","serviceInvariantUUID":"0795ec8f-9304-4c1d-bd11-5b84e2367afa","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6e5c5bb-dc81-4c64-a581-6c8b8377d6d1","resourceInvariantUUID":"1e54d144-430f-4300-bfdb-94c4fede6140","resourceCustomizationUUID":"924f50b3-2e01-4023-a163-40cad0dee7b7","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":"NmUwNDhhNWViNDBiOTc2NDgwYzZkNjBiZmQ2Y2E1MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6a1575b-998c-494e-ab36-6059c615c55d","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":"Yjc2YmE5NjIyZTY0ODRjNjEwY2Q0M2FiYTVhOWY3ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32735e6c-c684-4bef-823a-2bf65f0bef6d","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":"1fc3e188-fcff-49fd-88de-cd0752991532","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":"0d98e13e-34e1-4752-aa4c-985b2d0b182f","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":"8bf6712f-e6a0-444e-9c47-75d7a82dd592","artifactVersion":"2","generatedFromUUID":"1fc3e188-fcff-49fd-88de-cd0752991532"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTg1MTc4M2MyMjYxYWM1MTI2ODQ2ZGJhNWM0YjRhMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1bde0ef-8dee-47ab-9a51-04e5be2fc2f6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTRjZWEzMTNjZDJiNGNkYTk3YTM0NjQyZmMxOGI4ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0de9f15-9b81-49b7-958b-54b05e79d8ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T07:33:53.007Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:33:53.008Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:33:53.011Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:33:53.011Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:53.111Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:33:53.113Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:33:53.113Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:33:53.128Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:33:53.128Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:33:54.012Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:33:54.013Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:33:54.017Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:33:54.018Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:33:54.118Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:33:54.121Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:33:54.122Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:33:54.141Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:33:54.142Z||pool-84-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:33:55.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:33:55.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:33:55.024Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:33:55.025Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:33:55.132Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-17T07:33:55.136Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:33:55.136Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:33:55.153Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:33:55.157Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:33:56.026Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:33:56.026Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:33:56.029Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:33:56.029Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:56.129Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:33:56.130Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:33:56.130Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:33:56.152Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:33:56.154Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:33:57.030Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:33:57.032Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:33:57.035Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:33:57.035Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-17T07:33:57.135Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:33:57.136Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:33:57.136Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:33:57.152Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:33:57.157Z||pool-87-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:33:58.036Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:33:58.037Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:33:58.042Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:33:58.042Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:33:58.141Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:33:58.143Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:33:58.143Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:33:58.154Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:33:58.155Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:33:59.043Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:33:59.044Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:33:59.052Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:33:59.053Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:33:59.149Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-17T07:33:59.150Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:33:59.150Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:33:59.163Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:33:59.164Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:34:00.060Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "92ba4871-4f39-4ca0-ba32-d33cdc788cff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0795ec8f-9304-4c1d-bd11-5b84e2367afa",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "924f50b3-2e01-4023-a163-40cad0dee7b7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a6e5c5bb-dc81-4c64-a581-6c8b8377d6d1",
      "resourceInvariantUUID": "1e54d144-430f-4300-bfdb-94c4fede6140",
      "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": "Yjc2YmE5NjIyZTY0ODRjNjEwY2Q0M2FiYTVhOWY3ZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "32735e6c-c684-4bef-823a-2bf65f0bef6d",
          "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": "1fc3e188-fcff-49fd-88de-cd0752991532",
          "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": "8bf6712f-e6a0-444e-9c47-75d7a82dd592",
            "generatedFromUUID": "1fc3e188-fcff-49fd-88de-cd0752991532"
          },
          "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": "8bf6712f-e6a0-444e-9c47-75d7a82dd592",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTRjZWEzMTNjZDJiNGNkYTk3YTM0NjQyZmMxOGI4ZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b0de9f15-9b81-49b7-958b-54b05e79d8ff"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T07:34:00.063Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T07:34:00.064Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 92ba4871-4f39-4ca0-ba32-d33cdc788cff ASDC
2022-04-17T07:34:00.065Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f2b36908-6f88-44cb-b3fb-43431c5272a5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:92ba4871-4f39-4ca0-ba32-d33cdc788cff
ServiceInvariantUUID:0795ec8f-9304-4c1d-bd11-5b84e2367afa
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:b0de9f15-9b81-49b7-958b-54b05e79d8ff
ArtifactChecksum:MTRjZWEzMTNjZDJiNGNkYTk3YTM0NjQyZmMxOGI4ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:924f50b3-2e01-4023-a163-40cad0dee7b7
ResourceInvariantUUID:1e54d144-430f-4300-bfdb-94c4fede6140
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a6e5c5bb-dc81-4c64-a581-6c8b8377d6d1
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:32735e6c-c684-4bef-823a-2bf65f0bef6d
ArtifactChecksum:Yjc2YmE5NjIyZTY0ODRjNjEwY2Q0M2FiYTVhOWY3ZjM=
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:1fc3e188-fcff-49fd-88de-cd0752991532
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:8bf6712f-e6a0-444e-9c47-75d7a82dd592
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:8bf6712f-e6a0-444e-9c47-75d7a82dd592
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T07:34:00.067Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92ba4871-4f39-4ca0-ba32-d33cdc788cff ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:34:00.137Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:34:00.138Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-17T07:34:00.138Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-17T07:34:00.139Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b0de9f15-9b81-49b7-958b-54b05e79d8ff from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-17T07:34:00.139Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:34:00.140Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:00.830Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:34:00.835Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b0de9f15-9b81-49b7-958b-54b05e79d8ff 71059
2022-04-17T07:34:00.836Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:00.837Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:00.839Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:34:00.839Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:34:00.847Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:34:00.848Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180840836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:00.944Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-17T07:34:00.945Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:34:00.946Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:34:00.983Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:34:00.984Z||pool-90-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:34:01.849Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:34:01.850Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-17T07:34:01.850Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b0de9f15-9b81-49b7-958b-54b05e79d8ff, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T07:34:01.850Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-17T07:34:01.852Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T07:34:01.852Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T07:34:02.167Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15565619023952682344/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-17T07:34:04.551Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T07:34:04.551Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-17T07:34:04.552Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T07:34:04.552Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-17T07:34:04.552Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.552Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.552Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.552Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.553Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.553Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.553Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.553Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.553Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.553Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-17T07:34:04.554Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.554Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.554Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T07:34:04.554Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-17T07:34:04.555Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:34:04.555Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.555Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:04.555Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T07:34:04.556Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-17T07:34:04.556Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:34:04.556Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.556Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:04.557Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.557Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-17T07:34:04.557Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-17T07:34:04.557Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-17T07:34:04.558Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-17T07:34:04.558Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-17T07:34:04.558Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T07:34:04.558Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.558Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:04.559Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.559Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T07:34:04.559Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:34:04.560Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.560Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T07:34:04.560Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:34:04.562Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.563Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T07:34:04.563Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:34:04.563Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.563Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-17T07:34:04.564Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-17T07:34:04.566Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-17T07:34:04.567Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e127e96d-4949-46db-a1be-322d747b3a1c
2022-04-17T07:34:04.567Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.568Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:04.568Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.569Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:04.569Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.569Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:04.570Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:04.570Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:04.570Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:92ba4871-4f39-4ca0-ba32-d33cdc788cff
Model Version:NULL
Model InvariantUuid:0795ec8f-9304-4c1d-bd11-5b84e2367afa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ab8195e8-5dad-4e88-8479-aabe86499ca1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1e54d144-430f-4300-bfdb-94c4fede6140
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:924f50b3-2e01-4023-a163-40cad0dee7b7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:befb424f-04bc-444b-a638-75e4b6a92076
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4c8c8320-f993-4210-aa66-33fec92b17bd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e127e96d-4949-46db-a1be-322d747b3a1c
ModelInvariantUuid:d6e4d959-4d29-4000-87f4-ad6192880406
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a95f65f3-171d-4b32-aefd-d2e4a2819148
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8aa3a557-9863-49c0-9ee7-9f3d11da3cb6
ModelInvariantUuid:2cd42a33-6460-4f3f-ae37-f63399b88183
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d48ec88a-fbf9-45c5-889c-8a5c26c13702
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T07:34:04.593Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a6e5c5bb-dc81-4c64-a581-6c8b8377d6d1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:34:04.599Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-04-17T07:34:04.600Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6e5c5bb-dc81-4c64-a581-6c8b8377d6d1
2022-04-17T07:34:04.601Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 32735e6c-c684-4bef-823a-2bf65f0bef6d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-17T07:34:04.601Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:34:04.601Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:05.031Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:34:05.031Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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 32735e6c-c684-4bef-823a-2bf65f0bef6d 787
2022-04-17T07:34:05.033Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:05.033Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:05.033Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:34:05.034Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:34:05.041Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:34:05.041Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180845033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:05.140Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T07:34:05.142Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:34:05.142Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:34:05.159Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:34:05.159Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:34:06.045Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "befb424f-04bc-444b-a638-75e4b6a92076",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c8c8320-f993-4210-aa66-33fec92b17bd",
    "vfModuleModelCustomizationUUID": "5642c47b-43ba-45ae-a4d2-9283d20c658d",
    "isBase": true,
    "artifacts": [
      "1fc3e188-fcff-49fd-88de-cd0752991532",
      "8bf6712f-e6a0-444e-9c47-75d7a82dd592"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:34:06.055Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c8c8320-f993-4210-aa66-33fec92b17bd
VfModuleModelInvariantUUID:befb424f-04bc-444b-a638-75e4b6a92076
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fc3e188-fcff-49fd-88de-cd0752991532
,
8bf6712f-e6a0-444e-9c47-75d7a82dd592

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

isBase:true


}

2022-04-17T07:34:06.058Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "befb424f-04bc-444b-a638-75e4b6a92076",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c8c8320-f993-4210-aa66-33fec92b17bd",
    "vfModuleModelCustomizationUUID": "5642c47b-43ba-45ae-a4d2-9283d20c658d",
    "isBase": true,
    "artifacts": [
      "1fc3e188-fcff-49fd-88de-cd0752991532",
      "8bf6712f-e6a0-444e-9c47-75d7a82dd592"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:34:06.059Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c8c8320-f993-4210-aa66-33fec92b17bd
VfModuleModelInvariantUUID:befb424f-04bc-444b-a638-75e4b6a92076
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fc3e188-fcff-49fd-88de-cd0752991532
,
8bf6712f-e6a0-444e-9c47-75d7a82dd592

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

isBase:true


}

2022-04-17T07:34:06.059Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1fc3e188-fcff-49fd-88de-cd0752991532 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-17T07:34:06.059Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:34:06.059Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:06.461Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:34:06.462Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1fc3e188-fcff-49fd-88de-cd0752991532 5033
2022-04-17T07:34:06.462Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:06.462Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:06.462Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:34:06.462Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:34:06.466Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:34:06.466Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180846462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:06.566Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:34:06.567Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:34:06.568Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:34:06.581Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:34:06.582Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:34:07.468Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8bf6712f-e6a0-444e-9c47-75d7a82dd592 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-17T07:34:07.470Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:34:07.477Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:07.992Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:34:07.993Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:34:07.993Z|4493ba04-e379-4df5-ab12-f420640aea42|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:34:08.022Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:34:08.026Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.026Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.027Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.027Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.037Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/resourceInstances/pnf4b321af06bcf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.038Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.039Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.039Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.040Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.041Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.042Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180727974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.044Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.044Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.044Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180737077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.044Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.045Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.045Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180739860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqnh0g9wybyoeotm02jt/1.0/artifacts/service-DemoPnfMqnh0g9wybyoeotm02jt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:34:08.045Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.045Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.045Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "cds",
  "timestamp": 1650180748301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.045Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.045Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.045Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "cds",
  "timestamp": 1650180748301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.046Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.046Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.046Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180753636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.046Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.047Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.047Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "cds",
  "timestamp": 1650180748301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.047Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.047Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.047Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180753636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.048Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.048Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.048Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "cds",
  "timestamp": 1650180748301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.048Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.048Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.048Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180753636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.048Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.048Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.049Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "policy-id",
  "timestamp": 1650180757942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.049Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.049Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.049Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "cds",
  "timestamp": 1650180748301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.049Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.049Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.049Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180753636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.049Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.050Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.050Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "policy-id",
  "timestamp": 1650180757942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.050Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.050Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.050Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "cds",
  "timestamp": 1650180748301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.050Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.050Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.050Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180753636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.050Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.050Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.051Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "policy-id",
  "timestamp": 1650180757942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.051Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.051Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.051Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "cds",
  "timestamp": 1650180748301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.051Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.051Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.051Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180753636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.051Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.051Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.051Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "policy-id",
  "timestamp": 1650180757942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180753636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "policy-id",
  "timestamp": 1650180757942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.052Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.053Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.053Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.053Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "cds",
  "timestamp": 1650180760937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.053Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.053Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.053Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "policy-id",
  "timestamp": 1650180757942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.053Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.053Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.054Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.054Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.054Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.054Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "cds",
  "timestamp": 1650180761948,
  "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-04-17T07:34:08.065Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2b36908-6f88-44cb-b3fb-43431c5272a5
2022-04-17T07:34:08.065Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2b36908-6f88-44cb-b3fb-43431c5272a5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:34:08.085Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.086Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180761932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.086Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.086Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.086Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "policy-id",
  "timestamp": 1650180757942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.087Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.087Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.087Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.087Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.087Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.087Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180763337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.088Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.088Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.088Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.088Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.088Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.088Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180763301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.089Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.089Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.089Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "policy-id",
  "timestamp": 1650180765833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.089Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.089Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.089Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180764663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.089Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.089Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.089Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.090Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.090Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.090Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180763301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.090Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.090Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.090Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "policy-id",
  "timestamp": 1650180766838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:34:08.090Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.091Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.091Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180765701,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:34:08.106Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2b36908-6f88-44cb-b3fb-43431c5272a5
2022-04-17T07:34:08.107Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2b36908-6f88-44cb-b3fb-43431c5272a5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:34:08.141Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.142Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.142Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.143Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.143Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180763301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.143Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.144Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.144Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "policy-id",
  "timestamp": 1650180767846,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:34:08.159Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2b36908-6f88-44cb-b3fb-43431c5272a5
2022-04-17T07:34:08.160Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2b36908-6f88-44cb-b3fb-43431c5272a5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-17T07:34:08.172Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.173Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.173Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.174Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.174Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180766705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:34:08.174Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.175Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.175Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.177Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.179Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.180Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180763301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.181Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.181Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.182Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.182Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.183Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.183Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.183Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.183Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.183Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.184Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.184Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.184Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180763301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.184Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.184Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.184Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.184Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.184Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.184Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.185Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.185Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.185Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180763301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.185Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.185Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.185Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.185Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.185Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.185Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.185Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180763301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.186Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180763301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.187Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.190Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.190Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.192Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.192Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.192Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.192Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.193Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.193Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180763301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.193Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.193Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.193Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.193Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.193Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.193Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.194Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.194Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.194Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.194Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.194Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.194Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180763301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.194Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.195Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.195Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.195Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.195Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.195Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "aai-ml",
  "timestamp": 1650180773656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.195Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.195Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.195Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.196Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.196Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.197Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180774114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.197Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.197Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.198Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180773636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.198Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.198Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.199Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180774467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.199Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.199Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.200Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.201Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.202Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.202Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180773636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.203Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.203Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.204Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180759485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.204Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.204Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.205Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180773636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.205Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.206Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.206Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180777942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.206Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.207Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.207Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "cds",
  "timestamp": 1650180776929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:34:08.243Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ab0220d-37e8-4e01-a451-d5a97521f632
2022-04-17T07:34:08.243Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ab0220d-37e8-4e01-a451-d5a97521f632 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:34:08.290Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.290Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180773636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.291Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.291Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.291Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180777484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:34:08.291Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.292Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.292Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180777942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.292Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.292Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.292Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180773636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.292Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.292Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.293Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180778489,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:34:08.302Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2b36908-6f88-44cb-b3fb-43431c5272a5
2022-04-17T07:34:08.303Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2b36908-6f88-44cb-b3fb-43431c5272a5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:34:08.319Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.319Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180777942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.320Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.320Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.320Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180773636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.320Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.320Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.320Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.320Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.321Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.321Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180777942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.321Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.321Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.321Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180773636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.321Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.321Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.321Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.322Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.322Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.322Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180777942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.322Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.322Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.322Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.322Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.322Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180773636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180777942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.325Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180773636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.325Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.325Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.326Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.326Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.326Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.326Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180777942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.326Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.326Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.326Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.327Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.327Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.327Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180773636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.327Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.327Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.327Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180777942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.328Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.328Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.328Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.328Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.328Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.328Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180779485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.329Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.329Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.329Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180778301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.329Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.329Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.329Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180784645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.329Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.329Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.330Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180777942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.330Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.330Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.330Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.330Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.330Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.331Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180779485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.331Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.331Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.331Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180778301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.331Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.332Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.332Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180777942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:34:08.333Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.333Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.333Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180786135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.335Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.335Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.336Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.336Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.336Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.336Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180779485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.336Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.336Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.336Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180778301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.337Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.337Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.337Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180789024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.337Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.337Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.337Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.346Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.356Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.356Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180779485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.357Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.357Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.357Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180778301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:34:08.357Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:34:08.357Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:34:08.357Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180787539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.358Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:34:08.441Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:34:08.442Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8bf6712f-e6a0-444e-9c47-75d7a82dd592 903
2022-04-17T07:34:08.442Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:08.442Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:08.442Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:34:08.443Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:34:08.446Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:34:08.446Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180848442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:34:08.546Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:34:08.547Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:34:08.547Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:34:08.563Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:34:08.565Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:34:09.447Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 92ba4871-4f39-4ca0-ba32-d33cdc788cff
2022-04-17T07:34:09.448Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a6e5c5bb-dc81-4c64-a581-6c8b8377d6d1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:34:09.477Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@376a27b, org.onap.sdc.toscaparser.api.parameters.Input@7d542eef, org.onap.sdc.toscaparser.api.parameters.Input@7490cb74, org.onap.sdc.toscaparser.api.parameters.Input@586387ed, org.onap.sdc.toscaparser.api.parameters.Input@6e3083e0]
2022-04-17T07:34:09.480Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.480Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:09.481Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-17T07:34:09.481Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 924f50b3-2e01-4023-a163-40cad0dee7b7
2022-04-17T07:34:09.481Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 924f50b3-2e01-4023-a163-40cad0dee7b7 matches Tosca VF Customization UUID: 924f50b3-2e01-4023-a163-40cad0dee7b7
2022-04-17T07:34:09.481Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 924f50b3-2e01-4023-a163-40cad0dee7b7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-17T07:34:09.493Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.494Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:09.495Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 924f50b3-2e01-4023-a163-40cad0dee7b7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-04-17T07:34:09.496Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4eef6d5
2022-04-17T07:34:09.496Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.496Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:09.497Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5642c47b-43ba-45ae-a4d2-9283d20c658d
2022-04-17T07:34:09.497Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5642c47b-43ba-45ae-a4d2-9283d20c658d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-17T07:34:09.505Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.505Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T07:34:09.506Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:34:09.506Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.506Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T07:34:09.506Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:34:09.507Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.507Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-17T07:34:09.507Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-17T07:34:09.508Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-17T07:34:09.508Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e127e96d-4949-46db-a1be-322d747b3a1c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T07:34:09.516Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.517Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T07:34:09.517Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:34:09.518Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.518Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T07:34:09.518Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=924f50b3-2e01-4023-a163-40cad0dee7b7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:34:09.522Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.523Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:09.523Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 92ba4871-4f39-4ca0-ba32-d33cdc788cff: basic_vm
2022-04-17T07:34:09.524Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.524Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:09.524Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.525Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:09.525Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.525Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:09.526Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.526Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:09.527Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:34:09.527Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:34:09.528Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:09.701Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a6e5c5bb-dc81-4c64-a581-6c8b8377d6d1 1 ASDC deployResourceStructure
2022-04-17T07:34:09.702Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:09.702Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:09.703Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:34:09.703Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:34:09.709Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:34:09.709Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180849702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:34:09.808Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:34:09.809Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:34:09.810Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:34:09.825Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:34:09.826Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:34:10.711Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:10.712Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:10.712Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:34:10.713Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:34:10.717Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:34:10.718Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180850711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:34:10.816Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T07:34:10.817Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:34:10.817Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:34:10.829Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:34:10.830Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:34:11.720Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:11.720Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:11.721Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:34:11.721Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:34:11.724Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:34:11.724Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180851720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:34:11.824Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:34:11.825Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:34:11.825Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:34:11.851Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:34:11.852Z||pool-96-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:34:12.726Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:12.726Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:34:12.726Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:34:12.726Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:34:12.776Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:34:12.777Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180852726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:34:12.866Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-04-17T07:34:12.867Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:34:12.867Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:34:12.880Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:34:12.881Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:34:13.778Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:34:13.796Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:34:13.802Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:34:13.802Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:34:13.802Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:34:43.803Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:34:43.832Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:34:43.838Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:34:43.838Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:34:43.838Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:35:07.994Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:35:07.995Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:35:07.995Z|4493ba04-e379-4df5-ab12-f420640aea42|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:35:08.025Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:35:08.026Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:35:08.026Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180790028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:35:08.028Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:35:13.839Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:35:13.855Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:35:13.860Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:35:13.860Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:35:13.861Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:35:43.861Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:35:43.886Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:35:43.891Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:35:43.891Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T07:35:43.891Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T07:36:07.992Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:36:07.994Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:36:07.994Z|4493ba04-e379-4df5-ab12-f420640aea42|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:08.025Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:08.028Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.029Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180766703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180779485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180778301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "policy-id",
  "timestamp": 1650180791032,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:36:08.056Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ab0220d-37e8-4e01-a451-d5a97521f632
2022-04-17T07:36:08.057Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ab0220d-37e8-4e01-a451-d5a97521f632 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:36:08.074Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.075Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180789275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.075Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.075Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.075Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180779485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.076Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.076Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.076Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180778301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.076Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.076Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.076Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180790132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.076Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.076Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.076Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "aai-ml",
  "timestamp": 1650180790167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:36:08.076Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.077Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.077Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180779485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.077Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.077Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.077Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180790441,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:36:08.090Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ab0220d-37e8-4e01-a451-d5a97521f632
2022-04-17T07:36:08.090Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ab0220d-37e8-4e01-a451-d5a97521f632 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-17T07:36:08.108Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.108Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180778301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.108Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.109Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.109Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "aai-ml",
  "timestamp": 1650180791171,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:36:08.120Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f2b36908-6f88-44cb-b3fb-43431c5272a5
2022-04-17T07:36:08.120Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2b36908-6f88-44cb-b3fb-43431c5272a5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:36:08.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180779485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180791444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:36:08.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.145Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180778301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650180779485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.146Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180778301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.147Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.147Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.147Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180792804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:36:08.147Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.147Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.147Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.147Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.148Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.148Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180793809,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:36:08.155Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ab0220d-37e8-4e01-a451-d5a97521f632
2022-04-17T07:36:08.155Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ab0220d-37e8-4e01-a451-d5a97521f632 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:36:08.189Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.189Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180794180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.189Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.189Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.190Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.190Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.190Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.190Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180793636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.190Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.190Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.190Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "cds",
  "timestamp": 1650180795189,
  "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-04-17T07:36:08.224Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4
2022-04-17T07:36:08.224Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:36:08.240Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.240Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.241Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.241Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.241Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180793636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.241Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.241Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.241Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.242Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.242Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.242Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180793636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.242Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.242Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.242Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180797941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.242Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.243Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.243Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.243Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.243Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.243Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180796702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.243Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.244Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.244Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180793636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.244Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.244Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.244Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180797941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.244Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.245Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.245Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.245Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.245Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.245Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180796702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.246Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.246Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.246Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180793636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.246Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.246Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.246Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180797941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.246Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.246Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.247Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.247Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.247Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.247Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180796702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.247Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.247Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.248Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180793636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.248Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.248Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.248Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180797941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.248Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.248Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.249Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.249Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.249Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.249Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180796702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.249Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.250Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.250Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180793636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.250Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.250Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.250Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180797941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.250Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.250Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.250Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180765873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.251Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.251Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.251Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180796702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.251Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.251Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.251Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180793636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.251Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.253Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.253Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180797941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.253Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.253Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.253Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180802309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.253Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.253Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.254Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180796702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.254Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.254Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.254Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180793636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.254Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.254Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.254Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180797941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.255Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.255Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.255Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180796702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.255Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.255Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.255Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180803428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.255Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.256Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.256Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180797941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.256Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.256Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.256Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180796702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.256Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.256Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.257Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180804508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.257Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.257Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.257Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180797941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.257Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.257Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.257Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180796702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.258Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.258Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.258Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180805594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.258Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.258Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.258Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180807697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.259Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.259Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.259Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180806461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.259Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.259Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.259Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180806668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.261Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.262Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.262Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180808702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:36:08.262Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.262Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.262Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180807720,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:36:08.280Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4
2022-04-17T07:36:08.281Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:36:08.306Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.306Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "policy-id",
  "timestamp": 1650180809707,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:36:08.313Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4
2022-04-17T07:36:08.314Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-17T07:36:08.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650180808723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:36:08.323Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.324Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.324Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180809143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:36:08.324Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.324Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.324Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650180810148,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:36:08.333Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4
2022-04-17T07:36:08.333Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:36:08.355Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.355Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180817450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:36:08.355Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.355Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.356Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "aai-ml",
  "timestamp": 1650180818455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:36:08.363Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ab0220d-37e8-4e01-a451-d5a97521f632
2022-04-17T07:36:08.364Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ab0220d-37e8-4e01-a451-d5a97521f632 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:36:08.391Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.391Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180819459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.392Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.392Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.392Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180819459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.393Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.393Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.393Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180819459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.393Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.393Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.393Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180819459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.394Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.394Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.394Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180819459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.394Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.394Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.394Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180819459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.395Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.395Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.395Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180819459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.395Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.395Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.396Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180819459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.396Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.396Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.396Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180819459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.397Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.397Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.397Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180829214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.397Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.397Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.397Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76912f0e-11ce-4b4e-af1a-009ae0b4ce4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180831306,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:36:08.398Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.398Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.398Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.398Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.398Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.398Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.399Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.399Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.399Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.399Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.399Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.400Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.400Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.400Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.400Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.400Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.401Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.401Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:08.402Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.402Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.402Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:36:08.402Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:36:08.402Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.403Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180840836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.403Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.403Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.403Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180843338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:36:08.404Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.404Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.404Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "aai-ml",
  "timestamp": 1650180844343,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T07:36:08.412Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4
2022-04-17T07:36:08.412Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:36:08.436Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.436Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180845033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.436Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:08.436Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:36:08.436Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180846462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:08.437Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:36:13.894Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:36:13.926Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:36:13.936Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:36:13.936Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T07:36:13.936Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-17T07:36:13.936Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-17T07:36:13.937Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:36:13.937Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:36:13.937Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:36:13.937Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:36:13.937Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:36:13.937Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:36:13.957Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-17T07:36:43.957Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f2b36908-6f88-44cb-b3fb-43431c5272a5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T07:36:43.966Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2b36908-6f88-44cb-b3fb-43431c5272a5 and serviceModelVersionId: 92ba4871-4f39-4ca0-ba32-d33cdc788cff
2022-04-17T07:36:43.967Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0795ec8f-9304-4c1d-bd11-5b84e2367afa
2022-04-17T07:36:43.973Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0795ec8f-9304-4c1d-bd11-5b84e2367afa/model-vers/model-ver/92ba4871-4f39-4ca0-ba32-d33cdc788cff?depth=0
2022-04-17T07:36:43.984Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T07:36:44.072Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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/0795ec8f-9304-4c1d-bd11-5b84e2367afa/model-vers/model-ver/92ba4871-4f39-4ca0-ba32-d33cdc788cff?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-17T07:36:44.074Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0795ec8f-9304-4c1d-bd11-5b84e2367afa/model-vers/model-ver/92ba4871-4f39-4ca0-ba32-d33cdc788cff?depth=0|INFO|500||Invoke
2022-04-17T07:36:44.103Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0795ec8f-9304-4c1d-bd11-5b84e2367afa/model-vers/model-ver/92ba4871-4f39-4ca0-ba32-d33cdc788cff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-17T07:36:44.667Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0795ec8f-9304-4c1d-bd11-5b84e2367afa/model-vers/model-ver/92ba4871-4f39-4ca0-ba32-d33cdc788cff?depth=0|INFO|500||InvokeReturn
2022-04-17T07:36:44.668Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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/0795ec8f-9304-4c1d-bd11-5b84e2367afa/model-vers/model-ver/92ba4871-4f39-4ca0-ba32-d33cdc788cff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-07:36:44:456-77874], vertex-id=[213224], Content-Length=[0], Date=[Sun, 17 Apr 2022 07:36:44 GMT], Content-Type=[application/json]}
2022-04-17T07:36:44.668Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T07:36:44.668Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T07:36:44.669Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:36:44.676Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|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-04-17T07:36:44.676Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2b36908-6f88-44cb-b3fb-43431c5272a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-17T07:36:44.677Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-17T07:36:44.677Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:44.679Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:44.680Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181004676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:36:44.780Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:36:44.781Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:44.781Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:44.800Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:44.801Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:36:45.701Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-17T07:36:45.701Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ab0220d-37e8-4e01-a451-d5a97521f632","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae","serviceDescription":"service","serviceInvariantUUID":"2fed9b77-95e8-4783-a23a-8411deec8051","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"557570c7-3b2a-4cd4-be57-a6021f113175","resourceInvariantUUID":"f7e88b44-689b-4b35-8636-d49938ae2f44","resourceCustomizationUUID":"f5a39b75-cf23-4bb8-82b7-7f1d5f6f266f","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":"MTg1ZTY1OTgwOTE5ODYzMmU2ZTc0MzQzMzA1ZGQ3ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14e74738-291e-46c7-88ae-6e4bf9b5cb83","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":"MGU0OTBiYmU2YjkwZGY1YmJhM2Q4MTIyMzUwYjBkOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"975a5429-bef7-425f-8870-58f68ab9b666","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":"00b18df3-d8ee-4061-ba1f-3480068992e9","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":"b5e33056-0ce3-4535-9818-fd32ea88c942","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":"10fec245-f374-4cd8-a2ee-fabccf0408d2","artifactVersion":"2","generatedFromUUID":"782d78f5-0b5f-4e5f-ba08-097b0949b0b5"},{"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":"afe3c72b-7b64-4154-96a3-ae27bd3c4448","artifactVersion":"2","generatedFromUUID":"00b18df3-d8ee-4061-ba1f-3480068992e9"},{"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":"782d78f5-0b5f-4e5f-ba08-097b0949b0b5","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":"47245dd8-0e3e-4f15-b038-383e12d38191","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":"YTUzNDI1NzZhNTk0NjhmYTc5NzliMjE0NjU1ZmYwNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f14a6d85-3a0f-4cc1-8660-947c84e1a8c7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OWQ1MTU1ZWUzODg3ZmJlYWQwMTViM2RmOGJhZDkyM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d6d6ae0-b094-4543-b1bc-242f66b244b8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T07:36:45.702Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:36:45.702Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:45.707Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:45.707Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:45.806Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:36:45.808Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:45.808Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:45.833Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:45.833Z||pool-99-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:36:46.708Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:36:46.708Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:46.712Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:46.713Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:36:46.813Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:36:46.814Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:46.814Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:46.828Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:46.829Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:36:47.713Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:36:47.715Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:47.717Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:47.717Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:36:47.817Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:36:47.819Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:47.819Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:47.831Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:47.832Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:36:48.718Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:36:48.719Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:48.724Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:48.725Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:48.824Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T07:36:48.825Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:48.825Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:48.839Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:48.840Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:36:49.726Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:36:49.728Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:49.734Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:49.734Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-17T07:36:49.834Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:36:49.835Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:49.835Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:49.848Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:49.849Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:36:50.736Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:36:50.737Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:50.741Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:50.741Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-17T07:36:50.841Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:36:50.841Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:50.841Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:50.853Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:50.854Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:36:51.743Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:36:51.744Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:51.747Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:51.747Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-17T07:36:51.847Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:36:51.848Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:51.848Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:51.864Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:51.867Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:36:52.748Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:36:52.749Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:52.753Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:52.754Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:52.853Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:36:52.855Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:52.857Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:52.871Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:52.871Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:36:53.755Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:36:53.756Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:53.760Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:53.760Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:36:53.860Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:36:53.861Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:53.863Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:53.876Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:53.877Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:36:54.761Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:36:54.763Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:54.767Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:54.768Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:36:54.867Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T07:36:54.868Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:54.868Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:54.885Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:54.886Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:36:55.771Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2fed9b77-95e8-4783-a23a-8411deec8051",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f5a39b75-cf23-4bb8-82b7-7f1d5f6f266f",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "557570c7-3b2a-4cd4-be57-a6021f113175",
      "resourceInvariantUUID": "f7e88b44-689b-4b35-8636-d49938ae2f44",
      "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": "MGU0OTBiYmU2YjkwZGY1YmJhM2Q4MTIyMzUwYjBkOGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "975a5429-bef7-425f-8870-58f68ab9b666",
          "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": "00b18df3-d8ee-4061-ba1f-3480068992e9",
          "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": "afe3c72b-7b64-4154-96a3-ae27bd3c4448",
            "generatedFromUUID": "00b18df3-d8ee-4061-ba1f-3480068992e9"
          },
          "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": "10fec245-f374-4cd8-a2ee-fabccf0408d2",
          "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": "afe3c72b-7b64-4154-96a3-ae27bd3c4448",
          "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": "782d78f5-0b5f-4e5f-ba08-097b0949b0b5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OWQ1MTU1ZWUzODg3ZmJlYWQwMTViM2RmOGJhZDkyM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d6d6ae0-b094-4543-b1bc-242f66b244b8"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T07:36:55.772Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T07:36:55.772Z|f2b36908-6f88-44cb-b3fb-43431c5272a5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae ASDC
2022-04-17T07:36:55.773Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0ab0220d-37e8-4e01-a451-d5a97521f632
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae
ServiceInvariantUUID:2fed9b77-95e8-4783-a23a-8411deec8051
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:0d6d6ae0-b094-4543-b1bc-242f66b244b8
ArtifactChecksum:OWQ1MTU1ZWUzODg3ZmJlYWQwMTViM2RmOGJhZDkyM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f5a39b75-cf23-4bb8-82b7-7f1d5f6f266f
ResourceInvariantUUID:f7e88b44-689b-4b35-8636-d49938ae2f44
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:557570c7-3b2a-4cd4-be57-a6021f113175
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:975a5429-bef7-425f-8870-58f68ab9b666
ArtifactChecksum:MGU0OTBiYmU2YjkwZGY1YmJhM2Q4MTIyMzUwYjBkOGU=
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:00b18df3-d8ee-4061-ba1f-3480068992e9
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:afe3c72b-7b64-4154-96a3-ae27bd3c4448
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:10fec245-f374-4cd8-a2ee-fabccf0408d2
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:afe3c72b-7b64-4154-96a3-ae27bd3c4448
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:782d78f5-0b5f-4e5f-ba08-097b0949b0b5
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T07:36:55.773Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:36:55.843Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:36:55.844Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-17T07:36:55.844Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-17T07:36:55.844Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d6d6ae0-b094-4543-b1bc-242f66b244b8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-17T07:36:55.845Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:36:55.845Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-17T07:36:56.223Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:36:56.253Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d6d6ae0-b094-4543-b1bc-242f66b244b8 158211
2022-04-17T07:36:56.254Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-17T07:36:56.254Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-17T07:36:56.254Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:36:56.255Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:56.257Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:56.258Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181016254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:56.358Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:36:56.359Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:56.359Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:56.374Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:56.374Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:36:57.260Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:36:57.261Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-17T07:36:57.261Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0d6d6ae0-b094-4543-b1bc-242f66b244b8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-17T07:36:57.262Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-17T07:36:57.263Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-17T07:36:57.263Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-17T07:36:57.437Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9096332808366460374/Definitions/service-BasicCnfMacro-template.yml
2022-04-17T07:36:59.373Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T07:36:59.374Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-17T07:36:59.374Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-17T07:36:59.374Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-17T07:36:59.374Z|0ab0220d-37e8-4e01-a451-d5a97521f632|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-BasicCnfMacro-csar.csar
2022-04-17T07:36:59.375Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-17T07:36:59.375Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-17T07:36:59.375Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-17T07:36:59.375Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-17T07:36:59.375Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.376Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:36:59.376Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-17T07:36:59.376Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-17T07:36:59.376Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:36:59.377Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.377Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:36:59.377Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-17T07:36:59.377Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-17T07:36:59.377Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:36:59.377Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.377Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:36:59.377Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.378Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-17T07:36:59.378Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-17T07:36:59.378Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-17T07:36:59.378Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T07:36:59.378Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.379Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T07:36:59.379Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.379Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-17T07:36:59.380Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:36:59.380Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.380Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-17T07:36:59.381Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:36:59.381Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.381Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-17T07:36:59.381Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:36:59.382Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.382Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-17T07:36:59.382Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:36:59.382Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.382Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-17T07:36:59.383Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-17T07:36:59.383Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c1f11365-4f12-45d8-852e-fbf676ff7a60
2022-04-17T07:36:59.383Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.383Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:36:59.383Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.384Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:36:59.384Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.384Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:36:59.384Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:36:59.384Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:36:59.384Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae
Model Version:NULL
Model InvariantUuid:2fed9b77-95e8-4783-a23a-8411deec8051
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:3611d089-c67d-4941-a203-d668c2f31cc5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f7e88b44-689b-4b35-8636-d49938ae2f44
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f5a39b75-cf23-4bb8-82b7-7f1d5f6f266f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ce3fe47b-42ea-4ecb-acfb-9f5048156cc3
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c78bd3df-f642-42ad-a795-7b512e0dd59f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0b305567-9995-4d52-99ff-60c3deff7e72
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:479c5ba6-1848-486c-ab4e-20701714c962
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c1f11365-4f12-45d8-852e-fbf676ff7a60
ModelInvariantUuid:3489eba2-dfd1-4642-acd0-822f366b9172
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:baefdc3f-d728-492e-b286-3293b080f464
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e1cd20fe-06d8-4a78-9ac6-ba2f6789cc19
ModelInvariantUuid:ae133eae-2d6a-4b63-afb9-2820ec542dd0
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:8a715c39-ed4f-4cc4-b4cf-61cd6b415357
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T07:36:59.398Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 557570c7-3b2a-4cd4-be57-a6021f113175
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:36:59.401Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-04-17T07:36:59.401Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 557570c7-3b2a-4cd4-be57-a6021f113175
2022-04-17T07:36:59.401Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 975a5429-bef7-425f-8870-58f68ab9b666 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-17T07:36:59.401Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:36:59.402Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-17T07:36:59.626Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:36:59.626Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 975a5429-bef7-425f-8870-58f68ab9b666 1565
2022-04-17T07:36:59.627Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-17T07:36:59.627Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-17T07:36:59.627Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:36:59.627Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:36:59.630Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:36:59.630Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181019627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:36:59.730Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:36:59.731Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:36:59.731Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:36:59.747Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:36:59.749Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:00.631Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0b305567-9995-4d52-99ff-60c3deff7e72",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "479c5ba6-1848-486c-ab4e-20701714c962",
    "vfModuleModelCustomizationUUID": "cb6a6ae0-bb7b-4701-9cd1-b1130f187fac",
    "isBase": true,
    "artifacts": [
      "00b18df3-d8ee-4061-ba1f-3480068992e9",
      "afe3c72b-7b64-4154-96a3-ae27bd3c4448"
    ],
    "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": "ce3fe47b-42ea-4ecb-acfb-9f5048156cc3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c78bd3df-f642-42ad-a795-7b512e0dd59f",
    "vfModuleModelCustomizationUUID": "4574d71e-ff14-49a8-93d6-3f0c54242b71",
    "isBase": false,
    "artifacts": [
      "782d78f5-0b5f-4e5f-ba08-097b0949b0b5"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:37:00.640Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:479c5ba6-1848-486c-ab4e-20701714c962
VfModuleModelInvariantUUID:0b305567-9995-4d52-99ff-60c3deff7e72
VfModuleModelDescription:NULL
Artifacts UUID List:{
00b18df3-d8ee-4061-ba1f-3480068992e9
,
afe3c72b-7b64-4154-96a3-ae27bd3c4448

}
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:c78bd3df-f642-42ad-a795-7b512e0dd59f
VfModuleModelInvariantUUID:ce3fe47b-42ea-4ecb-acfb-9f5048156cc3
VfModuleModelDescription:NULL
Artifacts UUID List:{
782d78f5-0b5f-4e5f-ba08-097b0949b0b5

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

isBase:false


}

2022-04-17T07:37:00.643Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0b305567-9995-4d52-99ff-60c3deff7e72",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "479c5ba6-1848-486c-ab4e-20701714c962",
    "vfModuleModelCustomizationUUID": "cb6a6ae0-bb7b-4701-9cd1-b1130f187fac",
    "isBase": true,
    "artifacts": [
      "00b18df3-d8ee-4061-ba1f-3480068992e9",
      "afe3c72b-7b64-4154-96a3-ae27bd3c4448"
    ],
    "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": "ce3fe47b-42ea-4ecb-acfb-9f5048156cc3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c78bd3df-f642-42ad-a795-7b512e0dd59f",
    "vfModuleModelCustomizationUUID": "4574d71e-ff14-49a8-93d6-3f0c54242b71",
    "isBase": false,
    "artifacts": [
      "782d78f5-0b5f-4e5f-ba08-097b0949b0b5"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:37:00.643Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:479c5ba6-1848-486c-ab4e-20701714c962
VfModuleModelInvariantUUID:0b305567-9995-4d52-99ff-60c3deff7e72
VfModuleModelDescription:NULL
Artifacts UUID List:{
00b18df3-d8ee-4061-ba1f-3480068992e9
,
afe3c72b-7b64-4154-96a3-ae27bd3c4448

}
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:c78bd3df-f642-42ad-a795-7b512e0dd59f
VfModuleModelInvariantUUID:ce3fe47b-42ea-4ecb-acfb-9f5048156cc3
VfModuleModelDescription:NULL
Artifacts UUID List:{
782d78f5-0b5f-4e5f-ba08-097b0949b0b5

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

isBase:false


}

2022-04-17T07:37:00.643Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 00b18df3-d8ee-4061-ba1f-3480068992e9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-17T07:37:00.643Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:37:00.643Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-17T07:37:01.047Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:37:01.048Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 00b18df3-d8ee-4061-ba1f-3480068992e9 914
2022-04-17T07:37:01.049Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-17T07:37:01.049Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-17T07:37:01.049Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:37:01.049Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:01.052Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:01.052Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181021049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:37:01.153Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:37:01.154Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:01.155Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:01.176Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:01.176Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:02.054Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 10fec245-f374-4cd8-a2ee-fabccf0408d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-17T07:37:02.054Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:37:02.055Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-17T07:37:02.521Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:37:02.521Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 10fec245-f374-4cd8-a2ee-fabccf0408d2 12
2022-04-17T07:37:02.521Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-17T07:37:02.522Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-17T07:37:02.522Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:37:02.522Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:02.524Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:02.524Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181022521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:37:02.625Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:37:02.626Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:02.626Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:02.645Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:02.646Z||pool-112-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:37:03.525Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: afe3c72b-7b64-4154-96a3-ae27bd3c4448 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-17T07:37:03.526Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:37:03.527Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-17T07:37:04.325Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:37:04.325Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env afe3c72b-7b64-4154-96a3-ae27bd3c4448 96
2022-04-17T07:37:04.325Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-17T07:37:04.325Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-17T07:37:04.326Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:37:04.326Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:04.334Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:04.334Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181024325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:37:04.437Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-17T07:37:04.438Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:04.438Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:04.453Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:04.454Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:37:05.335Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 782d78f5-0b5f-4e5f-ba08-097b0949b0b5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-17T07:37:05.336Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:37:05.336Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-17T07:37:05.763Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:37:05.765Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 782d78f5-0b5f-4e5f-ba08-097b0949b0b5 20206
2022-04-17T07:37:05.765Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-17T07:37:05.765Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-17T07:37:05.765Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:37:05.766Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:05.768Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:05.768Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181025765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:37:05.868Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:37:05.869Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:05.869Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:05.911Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:05.912Z||pool-114-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:06.781Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae
2022-04-17T07:37:06.781Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 557570c7-3b2a-4cd4-be57-a6021f113175 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:37:06.803Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43bf9f0d, org.onap.sdc.toscaparser.api.parameters.Input@9c470f3, org.onap.sdc.toscaparser.api.parameters.Input@2c0db89a, org.onap.sdc.toscaparser.api.parameters.Input@37779eac, org.onap.sdc.toscaparser.api.parameters.Input@80f28b8]
2022-04-17T07:37:06.805Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.805Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:06.806Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-17T07:37:06.806Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f5a39b75-cf23-4bb8-82b7-7f1d5f6f266f
2022-04-17T07:37:06.806Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f5a39b75-cf23-4bb8-82b7-7f1d5f6f266f matches Tosca VF Customization UUID: f5a39b75-cf23-4bb8-82b7-7f1d5f6f266f
2022-04-17T07:37:06.806Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f5a39b75-cf23-4bb8-82b7-7f1d5f6f266f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-17T07:37:06.810Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.810Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:06.814Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f5a39b75-cf23-4bb8-82b7-7f1d5f6f266f: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-04-17T07:37:06.816Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68674723
2022-04-17T07:37:06.816Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.817Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T07:37:06.817Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4574d71e-ff14-49a8-93d6-3f0c54242b71
2022-04-17T07:37:06.817Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4574d71e-ff14-49a8-93d6-3f0c54242b71
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-17T07:37:06.821Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.821Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-17T07:37:06.822Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:37:06.823Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.824Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-17T07:37:06.824Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:37:06.824Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.825Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-17T07:37:06.825Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f5a39b75-cf23-4bb8-82b7-7f1d5f6f266f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:37:06.830Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.831Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:06.832Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae: basic_cnf_macro
2022-04-17T07:37:06.832Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.833Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:06.833Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.834Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:06.834Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.838Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:06.839Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.839Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:06.840Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:06.840Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:06.840Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T07:37:06.940Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 557570c7-3b2a-4cd4-be57-a6021f113175 2 ASDC deployResourceStructure
2022-04-17T07:37:06.941Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-17T07:37:06.941Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-17T07:37:06.941Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:37:06.941Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:06.943Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:06.943Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181026941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:37:07.044Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T07:37:07.046Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:07.046Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:07.074Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:07.074Z||pool-115-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:07.944Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-17T07:37:07.944Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-17T07:37:07.945Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:37:07.945Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:07.976Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:07.976Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181027944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:37:07.992Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:37:07.993Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:37:07.993Z|4493ba04-e379-4df5-ab12-f420640aea42|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:08.027Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:08.028Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:37:08.029Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180848442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:37:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:37:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:37:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180849702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:37:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:37:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:37:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180850711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:37:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:37:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:37:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180851720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:37:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:37:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:37:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180852726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:37:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:37:08.051Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-04-17T07:37:08.052Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:08.052Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:08.075Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:08.075Z||pool-116-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:08.983Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-17T07:37:08.984Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-04-17T07:37:08.985Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-17T07:37:08.986Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:08.989Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:08.989Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181028977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-17T07:37:09.090Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T07:37:09.091Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:09.091Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:09.106Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:09.107Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:09.990Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-17T07:37:09.991Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-17T07:37:09.991Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:37:09.992Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:09.997Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:09.998Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181029990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:37:10.095Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-17T07:37:10.096Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:10.096Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:10.108Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:10.109Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:11.012Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-17T07:37:11.024Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-17T07:37:11.024Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-17T07:37:11.025Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:11.028Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:11.028Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181031012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-17T07:37:11.128Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:37:11.129Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:11.130Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:11.144Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:11.147Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:12.034Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-17T07:37:12.034Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-17T07:37:12.035Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:37:12.035Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:12.037Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:12.038Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181032034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:37:12.137Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:37:12.138Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:12.139Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:12.153Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:12.154Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:13.038Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ab0220d-37e8-4e01-a451-d5a97521f632
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:37:13.077Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ab0220d-37e8-4e01-a451-d5a97521f632
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:37:13.083Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:37:13.083Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T07:37:13.084Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-17T07:37:13.084Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-17T07:37:13.084Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:37:13.084Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:37:13.084Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:37:13.085Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:37:13.085Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:37:13.085Z|0ab0220d-37e8-4e01-a451-d5a97521f632|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-04-17T07:37:13.093Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-17T07:37:43.094Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ab0220d-37e8-4e01-a451-d5a97521f632 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T07:37:43.115Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ab0220d-37e8-4e01-a451-d5a97521f632 and serviceModelVersionId: 8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae
2022-04-17T07:37:43.128Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2fed9b77-95e8-4783-a23a-8411deec8051
2022-04-17T07:37:43.133Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2fed9b77-95e8-4783-a23a-8411deec8051/model-vers/model-ver/8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae?depth=0
2022-04-17T07:37:43.146Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T07:37:43.228Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fed9b77-95e8-4783-a23a-8411deec8051/model-vers/model-ver/8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae?depth=0|INFO|500||Invoke
2022-04-17T07:37:43.229Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fed9b77-95e8-4783-a23a-8411deec8051/model-vers/model-ver/8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fed9b77-95e8-4783-a23a-8411deec8051/model-vers/model-ver/8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ab0220d-37e8-4e01-a451-d5a97521f632], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7b29f0d-8975-4f06-aee9-ffcab62bbc04], X-ECOMP-RequestID=[0ab0220d-37e8-4e01-a451-d5a97521f632], X-TransactionId=[], X-ONAP-RequestID=[0ab0220d-37e8-4e01-a451-d5a97521f632], Content-Type=[application/merge-patch+json]}
2022-04-17T07:37:43.278Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fed9b77-95e8-4783-a23a-8411deec8051/model-vers/model-ver/8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-17T07:37:43.772Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fed9b77-95e8-4783-a23a-8411deec8051/model-vers/model-ver/8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae?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/2fed9b77-95e8-4783-a23a-8411deec8051/model-vers/model-ver/8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-07:37:43:631-5344], vertex-id=[213064], Content-Length=[0], Date=[Sun, 17 Apr 2022 07:37:43 GMT], Content-Type=[application/json]}
2022-04-17T07:37:43.772Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fed9b77-95e8-4783-a23a-8411deec8051/model-vers/model-ver/8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-17T07:37:43.773Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fed9b77-95e8-4783-a23a-8411deec8051/model-vers/model-ver/8bbc5be5-7e67-4aa2-8c84-1e3cb52186ae?depth=0|INFO|500||InvokeReturn
2022-04-17T07:37:43.776Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T07:37:43.776Z|0ab0220d-37e8-4e01-a451-d5a97521f632|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-04-17T07:37:43.792Z|0ab0220d-37e8-4e01-a451-d5a97521f632|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-04-17T07:37:43.793Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ab0220d-37e8-4e01-a451-d5a97521f632 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-17T07:37:43.793Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-17T07:37:43.794Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:43.798Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:43.798Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181063793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:37:43.905Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-17T07:37:43.906Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:43.906Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:43.930Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:43.930Z||pool-121-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:37:44.818Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-17T07:37:44.818Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"56b7496d-3c7a-4ad1-b531-f0c9a3d37be4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"234e0456-649a-4e47-a247-690c8aa1b91a","serviceDescription":"service","serviceInvariantUUID":"8a9b7dad-fa95-4e8a-8320-2521c01ea6ff","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8e35c44-2f19-4893-acb3-2d2c788c06e8","resourceInvariantUUID":"1b086aea-03a5-4132-b73e-9bffcf95bac2","resourceCustomizationUUID":"921eebbc-f866-443e-9d51-0a8eb4cf8af9","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":"MjA5MmZkYmI2MGI1MDFlY2NjOWY3MjQwYWU5MWU0ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73d168d0-4ebf-42ed-9c8a-3d18c06bd3fe","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":"50461580-fa8d-4bde-b22f-057caa3c026e","artifactVersion":"2","generatedFromUUID":"1aab9eb8-9adc-428d-b2a8-a0e0ef0fca69"},{"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":"1aab9eb8-9adc-428d-b2a8-a0e0ef0fca69","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":"ZTBiMGU1MTBmY2NkM2NjM2VmNjFlZjBkZmQ4MjMxZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9d721a1d-d723-4924-932b-8e2ce03399b5","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":"1649a0bf-42d9-4e7a-a1d0-c21cb0812934","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":"f8f64844-d41c-4e85-940d-773414a65e68","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":"60e5da15-b527-4e0a-b813-5910a43d15bf","artifactVersion":"2","generatedFromUUID":"1649a0bf-42d9-4e7a-a1d0-c21cb0812934"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDZjZDhmMTE1YWI3NzEwMjMxNmY1NmJmYTg2ODBiYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8339d647-79ec-412b-8d17-085b0da0f58e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjFjMmQyYThlNzY1ODI1ZjliZDYzNzk4YzFmYzdmZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdb86de1-0e6c-43e6-9551-d792434196f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T07:37:44.819Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:37:44.820Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:44.823Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:44.824Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:37:44.923Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:37:44.924Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:44.924Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:44.941Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:44.942Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:45.825Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:37:45.826Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:45.829Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:45.829Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-17T07:37:45.929Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:37:45.930Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:45.930Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:45.942Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:45.943Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:46.830Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:37:46.831Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:46.833Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:46.834Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-17T07:37:46.934Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:37:46.935Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:46.935Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:46.947Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:46.948Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:47.834Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:37:47.836Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:47.839Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:47.839Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:37:47.938Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:37:47.939Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:47.940Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:47.952Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:47.953Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:48.842Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:37:48.843Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:48.847Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:48.847Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:37:48.947Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:37:48.948Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:48.948Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:49.000Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:49.002Z||pool-126-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:49.848Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:37:49.849Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:49.853Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:49.853Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:37:49.952Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:37:49.953Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:49.953Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:50.147Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:50.148Z||pool-127-thread-1|||||INFO|500||cambria reply ok (196 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:50.854Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:37:50.855Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:50.857Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:50.857Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-17T07:37:50.959Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-17T07:37:50.960Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:50.960Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:50.998Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:50.999Z||pool-128-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:37:51.858Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:37:51.863Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:51.866Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:51.866Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:37:51.966Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:37:51.967Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:51.968Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:52.030Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:52.030Z||pool-129-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:52.867Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T07:37:52.867Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:52.877Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:52.877Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:37:52.971Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-17T07:37:52.973Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:52.973Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:53.012Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:53.018Z||pool-130-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:53.882Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "234e0456-649a-4e47-a247-690c8aa1b91a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a9b7dad-fa95-4e8a-8320-2521c01ea6ff",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "921eebbc-f866-443e-9d51-0a8eb4cf8af9",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b8e35c44-2f19-4893-acb3-2d2c788c06e8",
      "resourceInvariantUUID": "1b086aea-03a5-4132-b73e-9bffcf95bac2",
      "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": "50461580-fa8d-4bde-b22f-057caa3c026e",
          "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": "1aab9eb8-9adc-428d-b2a8-a0e0ef0fca69",
          "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": "ZTBiMGU1MTBmY2NkM2NjM2VmNjFlZjBkZmQ4MjMxZDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9d721a1d-d723-4924-932b-8e2ce03399b5",
          "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": "1649a0bf-42d9-4e7a-a1d0-c21cb0812934",
          "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": "60e5da15-b527-4e0a-b813-5910a43d15bf",
            "generatedFromUUID": "1649a0bf-42d9-4e7a-a1d0-c21cb0812934"
          },
          "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": "60e5da15-b527-4e0a-b813-5910a43d15bf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjFjMmQyYThlNzY1ODI1ZjliZDYzNzk4YzFmYzdmZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdb86de1-0e6c-43e6-9551-d792434196f6"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T07:37:53.884Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T07:37:53.885Z|0ab0220d-37e8-4e01-a451-d5a97521f632|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 234e0456-649a-4e47-a247-690c8aa1b91a ASDC
2022-04-17T07:37:53.886Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:56b7496d-3c7a-4ad1-b531-f0c9a3d37be4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:234e0456-649a-4e47-a247-690c8aa1b91a
ServiceInvariantUUID:8a9b7dad-fa95-4e8a-8320-2521c01ea6ff
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:bdb86de1-0e6c-43e6-9551-d792434196f6
ArtifactChecksum:ZjFjMmQyYThlNzY1ODI1ZjliZDYzNzk4YzFmYzdmZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:921eebbc-f866-443e-9d51-0a8eb4cf8af9
ResourceInvariantUUID:1b086aea-03a5-4132-b73e-9bffcf95bac2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b8e35c44-2f19-4893-acb3-2d2c788c06e8
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:50461580-fa8d-4bde-b22f-057caa3c026e
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:1aab9eb8-9adc-428d-b2a8-a0e0ef0fca69
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:9d721a1d-d723-4924-932b-8e2ce03399b5
ArtifactChecksum:ZTBiMGU1MTBmY2NkM2NjM2VmNjFlZjBkZmQ4MjMxZDU=
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:1649a0bf-42d9-4e7a-a1d0-c21cb0812934
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:60e5da15-b527-4e0a-b813-5910a43d15bf
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:60e5da15-b527-4e0a-b813-5910a43d15bf
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T07:37:53.886Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 234e0456-649a-4e47-a247-690c8aa1b91a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T07:37:54.598Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:37:54.599Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-17T07:37:54.600Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-17T07:37:54.600Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bdb86de1-0e6c-43e6-9551-d792434196f6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-17T07:37:54.600Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:37:54.601Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:54.962Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:37:54.966Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bdb86de1-0e6c-43e6-9551-d792434196f6 68955
2022-04-17T07:37:54.967Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:54.967Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:54.967Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:37:54.967Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:54.976Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:54.976Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181074967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:37:55.074Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-17T07:37:55.074Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:55.075Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:55.099Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:55.100Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:55.976Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T07:37:55.978Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-17T07:37:55.978Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bdb86de1-0e6c-43e6-9551-d792434196f6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-17T07:37:55.978Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-17T07:37:55.979Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-17T07:37:55.979Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-17T07:37:56.146Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12328372447553721473/Definitions/service-BasicCnf-template.yml
2022-04-17T07:37:58.146Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T07:37:58.146Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-17T07:37:58.146Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-17T07:37:58.147Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-17T07:37:58.147Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:58.147Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:58.147Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:58.148Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:58.148Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-17T07:37:58.148Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.148Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:58.149Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T07:37:58.149Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-17T07:37:58.149Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:37:58.150Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.150Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:58.150Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T07:37:58.150Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-17T07:37:58.151Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T07:37:58.151Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.151Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:58.152Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.152Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-17T07:37:58.152Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-17T07:37:58.152Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-17T07:37:58.153Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T07:37:58.153Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.153Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:58.153Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.154Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T07:37:58.154Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:37:58.155Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.155Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T07:37:58.155Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:37:58.156Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.156Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T07:37:58.156Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:37:58.157Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.157Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-17T07:37:58.157Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-17T07:37:58.157Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e2d6ff77-4f74-45e4-ba49-4562bf3e53cc
2022-04-17T07:37:58.158Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.158Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:58.158Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.159Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:58.159Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.159Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:58.159Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:37:58.160Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:37:58.160Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:234e0456-649a-4e47-a247-690c8aa1b91a
Model Version:NULL
Model InvariantUuid:8a9b7dad-fa95-4e8a-8320-2521c01ea6ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:e4292c9d-5781-4e33-a07c-b8e9d7faf2ac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b086aea-03a5-4132-b73e-9bffcf95bac2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:921eebbc-f866-443e-9d51-0a8eb4cf8af9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1b8574e4-929b-49f1-b5ad-3f7e6c18090d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:aba552c3-c869-4fcc-942b-57e7dfe4714f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e2d6ff77-4f74-45e4-ba49-4562bf3e53cc
ModelInvariantUuid:0c966795-d99f-4948-ab5a-5a9dc9f05089
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0d24801b-1a50-4e61-a563-9591757da4a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:9ea4c972-0972-48ac-a3e7-1d1e4388114e
ModelInvariantUuid:60276cc5-1f61-4e16-b2b6-d63207ab121c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ba37cc1a-adcc-4377-808c-2997da6833f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T07:37:58.173Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b8e35c44-2f19-4893-acb3-2d2c788c06e8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:37:58.177Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-04-17T07:37:58.178Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8e35c44-2f19-4893-acb3-2d2c788c06e8
2022-04-17T07:37:58.178Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 50461580-fa8d-4bde-b22f-057caa3c026e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-17T07:37:58.178Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:37:58.179Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:58.256Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:37:58.257Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 50461580-fa8d-4bde-b22f-057caa3c026e 12
2022-04-17T07:37:58.257Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:58.257Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:58.257Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:37:58.257Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:58.261Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:58.262Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181078257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:37:58.364Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-17T07:37:58.365Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:58.365Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:58.386Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:58.387Z||pool-132-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:37:59.263Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1aab9eb8-9adc-428d-b2a8-a0e0ef0fca69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-17T07:37:59.263Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:37:59.264Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:59.540Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:37:59.542Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 1aab9eb8-9adc-428d-b2a8-a0e0ef0fca69 2688
2022-04-17T07:37:59.542Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:59.543Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:37:59.543Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:37:59.543Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:37:59.547Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:37:59.547Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181079542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:37:59.646Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T07:37:59.647Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:37:59.648Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:37:59.690Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:37:59.691Z||pool-133-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:38:00.551Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9d721a1d-d723-4924-932b-8e2ce03399b5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-17T07:38:00.551Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:38:00.552Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:00.956Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:38:00.957Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 9d721a1d-d723-4924-932b-8e2ce03399b5 828
2022-04-17T07:38:00.957Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:00.958Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:00.958Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:38:00.958Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:38:00.960Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:38:00.961Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181080957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:38:01.061Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:38:01.062Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:38:01.062Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:01.076Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:01.077Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:38:01.962Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1b8574e4-929b-49f1-b5ad-3f7e6c18090d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aba552c3-c869-4fcc-942b-57e7dfe4714f",
    "vfModuleModelCustomizationUUID": "55146dce-36a5-49af-a61c-f79a79add229",
    "isBase": true,
    "artifacts": [
      "1649a0bf-42d9-4e7a-a1d0-c21cb0812934",
      "1aab9eb8-9adc-428d-b2a8-a0e0ef0fca69",
      "60e5da15-b527-4e0a-b813-5910a43d15bf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:38:01.968Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aba552c3-c869-4fcc-942b-57e7dfe4714f
VfModuleModelInvariantUUID:1b8574e4-929b-49f1-b5ad-3f7e6c18090d
VfModuleModelDescription:NULL
Artifacts UUID List:{
1649a0bf-42d9-4e7a-a1d0-c21cb0812934
,
1aab9eb8-9adc-428d-b2a8-a0e0ef0fca69
,
60e5da15-b527-4e0a-b813-5910a43d15bf

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

isBase:true


}

2022-04-17T07:38:01.972Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1b8574e4-929b-49f1-b5ad-3f7e6c18090d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aba552c3-c869-4fcc-942b-57e7dfe4714f",
    "vfModuleModelCustomizationUUID": "55146dce-36a5-49af-a61c-f79a79add229",
    "isBase": true,
    "artifacts": [
      "1649a0bf-42d9-4e7a-a1d0-c21cb0812934",
      "1aab9eb8-9adc-428d-b2a8-a0e0ef0fca69",
      "60e5da15-b527-4e0a-b813-5910a43d15bf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-17T07:38:01.973Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aba552c3-c869-4fcc-942b-57e7dfe4714f
VfModuleModelInvariantUUID:1b8574e4-929b-49f1-b5ad-3f7e6c18090d
VfModuleModelDescription:NULL
Artifacts UUID List:{
1649a0bf-42d9-4e7a-a1d0-c21cb0812934
,
1aab9eb8-9adc-428d-b2a8-a0e0ef0fca69
,
60e5da15-b527-4e0a-b813-5910a43d15bf

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

isBase:true


}

2022-04-17T07:38:01.973Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1649a0bf-42d9-4e7a-a1d0-c21cb0812934 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-17T07:38:01.973Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:38:01.974Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:02.451Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:38:02.452Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1649a0bf-42d9-4e7a-a1d0-c21cb0812934 1164
2022-04-17T07:38:02.452Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:02.452Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:02.453Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:38:02.453Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:38:02.456Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:38:02.457Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181082452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:38:02.556Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:38:02.557Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:38:02.558Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:02.569Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:02.570Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:38:03.457Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 60e5da15-b527-4e0a-b813-5910a43d15bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-17T07:38:03.458Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-17T07:38:03.458Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:03.814Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-17T07:38:03.814Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 60e5da15-b527-4e0a-b813-5910a43d15bf 200
2022-04-17T07:38:03.814Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:03.815Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:03.815Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T07:38:03.815Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:38:03.818Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:38:03.819Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181083814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:38:03.920Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T07:38:03.921Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:38:03.921Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:03.933Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:03.934Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:38:04.821Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 234e0456-649a-4e47-a247-690c8aa1b91a
2022-04-17T07:38:04.822Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b8e35c44-2f19-4893-acb3-2d2c788c06e8 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=?
2022-04-17T07:38:04.834Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:38:04.846Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17342e0f, org.onap.sdc.toscaparser.api.parameters.Input@7971b43b, org.onap.sdc.toscaparser.api.parameters.Input@618ff4ca, org.onap.sdc.toscaparser.api.parameters.Input@50791f97, org.onap.sdc.toscaparser.api.parameters.Input@660b07c1]
2022-04-17T07:38:04.849Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.849Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:38:04.850Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-17T07:38:04.850Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 921eebbc-f866-443e-9d51-0a8eb4cf8af9
2022-04-17T07:38:04.850Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 921eebbc-f866-443e-9d51-0a8eb4cf8af9 matches Tosca VF Customization UUID: 921eebbc-f866-443e-9d51-0a8eb4cf8af9
2022-04-17T07:38:04.850Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 921eebbc-f866-443e-9d51-0a8eb4cf8af9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-17T07:38:04.854Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.854Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:38:04.855Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 921eebbc-f866-443e-9d51-0a8eb4cf8af9: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-04-17T07:38:04.856Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14051bcf
2022-04-17T07:38:04.856Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.856Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:04.856Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55146dce-36a5-49af-a61c-f79a79add229
2022-04-17T07:38:04.857Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55146dce-36a5-49af-a61c-f79a79add229
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-17T07:38:04.860Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.860Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T07:38:04.860Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:38:04.860Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.860Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T07:38:04.861Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:38:04.861Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.861Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-17T07:38:04.861Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-17T07:38:04.862Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e2d6ff77-4f74-45e4-ba49-4562bf3e53cc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-17T07:38:04.865Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.866Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T07:38:04.866Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T07:38:04.866Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.867Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T07:38:04.867Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=921eebbc-f866-443e-9d51-0a8eb4cf8af9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T07:38:04.870Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.870Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:38:04.871Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 234e0456-649a-4e47-a247-690c8aa1b91a: basic_cnf
2022-04-17T07:38:04.871Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.871Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:38:04.872Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.872Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:38:04.872Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.872Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:38:04.873Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.873Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:04.873Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T07:38:04.874Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T07:38:04.874Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:04.982Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b8e35c44-2f19-4893-acb3-2d2c788c06e8 1 ASDC deployResourceStructure
2022-04-17T07:38:04.982Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:04.983Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:04.983Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-17T07:38:04.983Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:38:04.985Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:38:04.986Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181084982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-17T07:38:05.087Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T07:38:05.088Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:38:05.088Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:05.100Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:05.100Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:38:05.987Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:05.987Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:05.988Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-17T07:38:05.988Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:38:05.990Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:38:05.990Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181085986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-17T07:38:06.090Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:38:06.091Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:38:06.092Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:06.104Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:06.105Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:38:06.991Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:06.992Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:06.992Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:38:06.992Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:38:06.994Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:38:06.995Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181086991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:38:07.095Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:38:07.097Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:38:07.097Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:07.108Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:07.109Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:38:07.992Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:38:07.993Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:38:07.993Z|4493ba04-e379-4df5-ab12-f420640aea42|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:07.996Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:07.996Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:07.996Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:38:07.997Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:38:08.004Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:38:08.006Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181087996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:38:08.028Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:08.029Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.029Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2b36908-6f88-44cb-b3fb-43431c5272a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181004676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:38:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:38:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.030Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:38:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:38:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:38:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:38:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:38:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:38:08.031Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:38:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:38:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-17T07:38:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:38:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.032Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-17T07:38:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:38:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-17T07:38:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:38:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:38:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:38:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.033Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181016254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181019627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.034Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181021049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:38:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:38:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181022521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:38:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:38:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181024325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:38:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:38:08.035Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181025765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:38:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:38:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T07:38:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181026941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:38:08.036Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:38:08.108Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T07:38:08.108Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:38:08.109Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:08.126Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:08.128Z||pool-140-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:38:09.009Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:09.009Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:09.010Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:38:09.010Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:38:09.013Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:38:09.013Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181089009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:38:09.113Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:38:09.114Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:38:09.116Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:09.182Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:09.182Z||pool-141-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2022-04-17T07:38:10.014Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:10.014Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:10.015Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T07:38:10.015Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:38:10.017Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:38:10.018Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181090014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:38:10.118Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T07:38:10.119Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:38:10.120Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:10.132Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:10.133Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T07:38:11.025Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:38:11.039Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T07:38:11.043Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T07:38:11.044Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T07:38:11.044Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-17T07:38:11.045Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-17T07:38:11.046Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:38:11.046Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:38:11.047Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:38:11.047Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:38:11.048Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-17T07:38:11.048Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:11.059Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-17T07:38:41.060Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-17T07:38:41.077Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4 and serviceModelVersionId: 234e0456-649a-4e47-a247-690c8aa1b91a
2022-04-17T07:38:41.078Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a9b7dad-fa95-4e8a-8320-2521c01ea6ff
2022-04-17T07:38:41.079Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a9b7dad-fa95-4e8a-8320-2521c01ea6ff/model-vers/model-ver/234e0456-649a-4e47-a247-690c8aa1b91a?depth=0
2022-04-17T07:38:41.085Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T07:38:41.144Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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/8a9b7dad-fa95-4e8a-8320-2521c01ea6ff/model-vers/model-ver/234e0456-649a-4e47-a247-690c8aa1b91a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-17T07:38:41.147Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a9b7dad-fa95-4e8a-8320-2521c01ea6ff/model-vers/model-ver/234e0456-649a-4e47-a247-690c8aa1b91a?depth=0|INFO|500||Invoke
2022-04-17T07:38:41.185Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a9b7dad-fa95-4e8a-8320-2521c01ea6ff/model-vers/model-ver/234e0456-649a-4e47-a247-690c8aa1b91a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-17T07:38:41.670Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a9b7dad-fa95-4e8a-8320-2521c01ea6ff/model-vers/model-ver/234e0456-649a-4e47-a247-690c8aa1b91a?depth=0|INFO|500||InvokeReturn
2022-04-17T07:38:41.671Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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/8a9b7dad-fa95-4e8a-8320-2521c01ea6ff/model-vers/model-ver/234e0456-649a-4e47-a247-690c8aa1b91a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-07:38:41:537-27015], vertex-id=[200744], Content-Length=[0], Date=[Sun, 17 Apr 2022 07:38:41 GMT], Content-Type=[application/json]}
2022-04-17T07:38:41.672Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T07:38:41.676Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T07:38:41.676Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:41.685Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:41.685Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56b7496d-3c7a-4ad1-b531-f0c9a3d37be4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-17T07:38:41.686Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-17T07:38:41.686Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-17T07:38:41.692Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T07:38:41.692Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181121685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:38:41.791Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T07:38:41.792Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-17T07:38:41.792Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:41.809Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:41.810Z||pool-143-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-04-17T07:38:42.717Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:38:42.718Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:38:42.718Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:38:52.968Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:38:52.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:38:52.971Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:38:52.971Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:39:02.519Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:39:02.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:39:02.522Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:39:02.522Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:39:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:39:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:39:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:39:08.012Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:39:08.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:39:08.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181027944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:39:08.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:39:12.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:39:12.060Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:39:12.061Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:39:12.061Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:39:21.617Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:39:21.618Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:39:21.618Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:39:21.618Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:39:31.155Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:39:31.156Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:39:31.157Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:39:31.157Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:39:40.696Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:40:07.974Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:40:07.976Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:40:07.976Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:40:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:40:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:40:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:40:08.015Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:40:08.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181028977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-17T07:40:08.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181029990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:40:08.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181031012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-17T07:40:08.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181032034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:40:08.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ab0220d-37e8-4e01-a451-d5a97521f632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181063793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:40:08.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:40:08.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:40:08.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-17T07:40:08.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:40:08.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-17T07:40:08.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:40:08.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T07:40:08.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:40:08.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-17T07:40:08.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:40:08.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:40:08.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:40:08.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-17T07:40:08.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:40:08.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T07:40:08.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:40:08.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650180832335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T07:40:08.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-17T07:40:08.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181074967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:40:08.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181078257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:40:08.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181079542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:40:08.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181080957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:40:08.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181082452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:40:08.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181083814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T07:40:08.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181084982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-17T07:40:08.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181085986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-17T07:40:08.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:08.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-17T07:40:08.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181086991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T07:40:08.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:40:17.523Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:41:07.974Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:41:07.975Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:41:07.976Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:41:07.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:41:07.997Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:41:07.997Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:41:08.526Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:41:08.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:41:08.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181087996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T07:41:08.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:41:08.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:41:08.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181089009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-17T07:41:08.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:41:08.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:41:08.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181090014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T07:41:08.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:41:08.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T07:41:08.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56b7496d-3c7a-4ad1-b531-f0c9a3d37be4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650181121685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-17T07:41:08.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T07:41:17.560Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:42:07.974Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:42:07.976Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:42:07.977Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:42:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:42:07.993Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:42:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:42:17.527Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:42:17.527Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:43:07.974Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:43:07.976Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:43:07.976Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:43:07.996Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:43:07.997Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:43:07.997Z|4493ba04-e379-4df5-ab12-f420640aea42|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:43:17.545Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:43:17.546Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:44:07.974Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:44:07.975Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:44:07.975Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:44:07.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:44:07.993Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:44:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:44:17.556Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:44:17.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:45:07.975Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:45:07.977Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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-04-17T07:45:07.977Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:45:07.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:45:07.993Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:45:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:45:17.565Z|56b7496d-3c7a-4ad1-b531-f0c9a3d37be4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:45:17.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:46:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:46:07.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:46:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:46:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:46:07.993Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:46:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:46:17.531Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:46:17.531Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:47:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:47:07.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:47:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:47:07.992Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:47:07.994Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:47:07.995Z|4493ba04-e379-4df5-ab12-f420640aea42|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:47:17.530Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:47:17.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:48:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:48:07.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:48:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:48:07.992Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:48:07.993Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:48:07.993Z|4493ba04-e379-4df5-ab12-f420640aea42|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:48:17.515Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:48:17.526Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:49:07.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:49:07.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:49:07.982Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:49:07.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:49:07.994Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:49:07.995Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:49:17.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:49:17.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:50:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:50:07.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:50:07.978Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:50:07.992Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:50:07.993Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:50:07.994Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:50:17.533Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:50:17.533Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:51:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:51:07.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:51:07.976Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:51:07.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:51:07.993Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:51:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:51:17.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:51:17.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:52:07.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:52:07.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:52:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:52:07.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:52:07.993Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:52:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:52:17.548Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:52:17.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:53:07.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:53:07.976Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:53:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:53:07.997Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:53:07.998Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:53:07.998Z|4493ba04-e379-4df5-ab12-f420640aea42|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:53:17.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:53:17.550Z|4493ba04-e379-4df5-ab12-f420640aea42|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:54:07.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:54:07.978Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:54:07.978Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:54:07.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:54:07.993Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:54:07.994Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:54:17.529Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:54:17.530Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:55:07.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:55:07.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:55:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:55:07.992Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:55:07.993Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:55:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:55:17.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:55:17.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:56:07.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:56:07.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:56:07.977Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:56:07.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:56:07.993Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:56:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:56:17.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:56:17.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:57:07.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:57:07.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:57:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:57:07.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:57:07.993Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:57:07.993Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:57:17.519Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:57:17.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:58:07.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:58:07.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:58:07.975Z||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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:58:07.992Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T07:58:07.994Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T07:58:07.994Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|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 nAvq9rNCBqR0JKLz) ...
2022-04-17T07:58:17.521Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T07:58:17.532Z|76912f0e-11ce-4b4e-af1a-009ae0b4ce4a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK