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-11-15T05:17:25.838Z||main|||||INFO|500||The following profiles are active: basic
2022-11-15T05:17:38.593Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-15T05:17:38.594Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-15T05:17:38.721Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-15T05:17:42.945Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-15T05:17:43.334Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-15T05:17:43.819Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-15T05:17:43.825Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-15T05:17:43.934Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-15T05:17:44.165Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-15T05:17:44.754Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-15T05:17:46.670Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-15T05:17:49.116Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-15T05:17:49.175Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-15T05:17:49.849Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-15T05:17:50.122Z||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-11-15T05:17:51.256Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-15T05:17:52.294Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-15T05:17:52.314Z||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$$4f705321.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-11-15T05:17:52.314Z||main|||||WARN|500||The sdc end point is not alive
2022-11-15T05:17:55.309Z||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-11-15T05:17:57.947Z||main|||||WARN|500||---
2022-11-15T05:17:57.947Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-15T05:17:57.948Z||main|||||WARN|500||---
2022-11-15T05:17:58.370Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-15T05:18:03.505Z||main|||||INFO|500||Started Application in 41.304 seconds (JVM running for 43.467)
2022-11-15T05:18:03.518Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-15T05:18:03.520Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-15T05:18:03.531Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-15T05:18:03.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-15T05:18:03.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 99c6bf85-780c-4a21-9b2d-5aa677da6d66 url= /sdc/v1/artifactTypes
2022-11-15T05:18:03.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-15T05:18:03.953Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-15T05:18:03.980Z||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-11-15T05:18:04.001Z||scheduling-1|||||DEBUG|500||create keys
2022-11-15T05:18:04.009Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-15T05:18:04.049Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:18:04.065Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 979a16e9-95f1-4688-9c49-bc6452d9858d url= /sdc/v1/registerForDistribution
2022-11-15T05:18:04.203Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 979a16e9-95f1-4688-9c49-bc6452d9858d url= /sdc/v1/registerForDistribution
2022-11-15T05:18:04.203Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-15T05:18:04.213Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:18:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:18:04.222Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-15T05:18:04.230Z||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-11-15T05:18:04.230Z||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-11-15T05:18:04.230Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:18:04.230Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:18:14.620Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:18:14.631Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:19:04.211Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:19:04.214Z||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-11-15T05:19:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:19:04.215Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:19:04.216Z||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-11-15T05:19:04.218Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:19:13.768Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:19:13.775Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:20:04.210Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:20:04.212Z||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-11-15T05:20:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:20:04.213Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:20:04.213Z||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-11-15T05:20:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:20:13.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:20:13.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:21:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:21:04.211Z||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-11-15T05:21:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:21:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:21:04.214Z||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-11-15T05:21:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:21:13.754Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:21:13.756Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:22:04.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:22:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:22:04.215Z||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-11-15T05:22:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:22:04.218Z||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-11-15T05:22:04.219Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:22:13.758Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:22:13.758Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:23:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:23:04.212Z||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-11-15T05:23:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:23:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:23:04.214Z||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-11-15T05:23:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:23:13.762Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:23:13.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:24:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:24:04.211Z||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-11-15T05:24:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:24:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:24:04.215Z||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-11-15T05:24:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:24:13.761Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:24:13.762Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:25:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:25:04.211Z||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-11-15T05:25:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:25:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:25:04.215Z||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-11-15T05:25:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:25:13.757Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:25:13.757Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:26:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:26:04.211Z||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-11-15T05:26:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:26:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:26:04.213Z||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-11-15T05:26:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:26:13.756Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:26:13.762Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:27:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:27:04.211Z||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-11-15T05:27:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:27:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:27:04.214Z||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-11-15T05:27:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:27:13.759Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:27:13.759Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:28:00.704Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-15T05:28:04.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:28:04.212Z||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-11-15T05:28:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:28:04.213Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:28:04.213Z||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-11-15T05:28:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:28:13.778Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:28:13.787Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:29:04.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:29:04.213Z||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-11-15T05:29:04.213Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:29:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:29:04.213Z||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-11-15T05:29:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:29:13.759Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:29:13.761Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:30:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:30:04.212Z||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-11-15T05:30:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:30:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:30:04.213Z||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-11-15T05:30:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:30:13.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:30:13.777Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:31:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:31:04.211Z||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-11-15T05:31:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:31:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:31:04.214Z||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-11-15T05:31:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:31:13.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:31:13.753Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:32:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:32:04.211Z||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-11-15T05:32:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:32:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:32:04.214Z||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-11-15T05:32:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:32:13.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:32:13.759Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:33:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:33:04.211Z||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-11-15T05:33:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:33:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:33:04.213Z||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-11-15T05:33:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:33:13.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:33:13.766Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:34:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:34:04.212Z||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-11-15T05:34:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:34:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:34:04.214Z||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-11-15T05:34:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:34:13.753Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:34:13.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:35:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:35:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:35:04.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:35:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:35:04.214Z||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-11-15T05:35:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:35:13.758Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:35:13.761Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:36:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:36:04.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:36:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:36:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:36:04.214Z||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-11-15T05:36:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:36:13.755Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:36:13.757Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:37:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:37:04.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:37:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:37:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:37:04.214Z||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-11-15T05:37:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:37:13.752Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:37:13.755Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:38:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:38:04.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:38:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:38:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:38:04.213Z||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-11-15T05:38:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:38:13.769Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:38:13.775Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:39:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:39:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:39:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:39:04.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:39:04.214Z||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-11-15T05:39:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:39:13.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:39:13.760Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:40:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:40:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:40:04.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:40:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:40:04.213Z||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-11-15T05:40:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:40:13.746Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:40:13.750Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:41:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:41:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:41:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:41:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:41:04.214Z||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-11-15T05:41:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:41:13.752Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:41:13.752Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:42:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:42:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:42:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:42:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:42:04.214Z||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-11-15T05:42:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:42:13.770Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:42:13.771Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:43:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:43:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:43:04.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:43:04.213Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:43:04.213Z||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-11-15T05:43:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:43:13.754Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:43:13.755Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:44:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:44:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:44:04.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:44:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:44:04.214Z||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-11-15T05:44:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:44:13.756Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:44:13.756Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:45:04.212Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:45:04.213Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:45:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:45:04.214Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:45:04.214Z||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-11-15T05:45:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:45:13.758Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:45:13.758Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:46:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:46:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:46:04.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:46:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:46:04.213Z||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-11-15T05:46:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:46:13.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:46:13.752Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:47:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:47:04.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:47:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:47:04.213Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:47:04.214Z||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-11-15T05:47:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:47:13.752Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:47:13.752Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:48:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:48:04.212Z||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-11-15T05:48:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:48:04.214Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:48:04.215Z||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-11-15T05:48:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:48:13.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:48:13.760Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:49:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:49:04.211Z||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-11-15T05:49:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:49:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:49:04.214Z||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-11-15T05:49:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:49:13.762Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:49:13.765Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:50:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:50:04.211Z||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-11-15T05:50:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:50:04.214Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:50:04.214Z||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-11-15T05:50:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:50:13.801Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:50:13.801Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:51:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:51:04.211Z||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-11-15T05:51:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:51:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:51:04.214Z||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-11-15T05:51:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:51:13.752Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:51:13.754Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:52:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:52:04.211Z||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-11-15T05:52:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:52:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:52:04.213Z||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-11-15T05:52:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:52:13.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:52:13.775Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:53:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:53:04.211Z||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-11-15T05:53:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:53:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:53:04.214Z||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-11-15T05:53:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:53:13.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:53:13.781Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:54:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:54:04.211Z||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-11-15T05:54:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:54:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:54:04.214Z||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-11-15T05:54:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:54:13.753Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:54:13.754Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:55:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:55:04.211Z||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-11-15T05:55:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:55:04.213Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:55:04.213Z||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-11-15T05:55:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:55:13.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:55:13.774Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:56:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:56:04.211Z||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-11-15T05:56:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:56:04.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:56:04.213Z||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-11-15T05:56:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:56:13.783Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:56:13.784Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:57:04.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:57:04.213Z||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-11-15T05:57:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:57:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:57:04.214Z||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-11-15T05:57:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:57:13.777Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:57:13.777Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:58:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:58:04.211Z||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-11-15T05:58:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:58:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:58:04.214Z||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-11-15T05:58:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:58:13.781Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:58:13.786Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:59:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:59:04.211Z||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-11-15T05:59:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:59:04.213Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:59:04.214Z||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-11-15T05:59:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:59:13.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T05:59:13.767Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:00:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:00:04.211Z||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-11-15T06:00:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:00:04.215Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:00:04.215Z||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-11-15T06:00:04.216Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:00:13.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:00:13.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:01:04.211Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:01:04.212Z||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-11-15T06:01:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:01:04.213Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:01:04.214Z||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-11-15T06:01:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:01:13.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:01:13.764Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:02:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:02:04.211Z||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-11-15T06:02:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:02:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:02:04.213Z||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-11-15T06:02:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:02:13.768Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:02:13.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:03:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:03:04.211Z||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-11-15T06:03:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:03:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:03:04.214Z||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-11-15T06:03:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:03:13.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:03:13.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:04:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:04:04.211Z||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-11-15T06:04:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:04:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:04:04.214Z||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-11-15T06:04:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:04:13.763Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:04:13.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:05:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:05:04.211Z||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-11-15T06:05:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:05:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:05:04.214Z||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-11-15T06:05:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:05:13.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:05:13.762Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:06:04.213Z||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-11-15T06:06:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:06:04.213Z||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-11-15T06:06:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:04.646Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:04.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "cds",
  "timestamp": 1668492351839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "cds",
  "timestamp": 1668492351839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "cds",
  "timestamp": 1668492351839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "cds",
  "timestamp": 1668492351839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492355271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "cds",
  "timestamp": 1668492351839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492355271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "cds",
  "timestamp": 1668492351839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492357895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492355271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "cds",
  "timestamp": 1668492351839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492357895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492355271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "cds",
  "timestamp": 1668492360423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492357895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492355271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "cds",
  "timestamp": 1668492361442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-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=?
2022-11-15T06:06:04.837Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:04.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0305d8b2-8492-4046-82ff-08c3ee5f9e88","serviceName":"vFW 2022-11-15 06-04-53","serviceVersion":"1.0","serviceUUID":"85fb402d-f7f5-4118-ab4e-684c82b8431d","serviceDescription":"catalog service description","serviceInvariantUUID":"ffd97f1f-d97b-4d39-9459-4210a2ad0ffb","resources":[{"resourceInstanceName":"vFW f0f345e5-9ef9 0","resourceName":"vFW f0f345e5-9ef9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e470efe5-7d6f-49c3-a04f-d8d2c0754ae2","resourceInvariantUUID":"5f8dc7f3-62b9-42af-b6fe-169812dca8c0","resourceCustomizationUUID":"59a5a0ed-686e-4786-aac2-a67aebe420f9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml","artifactChecksum":"ZDE0OWM4NWRkOTM4ZjM4ZmZmNzc5ZTFhMDJkYzZhNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"271a17b4-272e-47d3-8ecc-72f8dd3a5431","artifactVersion":"1"},{"artifactName":"vfwf0f345e59ef90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json","artifactChecksum":"Yjc0ZmMyMjA2MmYyNGIyOWNmMjdiYWRhNjY2MTYwZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d92678dd-d5e8-45b2-ab81-c919a6dc3d28","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"548b944a-284a-4e98-87c3-a314a1c55d88","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg4YTI5NDBiNzJlY2I5ZThiNmU5ODIwMmE0NDNmZTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3bd2f600-33cd-4307-963e-1b54f2a87ca5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"02386b3b-44f7-45c7-a021-b2776c172866","artifactVersion":"2","generatedFromUUID":"548b944a-284a-4e98-87c3-a314a1c55d88"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221115060453-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml","artifactChecksum":"OTU4NzgzYjhlN2VhYjhhZjMyOTE0OGQ4Mjk0ZmJhN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c708ac20-f0dd-4a12-9695-dd3f43bd5abf","artifactVersion":"1"},{"artifactName":"service-Vfw20221115060453-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar","artifactChecksum":"NWY1YTRkZjBhNzZlYjdkZWNhNzZjODA1ZGIzZTA3MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ab61240-adda-425b-afe0-27488cd35116","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:06:04.846Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:04.851Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:04.863Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:04.863Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-15T06:06:04.895Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0305d8b2-8492-4046-82ff-08c3ee5f9e88
2022-11-15T06:06:04.915Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0305d8b2-8492-4046-82ff-08c3ee5f9e88 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-11-15T06:06:04.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492357895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492355271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492357895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492355271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492362698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492357895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492362698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:06:04.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492357895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:06:04.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:06:04.963Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-15T06:06:04.967Z||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-11-15T06:06:04.968Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:04.979Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:04.979Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:05.873Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:05.874Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:05.876Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:05.876Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:06:05.976Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:05.977Z||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-11-15T06:06:05.978Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:05.990Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:05.990Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:06.880Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:06.880Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:06.883Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:06.883Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:06:06.983Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:06:06.984Z||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-11-15T06:06:06.985Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:07.000Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:07.001Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:06:07.884Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:07.885Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:07.887Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:07.887Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:07.987Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:07.988Z||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-11-15T06:06:07.989Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:07.999Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:08.001Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:08.888Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:08.891Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:08.894Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:08.894Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-15T06:06:08.994Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:08.995Z||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-11-15T06:06:08.995Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:09.007Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:09.007Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:06:09.894Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:09.895Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:09.897Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:09.898Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:06:09.998Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:09.999Z||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-11-15T06:06:10.000Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:10.012Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:10.012Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:10.898Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:10.899Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:10.901Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:10.901Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:06:11.002Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:06:11.002Z||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-11-15T06:06:11.003Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:11.015Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:11.015Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:11.903Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "serviceName": "vFW 2022-11-15 06-04-53",
  "serviceVersion": "1.0",
  "serviceUUID": "85fb402d-f7f5-4118-ab4e-684c82b8431d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ffd97f1f-d97b-4d39-9459-4210a2ad0ffb",
  "resources": [
    {
      "resourceInstanceName": "vFW f0f345e5-9ef9 0",
      "resourceCustomizationUUID": "59a5a0ed-686e-4786-aac2-a67aebe420f9",
      "resourceName": "vFW f0f345e5-9ef9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e470efe5-7d6f-49c3-a04f-d8d2c0754ae2",
      "resourceInvariantUUID": "5f8dc7f3-62b9-42af-b6fe-169812dca8c0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf0f345e59ef90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
          "artifactChecksum": "Yjc0ZmMyMjA2MmYyNGIyOWNmMjdiYWRhNjY2MTYwZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d92678dd-d5e8-45b2-ab81-c919a6dc3d28",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "548b944a-284a-4e98-87c3-a314a1c55d88",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "02386b3b-44f7-45c7-a021-b2776c172866",
            "generatedFromUUID": "548b944a-284a-4e98-87c3-a314a1c55d88"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "02386b3b-44f7-45c7-a021-b2776c172866",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221115060453-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
      "artifactChecksum": "NWY1YTRkZjBhNzZlYjdkZWNhNzZjODA1ZGIzZTA3MTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ab61240-adda-425b-afe0-27488cd35116"
    }
  ],
  "workloadContext": "Production"
}
2022-11-15T06:06:11.904Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:06:11.905Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85fb402d-f7f5-4118-ab4e-684c82b8431d ASDC
2022-11-15T06:06:12.027Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0305d8b2-8492-4046-82ff-08c3ee5f9e88
ServiceName:vFW 2022-11-15 06-04-53
ServiceVersion:1.0
ServiceUUID:85fb402d-f7f5-4118-ab4e-684c82b8431d
ServiceInvariantUUID:ffd97f1f-d97b-4d39-9459-4210a2ad0ffb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221115060453-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar
ArtifactUUID:7ab61240-adda-425b-afe0-27488cd35116
ArtifactChecksum:NWY1YTRkZjBhNzZlYjdkZWNhNzZjODA1ZGIzZTA3MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f0f345e5-9ef9 0
ResourceCustomizationUUID:59a5a0ed-686e-4786-aac2-a67aebe420f9
ResourceInvariantUUID:5f8dc7f3-62b9-42af-b6fe-169812dca8c0
ResourceName:vFW f0f345e5-9ef9
ResourceType:VF
ResourceUUID:e470efe5-7d6f-49c3-a04f-d8d2c0754ae2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf0f345e59ef90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json
ArtifactUUID:d92678dd-d5e8-45b2-ab81-c919a6dc3d28
ArtifactChecksum:Yjc0ZmMyMjA2MmYyNGIyOWNmMjdiYWRhNjY2MTYwZTA=
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/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml
ArtifactUUID:548b944a-284a-4e98-87c3-a314a1c55d88
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/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
ArtifactUUID:02386b3b-44f7-45c7-a021-b2776c172866
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/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
ArtifactUUID:02386b3b-44f7-45c7-a021-b2776c172866
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-15T06:06:12.027Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85fb402d-f7f5-4118-ab4e-684c82b8431d 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-11-15T06:06:12.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:06:12.089Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:06:12.091Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:06:12.091Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7ab61240-adda-425b-afe0-27488cd35116 from URL: /sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:12.091Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:06:12.093Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:12.226Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:06:12.250Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar 7ab61240-adda-425b-afe0-27488cd35116 100685
2022-11-15T06:06:12.252Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar ASDC sendASDCNotification
2022-11-15T06:06:12.252Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:12.254Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:06:12.255Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:12.257Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:12.258Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492372250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:06:12.358Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:12.359Z||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-11-15T06:06:12.359Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:12.370Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:12.370Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:13.258Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:06:13.259Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:06:13.260Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7ab61240-adda-425b-afe0-27488cd35116, URL: /sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar to file: /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:13.260Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221115060453-csar.csar
2022-11-15T06:06:13.342Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:13.342Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:14.043Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9153317934852260541/Definitions/service-Vfw20221115060453-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-15T06:06:17.044Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:06:17.049Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|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-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|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-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|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-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f0f345e5-9ef9 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:06:17.058Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.059Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.063Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:17.064Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:06:17.065Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:06:17.067Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.067Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.068Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:17.068Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:06:17.068Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:06:17.068Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.068Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-15T06:06:17.075Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.075Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:06:17.076Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.076Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:17.076Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:17.077Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.077Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:17.077Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:17.077Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.078Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:17.078Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:17.078Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.078Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:17.079Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:17.079Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-15T06:06:17.079Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:17.080Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T06:06:17.080Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T06:06:17.080Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7bf0b681-c728-463f-b26e-8bed23f0b0fe
2022-11-15T06:06:17.082Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.082Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:17.082Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:17.082Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T06:06:17.082Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.083Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.083Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T06:06:17.083Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.083Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:17.083Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f12a1ae9-a70d-48ba-9d49-e0c5012b73e3
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.085Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:17.085Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:17.085Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T06:06:17.085Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T06:06:17.087Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.087Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.087Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-15T06:06:17.087Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b38113cc-d931-49d6-af7e-fb7847fb82d9
2022-11-15T06:06:17.087Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:17.089Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.089Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-15 06-04-53
Description:catalog service description
Model UUID:85fb402d-f7f5-4118-ab4e-684c82b8431d
Model Version:NULL
Model InvariantUuid:ffd97f1f-d97b-4d39-9459-4210a2ad0ffb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f0f345e5-9ef9
Model UUID:88345373-c654-475c-bc96-d424ec662c2e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f8dc7f3-62b9-42af-b6fe-169812dca8c0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:59a5a0ed-686e-4786-aac2-a67aebe420f9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2424f8a9-95e5-4dc1-b344-01a21cb743e0
ModelName:VfwF0f345e59ef9..base_vfw..module-0
ModelUuid:2269d697-9db6-4a81-99f4-4f4f78ad94d6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7bf0b681-c728-463f-b26e-8bed23f0b0fe
ModelInvariantUuid:c5b3d41c-b168-4294-99cb-f0436cdbd188
ModelName:vFW f0f345e5-9ef9-nodes.vfwCvfc
ModelUuid:3b3d04a0-a3b6-4082-85be-a1bae45d23a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6ee79516-9913-4648-9868-de9495dc0f35
ModelInvariantUuid:e88cb22f-b4af-4406-985e-2b66b34781df
ModelName:VfwF0f345e59ef9.compute.nodes.heat.vfw
ModelUuid:dab3ff3e-3239-4397-8b4f-12bc09bff5ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f12a1ae9-a70d-48ba-9d49-e0c5012b73e3
ModelInvariantUuid:a273150a-93e4-481c-8de6-ba66a4a2bba3
ModelName:vFW f0f345e5-9ef9-nodes.vsnCvfc
ModelUuid:53a4bf42-886c-426e-ae02-e203d4de587c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bd80c53d-b260-4903-82c3-35edaae360d2
ModelInvariantUuid:0129c06a-3813-4a08-ab92-2b33e0b3f5f4
ModelName:VfwF0f345e59ef9.compute.nodes.heat.vsn
ModelUuid:6e18989c-e5a8-4270-b214-95c42cdf6a80
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b38113cc-d931-49d6-af7e-fb7847fb82d9
ModelInvariantUuid:f34698e9-1d13-4898-b613-acd73dcf4700
ModelName:vFW f0f345e5-9ef9-nodes.vpgCvfc
ModelUuid:c6d607d1-03b7-44ad-bd14-1aa521b9c8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bdda0b48-afc9-45f0-8a3f-630140aaca2f
ModelInvariantUuid:5efe7c8b-edd0-4ffb-8162-a4ba151cf71b
ModelName:VfwF0f345e59ef9.compute.nodes.heat.vpg
ModelUuid:37821f8b-75b6-4fb0-acd6-22c4d00e8c28
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-11-15T06:06:17.100Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e470efe5-7d6f-49c3-a04f-d8d2c0754ae2
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-11-15T06:06:17.205Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||vFW f0f345e5-9ef9 0
2022-11-15T06:06:17.211Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e470efe5-7d6f-49c3-a04f-d8d2c0754ae2
2022-11-15T06:06:17.211Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d92678dd-d5e8-45b2-ab81-c919a6dc3d28 from URL: /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json
2022-11-15T06:06:17.211Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:06:17.212Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json
2022-11-15T06:06:17.286Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:06:17.287Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json d92678dd-d5e8-45b2-ab81-c919a6dc3d28 785
2022-11-15T06:06:17.287Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json ASDC sendASDCNotification
2022-11-15T06:06:17.287Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json
2022-11-15T06:06:17.287Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:06:17.287Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:17.290Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:17.290Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492377287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:06:17.390Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:17.391Z||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-11-15T06:06:17.391Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:17.403Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:17.403Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:06:18.291Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF0f345e59ef9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2424f8a9-95e5-4dc1-b344-01a21cb743e0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2269d697-9db6-4a81-99f4-4f4f78ad94d6",
    "vfModuleModelCustomizationUUID": "ab3b2e09-80fb-4e8b-a73c-def306640487",
    "isBase": true,
    "artifacts": [
      "548b944a-284a-4e98-87c3-a314a1c55d88",
      "02386b3b-44f7-45c7-a021-b2776c172866"
    ],
    "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-11-15T06:06:18.305Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF0f345e59ef9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2269d697-9db6-4a81-99f4-4f4f78ad94d6
VfModuleModelInvariantUUID:2424f8a9-95e5-4dc1-b344-01a21cb743e0
VfModuleModelDescription:NULL
Artifacts UUID List:{
548b944a-284a-4e98-87c3-a314a1c55d88
,
02386b3b-44f7-45c7-a021-b2776c172866

}
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-11-15T06:06:18.308Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF0f345e59ef9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2424f8a9-95e5-4dc1-b344-01a21cb743e0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2269d697-9db6-4a81-99f4-4f4f78ad94d6",
    "vfModuleModelCustomizationUUID": "ab3b2e09-80fb-4e8b-a73c-def306640487",
    "isBase": true,
    "artifacts": [
      "548b944a-284a-4e98-87c3-a314a1c55d88",
      "02386b3b-44f7-45c7-a021-b2776c172866"
    ],
    "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-11-15T06:06:18.308Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF0f345e59ef9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2269d697-9db6-4a81-99f4-4f4f78ad94d6
VfModuleModelInvariantUUID:2424f8a9-95e5-4dc1-b344-01a21cb743e0
VfModuleModelDescription:NULL
Artifacts UUID List:{
548b944a-284a-4e98-87c3-a314a1c55d88
,
02386b3b-44f7-45c7-a021-b2776c172866

}
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-11-15T06:06:18.308Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 548b944a-284a-4e98-87c3-a314a1c55d88 from URL: /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml
2022-11-15T06:06:18.308Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:06:18.308Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml
2022-11-15T06:06:18.400Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:06:18.401Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml 548b944a-284a-4e98-87c3-a314a1c55d88 20368
2022-11-15T06:06:18.401Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-15T06:06:18.402Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml
2022-11-15T06:06:18.402Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:06:18.402Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:18.404Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:18.404Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492378401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:06:18.506Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-15T06:06:18.507Z||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-11-15T06:06:18.507Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:18.519Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:18.520Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:19.405Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 02386b3b-44f7-45c7-a021-b2776c172866 from URL: /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
2022-11-15T06:06:19.405Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:06:19.405Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
2022-11-15T06:06:19.470Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:06:19.470Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env 02386b3b-44f7-45c7-a021-b2776c172866 2098
2022-11-15T06:06:19.471Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-15T06:06:19.471Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
2022-11-15T06:06:19.471Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:06:19.471Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:19.474Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:19.474Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492379471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:06:19.574Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:19.576Z||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-11-15T06:06:19.576Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:19.586Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:19.587Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:06:20.479Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 85fb402d-f7f5-4118-ab4e-684c82b8431d
2022-11-15T06:06:20.479Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f0f345e5-9ef9 0 e470efe5-7d6f-49c3-a04f-d8d2c0754ae2 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-11-15T06:06:20.511Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f82541b, org.onap.sdc.toscaparser.api.parameters.Input@5c6b549f, org.onap.sdc.toscaparser.api.parameters.Input@59ad34fb, org.onap.sdc.toscaparser.api.parameters.Input@608fbf2b, org.onap.sdc.toscaparser.api.parameters.Input@1dd01dad]
2022-11-15T06:06:20.515Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.515Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.515Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-15T06:06:20.516Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 59a5a0ed-686e-4786-aac2-a67aebe420f9
2022-11-15T06:06:20.516Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59a5a0ed-686e-4786-aac2-a67aebe420f9 matches Tosca VF Customization UUID: 59a5a0ed-686e-4786-aac2-a67aebe420f9
2022-11-15T06:06:20.516Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 59a5a0ed-686e-4786-aac2-a67aebe420f9  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-11-15T06:06:20.522Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.522Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.523Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 59a5a0ed-686e-4786-aac2-a67aebe420f9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-15T06:06:20.523Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9a19beb
2022-11-15T06:06:20.523Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.524Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:06:20.524Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab3b2e09-80fb-4e8b-a73c-def306640487
2022-11-15T06:06:20.525Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab3b2e09-80fb-4e8b-a73c-def306640487
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-11-15T06:06:20.530Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.531Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.531Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:20.532Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.532Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.532Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:20.532Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.532Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:20.533Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:20.533Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-15T06:06:20.533Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:20.533Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T06:06:20.533Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.535Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7bf0b681-c728-463f-b26e-8bed23f0b0fe
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-11-15T06:06:20.541Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.541Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.542Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:20.542Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.542Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:20.542Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:20.542Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-15T06:06:20.544Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T06:06:20.544Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.544Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T06:06:20.544Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.544Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f12a1ae9-a70d-48ba-9d49-e0c5012b73e3
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-11-15T06:06:20.546Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.546Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.546Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:20.548Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.548Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-15T06:06:20.551Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b38113cc-d931-49d6-af7e-fb7847fb82d9
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-11-15T06:06:20.552Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.553Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.553Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:20.553Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.553Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.554Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=59a5a0ed-686e-4786-aac2-a67aebe420f9
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-11-15T06:06:20.555Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.555Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.556Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 85fb402d-f7f5-4118-ab4e-684c82b8431d: vFW f0f345e5-9ef9
2022-11-15T06:06:20.556Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.556Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.556Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:06:20.558Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.558Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-15 06-04-53 
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-11-15T06:06:20.782Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f0f345e5-9ef9 e470efe5-7d6f-49c3-a04f-d8d2c0754ae2 1 ASDC deployResourceStructure
2022-11-15T06:06:20.782Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json ASDC sendASDCNotification
2022-11-15T06:06:20.783Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json
2022-11-15T06:06:20.783Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:06:20.783Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:20.785Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:20.785Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492380782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:06:20.885Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:20.886Z||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-11-15T06:06:20.886Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:20.896Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:20.897Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:21.790Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-15T06:06:21.790Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml
2022-11-15T06:06:21.790Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:06:21.790Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:21.793Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:21.793Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492381785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:06:21.893Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:21.895Z||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-11-15T06:06:21.895Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:21.908Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:21.908Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:06:22.794Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-15T06:06:22.794Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
2022-11-15T06:06:22.794Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:06:22.795Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:22.797Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:22.797Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492382794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:06:22.897Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:22.898Z||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-11-15T06:06:22.898Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:22.910Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:22.910Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:23.798Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar ASDC sendASDCNotification
2022-11-15T06:06:23.798Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:23.798Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:06:23.799Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:23.801Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:23.801Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492383798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:06:23.901Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:23.902Z||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-11-15T06:06:23.902Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:23.914Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:06:23.915Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:24.802Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:06:24.822Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:06:24.824Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:06:24.825Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:06:24.825Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:06:54.825Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:06:54.838Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:06:54.840Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:06:54.841Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:06:54.841Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:07:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:07:04.214Z||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-11-15T06:07:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:07:04.236Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:07:04.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:07:04.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492362698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:07:04.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:07:24.841Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:07:24.853Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:07:24.855Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:07:24.855Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:07:24.856Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:07:54.856Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:07:54.869Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:07:54.871Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:07:54.871Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:07:54.871Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:08:04.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:08:04.214Z||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-11-15T06:08:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:08:04.241Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:08:04.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:08:04.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:08:04.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:08:24.872Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:08:24.882Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:08:24.884Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:08:24.885Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:08:24.885Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:08:54.885Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:08:54.897Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:08:54.900Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:08:54.900Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:08:54.900Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:09:04.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:09:04.214Z||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-11-15T06:09:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:09:04.741Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:09:04.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492365764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492362698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492362698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "aai-ml",
  "timestamp": 1668492367198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492362698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "aai-ml",
  "timestamp": 1668492367198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492362698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "aai-ml",
  "timestamp": 1668492367198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492370627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "aai-ml",
  "timestamp": 1668492367198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492371748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492364210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492371758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:09:04.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "aai-ml",
  "timestamp": 1668492367198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492372828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492372764,
  "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-11-15T06:09:04.774Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0305d8b2-8492-4046-82ff-08c3ee5f9e88
2022-11-15T06:09:04.774Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0305d8b2-8492-4046-82ff-08c3ee5f9e88 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-11-15T06:09:04.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492372250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "aai-ml",
  "timestamp": 1668492367198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492373934,
  "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-11-15T06:09:04.791Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0305d8b2-8492-4046-82ff-08c3ee5f9e88
2022-11-15T06:09:04.791Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0305d8b2-8492-4046-82ff-08c3ee5f9e88 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-11-15T06:09:04.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "aai-ml",
  "timestamp": 1668492367198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492374939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:09:04.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "aai-ml",
  "timestamp": 1668492375104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492377287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492378401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492379471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492380782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492381785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492382794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492383798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "aai-ml",
  "timestamp": 1668492390077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:09:04.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "aai-ml",
  "timestamp": 1668492391084,
  "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-11-15T06:09:04.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0305d8b2-8492-4046-82ff-08c3ee5f9e88
2022-11-15T06:09:04.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0305d8b2-8492-4046-82ff-08c3ee5f9e88 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-11-15T06:09:04.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492395271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492387895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "cds",
  "timestamp": 1668492396839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492395271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492387895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "aai-ml",
  "timestamp": 1668492397198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "cds",
  "timestamp": 1668492396839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492395271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492387895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "aai-ml",
  "timestamp": 1668492397198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "cds",
  "timestamp": 1668492396839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492395271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492387895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "aai-ml",
  "timestamp": 1668492397198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "cds",
  "timestamp": 1668492396839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492395271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492387895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "aai-ml",
  "timestamp": 1668492397198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "cds",
  "timestamp": 1668492396839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492395271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492387895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "aai-ml",
  "timestamp": 1668492397198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "cds",
  "timestamp": 1668492396839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668492395271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492387895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "aai-ml",
  "timestamp": 1668492397198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492402698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "cds",
  "timestamp": 1668492396839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492403769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.839Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "aai-ml",
  "timestamp": 1668492397198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492402698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "cds",
  "timestamp": 1668492404599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.841Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "aai-ml",
  "timestamp": 1668492404921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492402698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "cds",
  "timestamp": 1668492405606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-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-11-15T06:09:04.856Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9889b617-f08c-449c-a764-449005f47cc8
2022-11-15T06:09:04.856Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889b617-f08c-449c-a764-449005f47cc8 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-11-15T06:09:04.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492402698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492406338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:09:04.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492402698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668492407344,
  "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-11-15T06:09:04.873Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9889b617-f08c-449c-a764-449005f47cc8
2022-11-15T06:09:04.873Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889b617-f08c-449c-a764-449005f47cc8 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-11-15T06:09:04.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492402698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492402698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:09:04.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:09:04.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492410491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492411590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "aai-ml",
  "timestamp": 1668492412064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:09:04.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492412660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.886Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "aai-ml",
  "timestamp": 1668492413069,
  "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-11-15T06:09:04.891Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9889b617-f08c-449c-a764-449005f47cc8
2022-11-15T06:09:04.891Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889b617-f08c-449c-a764-449005f47cc8 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-11-15T06:09:04.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492413691,
  "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-11-15T06:09:04.907Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9889b617-f08c-449c-a764-449005f47cc8
2022-11-15T06:09:04.907Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889b617-f08c-449c-a764-449005f47cc8 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-11-15T06:09:04.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668492414695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:09:04.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:24.900Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:09:24.913Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:09:24.917Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:09:24.917Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|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-11-15T06:09:24.921Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:09:54.921Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88 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-11-15T06:09:54.933Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88 and serviceModelVersionId: 85fb402d-f7f5-4118-ab4e-684c82b8431d
2022-11-15T06:09:54.933Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffd97f1f-d97b-4d39-9459-4210a2ad0ffb
2022-11-15T06:10:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:10:04.214Z||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-11-15T06:10:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:09.686Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0
2022-11-15T06:10:09.790Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:10:10.277Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0|INFO|500||Invoke
2022-11-15T06:10:10.285Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0305d8b2-8492-4046-82ff-08c3ee5f9e88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b92ec680-e0fb-4fa7-a464-cb8815d10bf3], X-ECOMP-RequestID=[0305d8b2-8492-4046-82ff-08c3ee5f9e88], X-TransactionId=[], X-ONAP-RequestID=[0305d8b2-8492-4046-82ff-08c3ee5f9e88], Content-Type=[application/merge-patch+json]}
2022-11-15T06:10:10.399Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-15T06:10:10.656Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?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/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-06:10:11:537-19242], vertex-id=[188632], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:10:11 GMT], Content-Type=[application/json]}
2022-11-15T06:10:10.658Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:10:10.659Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0|INFO|500||InvokeReturn
2022-11-15T06:10:10.664Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:10:10.664Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|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-11-15T06:10:10.670Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|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-11-15T06:10:10.672Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0305d8b2-8492-4046-82ff-08c3ee5f9e88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:10:10.673Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:10:10.673Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:10.676Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:10.677Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492610672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:10:10.777Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:10.778Z||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-11-15T06:10:10.778Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:10.812Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:10.813Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:11.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:11.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:10:11.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492610672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:10:11.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-15T06:10:11.689Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:10:11.690Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|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-11-15T06:10:11.690Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:16.152Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:16.153Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:10:16.153Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9889b617-f08c-449c-a764-449005f47cc8","serviceName":"basic_onboard_DKViza","serviceVersion":"1.0","serviceUUID":"2f7a4bfc-6f39-42b3-ad3c-751b86304919","serviceDescription":"service","serviceInvariantUUID":"69e492fa-4232-4c12-804d-46b9b99d97df","resources":[{"resourceInstanceName":"basic_onboard_DKViza 0","resourceName":"basic_onboard_DKViza","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b3710ea8-5e8f-4dca-b872-642dd483d709","resourceInvariantUUID":"2ff0bd14-959f-4113-983c-c09c5ed5b342","resourceCustomizationUUID":"e2d35d15-da2e-4add-9320-40db725fec40","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml","artifactChecksum":"MmIyYWM1MDNhODQyMDA5OWYzNDIxY2U4YWRlY2U4N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebbc648d-c572-409f-89a2-64b83a359258","artifactVersion":"1"},{"artifactName":"basic_onboard_dkviza0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json","artifactChecksum":"NGE4YjkwMWQwOGMyYjRhZWNiMTgwZDNiMmZmMDEyYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac016a7a-175f-447d-ac1e-830131ed4197","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e3240503-ae11-49c9-8175-cef6b2b06cce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58836efe-0e72-4d20-82c8-49013cf798d4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b4a51f75-0bf8-48f3-84f5-f67702e32812","artifactVersion":"2","generatedFromUUID":"e3240503-ae11-49c9-8175-cef6b2b06cce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDkviza-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml","artifactChecksum":"MDAxZjVmMTdjYjA0MDIzZjNkZjBiMjQ3ZGFjYzg3ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e9633cb-30b6-447f-98a9-e13e05f1f94a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDkviza-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar","artifactChecksum":"MWE5Mzg3ZmM3NTk1ODEwYTRkOWJhMGMyYTBlMWE4YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"198944e9-8e90-4fff-9019-9a3586259659","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:10:16.155Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:16.156Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:16.158Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:16.158Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:10:16.258Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:16.259Z||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-11-15T06:10:16.259Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:16.274Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:16.275Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:17.158Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:17.159Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:17.162Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:17.162Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:10:17.262Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:17.263Z||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-11-15T06:10:17.264Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:17.274Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:17.275Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:18.162Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:18.163Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:18.165Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:18.166Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:10:18.266Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:18.267Z||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-11-15T06:10:18.268Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:18.278Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:18.278Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:19.166Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:19.167Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:19.170Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:19.170Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:10:19.271Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T06:10:19.272Z||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-11-15T06:10:19.272Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:19.300Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:19.301Z||pool-22-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:20.171Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:20.172Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:20.174Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:20.174Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-15T06:10:20.274Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:20.275Z||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-11-15T06:10:20.275Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:20.286Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:20.287Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:21.175Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:21.175Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:21.178Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:21.178Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:10:21.278Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:21.279Z||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-11-15T06:10:21.279Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:21.291Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:21.292Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:10:22.179Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:22.180Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:22.182Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:22.182Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:10:22.282Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:22.283Z||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-11-15T06:10:22.283Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:22.294Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:22.295Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:23.183Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "serviceName": "basic_onboard_DKViza",
  "serviceVersion": "1.0",
  "serviceUUID": "2f7a4bfc-6f39-42b3-ad3c-751b86304919",
  "serviceDescription": "service",
  "serviceInvariantUUID": "69e492fa-4232-4c12-804d-46b9b99d97df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_DKViza 0",
      "resourceCustomizationUUID": "e2d35d15-da2e-4add-9320-40db725fec40",
      "resourceName": "basic_onboard_DKViza",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b3710ea8-5e8f-4dca-b872-642dd483d709",
      "resourceInvariantUUID": "2ff0bd14-959f-4113-983c-c09c5ed5b342",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_dkviza0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
          "artifactChecksum": "NGE4YjkwMWQwOGMyYjRhZWNiMTgwZDNiMmZmMDEyYzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ac016a7a-175f-447d-ac1e-830131ed4197",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e3240503-ae11-49c9-8175-cef6b2b06cce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b4a51f75-0bf8-48f3-84f5-f67702e32812",
            "generatedFromUUID": "e3240503-ae11-49c9-8175-cef6b2b06cce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b4a51f75-0bf8-48f3-84f5-f67702e32812",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDkviza-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
      "artifactChecksum": "MWE5Mzg3ZmM3NTk1ODEwYTRkOWJhMGMyYTBlMWE4YmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "198944e9-8e90-4fff-9019-9a3586259659"
    }
  ],
  "workloadContext": "Production"
}
2022-11-15T06:10:23.184Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:10:23.184Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f7a4bfc-6f39-42b3-ad3c-751b86304919 ASDC
2022-11-15T06:10:23.184Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9889b617-f08c-449c-a764-449005f47cc8
ServiceName:basic_onboard_DKViza
ServiceVersion:1.0
ServiceUUID:2f7a4bfc-6f39-42b3-ad3c-751b86304919
ServiceInvariantUUID:69e492fa-4232-4c12-804d-46b9b99d97df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDkviza-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar
ArtifactUUID:198944e9-8e90-4fff-9019-9a3586259659
ArtifactChecksum:MWE5Mzg3ZmM3NTk1ODEwYTRkOWJhMGMyYTBlMWE4YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DKViza 0
ResourceCustomizationUUID:e2d35d15-da2e-4add-9320-40db725fec40
ResourceInvariantUUID:2ff0bd14-959f-4113-983c-c09c5ed5b342
ResourceName:basic_onboard_DKViza
ResourceType:VF
ResourceUUID:b3710ea8-5e8f-4dca-b872-642dd483d709
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dkviza0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json
ArtifactUUID:ac016a7a-175f-447d-ac1e-830131ed4197
ArtifactChecksum:NGE4YjkwMWQwOGMyYjRhZWNiMTgwZDNiMmZmMDEyYzA=
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/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e3240503-ae11-49c9-8175-cef6b2b06cce
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/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
ArtifactUUID:b4a51f75-0bf8-48f3-84f5-f67702e32812
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/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
ArtifactUUID:b4a51f75-0bf8-48f3-84f5-f67702e32812
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-15T06:10:23.185Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f7a4bfc-6f39-42b3-ad3c-751b86304919 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-11-15T06:10:23.218Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:10:23.219Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:10:23.219Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:10:23.219Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 198944e9-8e90-4fff-9019-9a3586259659 from URL: /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:23.219Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:10:23.219Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:23.421Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:10:23.424Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar 198944e9-8e90-4fff-9019-9a3586259659 75298
2022-11-15T06:10:23.424Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar ASDC sendASDCNotification
2022-11-15T06:10:23.425Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:23.425Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:10:23.425Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:23.427Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:23.427Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492623424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:10:23.527Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:23.528Z||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-11-15T06:10:23.528Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:23.540Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:23.540Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:24.428Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:10:24.430Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:10:24.430Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 198944e9-8e90-4fff-9019-9a3586259659, URL: /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar to file: /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:24.431Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:24.431Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:24.431Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:24.607Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3462480160331155814/Definitions/service-BasicOnboardDkviza-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-15T06:10:25.752Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:10:25.752Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:10:25.752Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.752Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DKViza 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|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-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|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-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|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-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:10:25.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:25.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:10:25.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:10:25.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:25.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:10:25.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is not matching search criteria
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-15T06:10:25.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-15T06:10:25.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-15T06:10:25.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-15T06:10:25.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:10:25.758Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.758Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:25.758Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:25.758Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.759Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:25.759Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:25.759Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.759Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:25.759Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is not matching search criteria
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e79b4ee-3e6d-4513-9674-b3a9298a78a2
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.762Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:25.762Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.762Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_DKViza
Description:service
Model UUID:2f7a4bfc-6f39-42b3-ad3c-751b86304919
Model Version:NULL
Model InvariantUuid:69e492fa-4232-4c12-804d-46b9b99d97df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_DKViza
Model UUID:a7b48948-79ac-497e-adb6-80b55d6c70bc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2ff0bd14-959f-4113-983c-c09c5ed5b342
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e2d35d15-da2e-4add-9320-40db725fec40
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a123fe63-649b-4b9e-bd57-df2ce5450db2
ModelName:BasicOnboardDkviza..base_ubuntu18..module-0
ModelUuid:41858c0c-cceb-4137-9159-0b028788b136
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1e79b4ee-3e6d-4513-9674-b3a9298a78a2
ModelInvariantUuid:f7111cde-87de-4685-9039-3238f91e9900
ModelName:basic_onboard_DKViza-nodes.ubuntu18Cvfc
ModelUuid:fe3d685d-c2bc-4fd0-9f21-84011d697019
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3c7cce57-71de-44f0-a3f3-2285c92aced8
ModelInvariantUuid:dbb9c97c-6f5c-49a8-968a-faf83d89880a
ModelName:BasicOnboardDkviza.compute.nodes.heat.ubuntu18
ModelUuid:62b99adf-9a60-420f-8ea1-0c704c9373c3
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-11-15T06:10:25.769Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b3710ea8-5e8f-4dca-b872-642dd483d709
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-11-15T06:10:25.771Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||basic_onboard_DKViza 0
2022-11-15T06:10:25.772Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b3710ea8-5e8f-4dca-b872-642dd483d709
2022-11-15T06:10:25.772Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ac016a7a-175f-447d-ac1e-830131ed4197 from URL: /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json
2022-11-15T06:10:25.772Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:10:25.772Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json
2022-11-15T06:10:25.826Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:10:25.826Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json ac016a7a-175f-447d-ac1e-830131ed4197 798
2022-11-15T06:10:25.826Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json ASDC sendASDCNotification
2022-11-15T06:10:25.826Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json
2022-11-15T06:10:25.827Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:10:25.827Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:25.829Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:25.829Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492625826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:10:25.930Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-11-15T06:10:25.930Z||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-11-15T06:10:25.931Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:25.942Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:25.942Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:26.850Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDkviza..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a123fe63-649b-4b9e-bd57-df2ce5450db2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41858c0c-cceb-4137-9159-0b028788b136",
    "vfModuleModelCustomizationUUID": "cd21088e-d397-4350-bbd3-618f0ef5fd2d",
    "isBase": true,
    "artifacts": [
      "e3240503-ae11-49c9-8175-cef6b2b06cce",
      "b4a51f75-0bf8-48f3-84f5-f67702e32812"
    ],
    "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-11-15T06:10:26.854Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDkviza..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41858c0c-cceb-4137-9159-0b028788b136
VfModuleModelInvariantUUID:a123fe63-649b-4b9e-bd57-df2ce5450db2
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3240503-ae11-49c9-8175-cef6b2b06cce
,
b4a51f75-0bf8-48f3-84f5-f67702e32812

}
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-11-15T06:10:26.856Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDkviza..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a123fe63-649b-4b9e-bd57-df2ce5450db2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41858c0c-cceb-4137-9159-0b028788b136",
    "vfModuleModelCustomizationUUID": "cd21088e-d397-4350-bbd3-618f0ef5fd2d",
    "isBase": true,
    "artifacts": [
      "e3240503-ae11-49c9-8175-cef6b2b06cce",
      "b4a51f75-0bf8-48f3-84f5-f67702e32812"
    ],
    "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-11-15T06:10:26.856Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDkviza..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41858c0c-cceb-4137-9159-0b028788b136
VfModuleModelInvariantUUID:a123fe63-649b-4b9e-bd57-df2ce5450db2
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3240503-ae11-49c9-8175-cef6b2b06cce
,
b4a51f75-0bf8-48f3-84f5-f67702e32812

}
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-11-15T06:10:26.857Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e3240503-ae11-49c9-8175-cef6b2b06cce from URL: /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml
2022-11-15T06:10:26.857Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:10:26.857Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml
2022-11-15T06:10:26.927Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:10:26.927Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml e3240503-ae11-49c9-8175-cef6b2b06cce 5033
2022-11-15T06:10:26.928Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-15T06:10:26.928Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml
2022-11-15T06:10:26.928Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:10:26.928Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:26.930Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:26.930Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492626928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:10:27.030Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:27.032Z||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-11-15T06:10:27.032Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:27.042Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:27.043Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:27.931Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b4a51f75-0bf8-48f3-84f5-f67702e32812 from URL: /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
2022-11-15T06:10:27.931Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:10:27.932Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
2022-11-15T06:10:27.984Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:10:27.984Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env b4a51f75-0bf8-48f3-84f5-f67702e32812 909
2022-11-15T06:10:27.984Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-15T06:10:27.984Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
2022-11-15T06:10:27.985Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:10:27.985Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:27.987Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:27.987Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492627984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:10:28.087Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:28.088Z||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-11-15T06:10:28.088Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:28.097Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:28.098Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:28.988Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 2f7a4bfc-6f39-42b3-ad3c-751b86304919
2022-11-15T06:10:28.988Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DKViza 0 b3710ea8-5e8f-4dca-b872-642dd483d709 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-11-15T06:10:29.002Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24c4b306, org.onap.sdc.toscaparser.api.parameters.Input@3f5aded8, org.onap.sdc.toscaparser.api.parameters.Input@6b32a366, org.onap.sdc.toscaparser.api.parameters.Input@223bb1d, org.onap.sdc.toscaparser.api.parameters.Input@3fe74dc]
2022-11-15T06:10:29.003Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.003Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.004Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-15T06:10:29.004Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e2d35d15-da2e-4add-9320-40db725fec40
2022-11-15T06:10:29.004Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2d35d15-da2e-4add-9320-40db725fec40 matches Tosca VF Customization UUID: e2d35d15-da2e-4add-9320-40db725fec40
2022-11-15T06:10:29.005Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e2d35d15-da2e-4add-9320-40db725fec40  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-11-15T06:10:29.007Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.007Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.008Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e2d35d15-da2e-4add-9320-40db725fec40: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-15T06:10:29.008Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b88cb04
2022-11-15T06:10:29.008Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.009Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:10:29.009Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd21088e-d397-4350-bbd3-618f0ef5fd2d
2022-11-15T06:10:29.009Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd21088e-d397-4350-bbd3-618f0ef5fd2d
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-11-15T06:10:29.012Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.012Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:29.012Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:29.013Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.013Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:29.013Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:29.014Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.014Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is not matching search criteria
2022-11-15T06:10:29.014Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-15T06:10:29.014Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-15T06:10:29.015Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e79b4ee-3e6d-4513-9674-b3a9298a78a2
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-11-15T06:10:29.017Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.017Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:29.017Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:29.018Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.018Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:29.018Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=e2d35d15-da2e-4add-9320-40db725fec40
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-11-15T06:10:29.020Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.021Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.021Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 2f7a4bfc-6f39-42b3-ad3c-751b86304919: basic_onboard_DKViza
2022-11-15T06:10:29.021Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.021Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.022Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.022Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.023Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.023Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.024Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.024Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.025Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:10:29.025Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.026Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_DKViza 
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-11-15T06:10:29.117Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DKViza b3710ea8-5e8f-4dca-b872-642dd483d709 1 ASDC deployResourceStructure
2022-11-15T06:10:29.117Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json ASDC sendASDCNotification
2022-11-15T06:10:29.118Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json
2022-11-15T06:10:29.118Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:10:29.118Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:29.120Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:29.121Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492629117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:10:29.221Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:10:29.221Z||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-11-15T06:10:29.221Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:29.233Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:29.233Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:30.121Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-15T06:10:30.122Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml
2022-11-15T06:10:30.123Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:10:30.123Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:30.125Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:30.126Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492630121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:10:30.226Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:30.226Z||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-11-15T06:10:30.227Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:30.237Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:30.237Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:10:31.126Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-15T06:10:31.127Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
2022-11-15T06:10:31.127Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:10:31.128Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:31.130Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:31.130Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492631126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:10:31.230Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:31.231Z||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-11-15T06:10:31.231Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:31.242Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:31.242Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:32.130Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar ASDC sendASDCNotification
2022-11-15T06:10:32.131Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:32.132Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:10:32.132Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:32.134Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:32.134Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492632130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:10:32.234Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:32.235Z||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-11-15T06:10:32.235Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:32.246Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:10:32.247Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:33.135Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9889b617-f08c-449c-a764-449005f47cc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:10:33.148Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9889b617-f08c-449c-a764-449005f47cc8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:10:33.153Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:10:33.154Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:10:33.154Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:10:33.154Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:10:33.155Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:10:33.155Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:10:33.155Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:10:33.155Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:10:33.156Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:10:33.156Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:10:33.162Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:11:03.163Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9889b617-f08c-449c-a764-449005f47cc8 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-11-15T06:11:03.169Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9889b617-f08c-449c-a764-449005f47cc8 and serviceModelVersionId: 2f7a4bfc-6f39-42b3-ad3c-751b86304919
2022-11-15T06:11:03.170Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69e492fa-4232-4c12-804d-46b9b99d97df
2022-11-15T06:11:03.170Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?depth=0
2022-11-15T06:11:03.176Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:11:03.243Z|9889b617-f08c-449c-a764-449005f47cc8|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/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?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-11-15T06:11:03.244Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?depth=0|INFO|500||Invoke
2022-11-15T06:11:03.269Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-15T06:11:03.384Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?depth=0|INFO|500||InvokeReturn
2022-11-15T06:11:03.385Z|9889b617-f08c-449c-a764-449005f47cc8|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/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-06:11:04:408-34481], vertex-id=[176280], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:11:04 GMT], Content-Type=[application/json]}
2022-11-15T06:11:03.385Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:11:03.386Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:11:03.386Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:11:03.390Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:11:03.390Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9889b617-f08c-449c-a764-449005f47cc8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:11:03.390Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:11:03.390Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:11:03.395Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:11:03.395Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492663390,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:11:03.493Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-15T06:11:03.494Z||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-11-15T06:11:03.494Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:11:03.529Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:11:03.530Z||pool-34-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:11:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:11:04.214Z||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-11-15T06:11:04.214Z||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 JHbKx3zhxoVYxJsz) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:11:04.407Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:11:04.407Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:11:04.408Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:11:04.840Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:11:04.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:11:04.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492611689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492623424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492625826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492626928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492627984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492629117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492630121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492631126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492632130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:11:04.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668492663390,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:11:04.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:13.951Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:11:13.952Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:11:13.952Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:11:13.953Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:11:23.491Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:11:23.492Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:11:23.493Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:11:23.493Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:11:33.035Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:11:33.036Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:11:33.036Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:11:33.037Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:11:42.573Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:12:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:12:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:12:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:12:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:12:04.213Z||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-11-15T06:12:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:12:13.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:12:13.747Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:13:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:13:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:13:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:13:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:13:04.214Z||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-11-15T06:13:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:13:13.752Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:13:13.755Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:14:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:14:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:14:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:14:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:14:04.214Z||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-11-15T06:14:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:14:13.749Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:14:13.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:15:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:15:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:15:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:15:04.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:15:04.213Z||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-11-15T06:15:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:15:13.774Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:15:13.775Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:16:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:16:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:16:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:16:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:16:04.213Z||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-11-15T06:16:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:16:13.755Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:16:13.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:17:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:17:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:17:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:17:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:17:04.214Z||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-11-15T06:17:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:17:13.753Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:17:13.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:18:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:18:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:18:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:18:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:18:04.213Z||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-11-15T06:18:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:18:13.750Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:18:13.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:19:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:19:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:19:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:19:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:19:04.214Z||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-11-15T06:19:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:19:13.753Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:19:13.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:20:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:20:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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-11-15T06:20:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:20:04.213Z||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-11-15T06:20:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:13.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:20:13.754Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:20:13.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:20:13.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4325a0cf-f29e-41a6-8713-a07317a14dbf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1d931767-a38f-4c42-a8e6-a8e2684a6fc3","serviceDescription":"service","serviceInvariantUUID":"0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fc36ae98-76e9-432e-8f70-e7001950f453","resourceInvariantUUID":"b3a8eb04-f532-4c95-8023-3174362e8653","resourceCustomizationUUID":"36656388-3c38-4e7d-9028-3c2f7378ece3","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":"OGQxNjVhZDg4OTUyNDdjM2I2ZDcxMjUwNDY4Njk3Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81bb7a72-a56a-4e6a-9f02-862fa6227b89","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmFmYzM3Mzg3OGU2Y2JmNmUxOTIwYWNkNmI5ODI2N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78eced38-514e-4d4c-95a2-c96f6300c565","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:20:13.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:20:13.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:20:13.764Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:20:13.764Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493204210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:20:13.865Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:20:13.866Z||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-11-15T06:20:13.866Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:13.882Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:20:13.883Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":2,"count":1}
2022-11-15T06:20:14.765Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:20:14.765Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:20:14.768Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:20:14.768Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493204210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:20:14.869Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T06:20:14.870Z||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-11-15T06:20:14.870Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:14.880Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:20:14.881Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:20:15.769Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "1d931767-a38f-4c42-a8e6-a8e2684a6fc3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "36656388-3c38-4e7d-9028-3c2f7378ece3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fc36ae98-76e9-432e-8f70-e7001950f453",
      "resourceInvariantUUID": "b3a8eb04-f532-4c95-8023-3174362e8653",
      "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": "MmFmYzM3Mzg3OGU2Y2JmNmUxOTIwYWNkNmI5ODI2N2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "78eced38-514e-4d4c-95a2-c96f6300c565"
    }
  ],
  "workloadContext": "Production"
}
2022-11-15T06:20:15.769Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:20:15.769Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d931767-a38f-4c42-a8e6-a8e2684a6fc3 ASDC
2022-11-15T06:20:15.770Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4325a0cf-f29e-41a6-8713-a07317a14dbf
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1d931767-a38f-4c42-a8e6-a8e2684a6fc3
ServiceInvariantUUID:0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4
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:78eced38-514e-4d4c-95a2-c96f6300c565
ArtifactChecksum:MmFmYzM3Mzg3OGU2Y2JmNmUxOTIwYWNkNmI5ODI2N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:36656388-3c38-4e7d-9028-3c2f7378ece3
ResourceInvariantUUID:b3a8eb04-f532-4c95-8023-3174362e8653
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fc36ae98-76e9-432e-8f70-e7001950f453
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-15T06:20:15.770Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d931767-a38f-4c42-a8e6-a8e2684a6fc3 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-11-15T06:20:15.804Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:20:15.805Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:20:15.805Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:20:15.805Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 78eced38-514e-4d4c-95a2-c96f6300c565 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-15T06:20:15.805Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:20:15.805Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:15.927Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:20:15.931Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 78eced38-514e-4d4c-95a2-c96f6300c565 57665
2022-11-15T06:20:15.932Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:15.932Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:15.932Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:20:15.933Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:20:15.936Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:20:15.936Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493215932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:20:16.036Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:20:16.037Z||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-11-15T06:20:16.037Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:16.051Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:20:16.051Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:20:16.938Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:20:16.940Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:20:16.940Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 78eced38-514e-4d4c-95a2-c96f6300c565, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:16.940Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-15T06:20:16.941Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:16.942Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.167Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1872470824498091152/Definitions/service-BasicNetwork-template.yml
2022-11-15T06:20:17.754Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:20:17.754Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.759Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.759Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.759Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.759Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:1d931767-a38f-4c42-a8e6-a8e2684a6fc3
Model Version:NULL
Model InvariantUuid:0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b3a8eb04-f532-4c95-8023-3174362e8653
Model UUID:050a465a-1983-45d2-8fdc-12b9dde583b6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:36656388-3c38-4e7d-9028-3c2f7378ece3
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-11-15T06:20:17.769Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: fc36ae98-76e9-432e-8f70-e7001950f453
2022-11-15T06:20:17.769Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||No resources found for Service: 1d931767-a38f-4c42-a8e6-a8e2684a6fc3
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-11-15T06:20:17.776Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||
2022-11-15T06:20:17.776Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-15T06:20:17.777Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 1d931767-a38f-4c42-a8e6-a8e2684a6fc3
2022-11-15T06:20:17.778Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1d931767-a38f-4c42-a8e6-a8e2684a6fc3
2022-11-15T06:20:17.778Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-15T06:20:17.778Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.786Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7112edf0, org.onap.sdc.toscaparser.api.parameters.Input@4b6dc286, org.onap.sdc.toscaparser.api.parameters.Input@18b40797, org.onap.sdc.toscaparser.api.parameters.Input@3ccaeaf0, org.onap.sdc.toscaparser.api.parameters.Input@5a51fdf4]
2022-11-15T06:20:17.788Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.788Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.789Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.789Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.789Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1d931767-a38f-4c42-a8e6-a8e2684a6fc3: Generic NeutronNet
2022-11-15T06:20:17.789Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.790Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.790Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.790Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.838Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.839Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.840Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.840Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.840Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:20:17.841Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.841Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.937Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-15T06:20:17.937Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.937Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:20:17.938Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:20:17.938Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:20:17.942Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:20:17.942Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493217937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:20:18.041Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-15T06:20:18.042Z||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-11-15T06:20:18.042Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:18.054Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:20:18.054Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:20:18.946Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:20:18.956Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:20:18.958Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:20:18.967Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:20:18.967Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:20:48.967Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:20:48.975Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:20:48.977Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:20:48.977Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:20:48.978Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:21:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:21:04.214Z||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-11-15T06:21:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:04.342Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:04.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493204210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "aai-ml",
  "timestamp": 1668493207198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "cds",
  "timestamp": 1668493206840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493204210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "aai-ml",
  "timestamp": 1668493207198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "cds",
  "timestamp": 1668493206840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493215271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "cds",
  "timestamp": 1668493216605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:21:04.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493215932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:21:04.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "aai-ml",
  "timestamp": 1668493216615,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:21:04.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493215271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "cds",
  "timestamp": 1668493217614,
  "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-11-15T06:21:04.360Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4325a0cf-f29e-41a6-8713-a07317a14dbf
2022-11-15T06:21:04.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4325a0cf-f29e-41a6-8713-a07317a14dbf 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-11-15T06:21:04.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493217937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:21:04.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "aai-ml",
  "timestamp": 1668493220780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:21:04.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "aai-ml",
  "timestamp": 1668493221785,
  "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-11-15T06:21:04.375Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4325a0cf-f29e-41a6-8713-a07317a14dbf
2022-11-15T06:21:04.375Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4325a0cf-f29e-41a6-8713-a07317a14dbf 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-11-15T06:21:04.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493222698,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493222698,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:21:04.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493227895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493227895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493230671,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493232524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:21:04.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493233542,
  "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-11-15T06:21:04.390Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4325a0cf-f29e-41a6-8713-a07317a14dbf
2022-11-15T06:21:04.390Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4325a0cf-f29e-41a6-8713-a07317a14dbf 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-11-15T06:21:04.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493255271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "cds",
  "timestamp": 1668493251840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493255271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "cds",
  "timestamp": 1668493251840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493257896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493255271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "cds",
  "timestamp": 1668493251840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493257896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493255271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "cds",
  "timestamp": 1668493251840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493257896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493255271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "cds",
  "timestamp": 1668493251840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493257896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493255271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "cds",
  "timestamp": 1668493251840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493257896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493255271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "cds",
  "timestamp": 1668493251840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493262698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493257896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493255271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "cds",
  "timestamp": 1668493251840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:21:04.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493262698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:04.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493257896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:21:18.978Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:21:18.990Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:21:18.995Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:21:19.005Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:21:49.006Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf 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-11-15T06:21:49.014Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf and serviceModelVersionId: 1d931767-a38f-4c42-a8e6-a8e2684a6fc3
2022-11-15T06:21:49.014Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4
2022-11-15T06:21:49.016Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0
2022-11-15T06:21:49.020Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:21:49.086Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0|INFO|500||Invoke
2022-11-15T06:21:49.086Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4325a0cf-f29e-41a6-8713-a07317a14dbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6558e417-e669-4cae-ada8-a85a53f9e8cb], X-ECOMP-RequestID=[4325a0cf-f29e-41a6-8713-a07317a14dbf], X-TransactionId=[], X-ONAP-RequestID=[4325a0cf-f29e-41a6-8713-a07317a14dbf], Content-Type=[application/merge-patch+json]}
2022-11-15T06:21:49.111Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-15T06:21:49.235Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?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/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-06:21:50:272-17631], vertex-id=[200920], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:21:50 GMT], Content-Type=[application/json]}
2022-11-15T06:21:49.236Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:21:49.236Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0|INFO|500||InvokeReturn
2022-11-15T06:21:49.237Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:21:49.237Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:21:49.243Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:21:49.245Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4325a0cf-f29e-41a6-8713-a07317a14dbf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:21:49.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:21:49.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:49.249Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:49.249Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493309246,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:21:49.350Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T06:21:49.351Z||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-11-15T06:21:49.351Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:49.374Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:49.375Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 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-11-15T06:21:50.264Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:21:50.265Z||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-11-15T06:21:50.265Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:50.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:50.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:21:50.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f8acecb-7c30-412e-ab91-0b3cddc282c8","serviceName":"Demo_pNF_Mk7nFjhSZ63uzTKMxTfG","serviceVersion":"1.0","serviceUUID":"ecb46d60-e6ad-4f94-a684-578005fc71db","serviceDescription":"catalog service description","serviceInvariantUUID":"1af5f38e-4b41-439b-b736-ec67fd9a07af","resources":[{"resourceInstanceName":"pNF 64cc6375-9b4a 0","resourceName":"pNF 64cc6375-9b4a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f1c7a36-475f-4df5-94a4-7985dde6e4d6","resourceInvariantUUID":"ff807a2e-d265-4eae-ae34-a99fd3feebc7","resourceCustomizationUUID":"0291b31e-c33e-4d8d-b237-d90663dbfe62","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml","artifactChecksum":"MWZlZjRlNzUxNjVjYTMxYzlkMjBhMmFjMDc0OWU2YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97d503d9-eea9-45a4-a47a-697e1b39ac4f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar","artifactChecksum":"ZjkwZmNiNGQ3OTIxMzIzYjI2ZTUwMzQyMTM1MTViOTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"587d77e8-9bae-4096-ac81-ce99b54ca4f1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"730d7471-0646-491b-9e29-b872b45adb68","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml","artifactChecksum":"NThkMDc2OThhNjA0YmZlMGVlZjdlZThkYjJjOGRiNzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"440f95fa-d7b4-451e-8ca9-867b5b7e1a7b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7489a3b1-f8c9-4c86-bc71-2b4ab82d9ce4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6e874c0-ba40-479b-a7e2-b7497237b06e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml","artifactChecksum":"OWY3MzAyNTljNzhhNTljYzhhOGViZTI3MjE0N2E5MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"240aaa1c-2f02-4d50-aaf3-dfbbe0cbd50e","artifactVersion":"1"},{"artifactName":"service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar","artifactChecksum":"OTEzOTllMDk2MTRkNjk5NmVhMDljMmY4MTg4ZDQ2MzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f42e5ec8-4a22-45ce-bd45-0e7601351406","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:21:50.897Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:50.897Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:50.900Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:50.900Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:51.000Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:51.000Z||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-11-15T06:21:51.001Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:51.013Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:51.013Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:51.900Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:51.901Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:51.903Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:51.903Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:52.003Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:52.004Z||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-11-15T06:21:52.004Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:52.016Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:52.016Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:52.907Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:52.909Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:52.912Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:52.912Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:53.012Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:53.012Z||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-11-15T06:21:53.012Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:53.023Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:53.023Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:53.912Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:53.913Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:53.915Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:53.915Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:54.015Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:54.016Z||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-11-15T06:21:54.016Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:54.026Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:54.026Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:54.917Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:54.917Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:54.919Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:54.919Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:55.020Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:55.021Z||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-11-15T06:21:55.021Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:55.055Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:55.056Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:21:55.920Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:55.920Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:55.923Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:55.923Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:56.022Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:21:56.023Z||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-11-15T06:21:56.023Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:56.036Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:56.037Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:56.924Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:56.926Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:56.928Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:56.928Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:21:57.029Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:21:57.029Z||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-11-15T06:21:57.030Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:57.040Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:57.040Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:57.929Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:57.931Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:57.933Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:57.933Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:21:58.033Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:58.034Z||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-11-15T06:21:58.034Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:58.046Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:58.046Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:58.936Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "serviceName": "Demo_pNF_Mk7nFjhSZ63uzTKMxTfG",
  "serviceVersion": "1.0",
  "serviceUUID": "ecb46d60-e6ad-4f94-a684-578005fc71db",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1af5f38e-4b41-439b-b736-ec67fd9a07af",
  "resources": [
    {
      "resourceInstanceName": "pNF 64cc6375-9b4a 0",
      "resourceCustomizationUUID": "0291b31e-c33e-4d8d-b237-d90663dbfe62",
      "resourceName": "pNF 64cc6375-9b4a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f1c7a36-475f-4df5-94a4-7985dde6e4d6",
      "resourceInvariantUUID": "ff807a2e-d265-4eae-ae34-a99fd3feebc7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
      "artifactChecksum": "OTEzOTllMDk2MTRkNjk5NmVhMDljMmY4MTg4ZDQ2MzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f42e5ec8-4a22-45ce-bd45-0e7601351406"
    }
  ],
  "workloadContext": "Production"
}
2022-11-15T06:21:58.937Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:21:58.937Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ecb46d60-e6ad-4f94-a684-578005fc71db ASDC
2022-11-15T06:21:58.939Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7f8acecb-7c30-412e-ab91-0b3cddc282c8
ServiceName:Demo_pNF_Mk7nFjhSZ63uzTKMxTfG
ServiceVersion:1.0
ServiceUUID:ecb46d60-e6ad-4f94-a684-578005fc71db
ServiceInvariantUUID:1af5f38e-4b41-439b-b736-ec67fd9a07af
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
ArtifactUUID:f42e5ec8-4a22-45ce-bd45-0e7601351406
ArtifactChecksum:OTEzOTllMDk2MTRkNjk5NmVhMDljMmY4MTg4ZDQ2MzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 64cc6375-9b4a 0
ResourceCustomizationUUID:0291b31e-c33e-4d8d-b237-d90663dbfe62
ResourceInvariantUUID:ff807a2e-d265-4eae-ae34-a99fd3feebc7
ResourceName:pNF 64cc6375-9b4a
ResourceType:PNF
ResourceUUID:6f1c7a36-475f-4df5-94a4-7985dde6e4d6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-15T06:21:58.942Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ecb46d60-e6ad-4f94-a684-578005fc71db 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-11-15T06:21:58.973Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:21:58.973Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:21:58.974Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:21:58.974Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f42e5ec8-4a22-45ce-bd45-0e7601351406 from URL: /sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:21:58.974Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:21:58.974Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:21:59.092Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:21:59.098Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar f42e5ec8-4a22-45ce-bd45-0e7601351406 87794
2022-11-15T06:21:59.099Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar ASDC sendASDCNotification
2022-11-15T06:21:59.099Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:21:59.099Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:21:59.100Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:59.102Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:59.103Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493319099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:21:59.212Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-11-15T06:21:59.213Z||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-11-15T06:21:59.213Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:59.224Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:21:59.224Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:22:00.103Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:22:00.105Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:22:00.106Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f42e5ec8-4a22-45ce-bd45-0e7601351406, URL: /sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar to file: /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.106Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.107Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.107Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.211Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13969649138214596976/Definitions/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml
2022-11-15T06:22:00.983Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|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-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|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-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 64cc6375-9b4a 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-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|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-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Node template pNF 64cc6375-9b4a 0 is matching search criteria
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 64cc6375-9b4a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Node template pNF 64cc6375-9b4a 0 is matching search criteria
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 64cc6375-9b4a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:22:00.988Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.988Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:22:00.988Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.988Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Mk7nFjhSZ63uzTKMxTfG
Description:catalog service description
Model UUID:ecb46d60-e6ad-4f94-a684-578005fc71db
Model Version:NULL
Model InvariantUuid:1af5f38e-4b41-439b-b736-ec67fd9a07af
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-11-15T06:22:00.995Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6f1c7a36-475f-4df5-94a4-7985dde6e4d6
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-11-15T06:22:00.998Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||pNF 64cc6375-9b4a 0
2022-11-15T06:22:00.998Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6f1c7a36-475f-4df5-94a4-7985dde6e4d6
2022-11-15T06:22:00.998Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: ecb46d60-e6ad-4f94-a684-578005fc71db
2022-11-15T06:22:00.998Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ecb46d60-e6ad-4f94-a684-578005fc71db
2022-11-15T06:22:00.998Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 64cc6375-9b4a 0 6f1c7a36-475f-4df5-94a4-7985dde6e4d6 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-11-15T06:22:01.004Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fcefff, org.onap.sdc.toscaparser.api.parameters.Input@7bfce9c2, org.onap.sdc.toscaparser.api.parameters.Input@10846dc2, org.onap.sdc.toscaparser.api.parameters.Input@4a89ce65, org.onap.sdc.toscaparser.api.parameters.Input@2beb53dc]
2022-11-15T06:22:01.004Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:22:01.004Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:01.004Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ecb46d60-e6ad-4f94-a684-578005fc71db: pNF 64cc6375-9b4a
2022-11-15T06:22:01.004Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Processing PNF resource: 6f1c7a36-475f-4df5-94a4-7985dde6e4d6
2022-11-15T06:22:01.005Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:22:01.005Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:01.005Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Resource customization UUID: 0291b31e-c33e-4d8d-b237-d90663dbfe62 is the same as notified resource customizationUUID: 0291b31e-c33e-4d8d-b237-d90663dbfe62
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-11-15T06:22:01.066Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 64cc6375-9b4a 6f1c7a36-475f-4df5-94a4-7985dde6e4d6 0 ASDC deployResourceStructure
2022-11-15T06:22:01.066Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar ASDC sendASDCNotification
2022-11-15T06:22:01.067Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:01.067Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:22:01.067Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:22:01.069Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:22:01.069Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493321066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:22:01.169Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:22:01.170Z||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-11-15T06:22:01.170Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:22:01.181Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:22:01.181Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:22:02.069Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:22:02.080Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:22:02.082Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:22:02.082Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:22:02.082Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:22:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:22:04.214Z||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-11-15T06:22:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:22:04.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:22:04.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:22:04.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493264188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:22:04.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:22:32.082Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:22:32.093Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:22:32.094Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:22:32.095Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:22:32.095Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:23:02.095Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:23:02.108Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:23:02.111Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:23:02.111Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:23:02.111Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:23:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:23:04.214Z||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-11-15T06:23:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:23:04.236Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:23:04.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:23:04.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "cds",
  "timestamp": 1668493264947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:23:04.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:23:32.112Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:23:32.131Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:23:32.134Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:23:32.134Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:23:32.134Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:24:02.135Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:24:02.144Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:24:02.146Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:24:02.146Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:24:02.146Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:24:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:24:04.215Z||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-11-15T06:24:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:24:04.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:24:04.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493262698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493257896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "cds",
  "timestamp": 1668493265954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-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-11-15T06:24:04.256Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f8acecb-7c30-412e-ab91-0b3cddc282c8
2022-11-15T06:24:04.256Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f8acecb-7c30-412e-ab91-0b3cddc282c8 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-11-15T06:24:04.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493265376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:24:04.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493262698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493266727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493266380,
  "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-11-15T06:24:04.275Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7f8acecb-7c30-412e-ab91-0b3cddc282c8
2022-11-15T06:24:04.276Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f8acecb-7c30-412e-ab91-0b3cddc282c8 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-11-15T06:24:04.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493262698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493267198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493262698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493268737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:24:04.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493267198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493262698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493269740,
  "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-11-15T06:24:04.291Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f8acecb-7c30-412e-ab91-0b3cddc282c8
2022-11-15T06:24:04.291Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f8acecb-7c30-412e-ab91-0b3cddc282c8 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-11-15T06:24:04.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493267198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493262698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493267198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493267198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493267198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "cds",
  "timestamp": 1668493266957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493267198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "cds",
  "timestamp": 1668493266957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493267198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "cds",
  "timestamp": 1668493266957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493275975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493275271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "cds",
  "timestamp": 1668493266957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493275271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "cds",
  "timestamp": 1668493266957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493275271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "cds",
  "timestamp": 1668493266957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493275271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "cds",
  "timestamp": 1668493266957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493275271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493280762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:24:04.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "cds",
  "timestamp": 1668493280784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493275271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "aai-ml",
  "timestamp": 1668493281766,
  "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-11-15T06:24:04.314Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f8acecb-7c30-412e-ab91-0b3cddc282c8
2022-11-15T06:24:04.314Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f8acecb-7c30-412e-ab91-0b3cddc282c8 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-11-15T06:24:04.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "cds",
  "timestamp": 1668493281793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-15T06:24:04.334Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62598099-9355-40f4-ac02-b202a3c4e5e1
2022-11-15T06:24:04.334Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62598099-9355-40f4-ac02-b202a3c4e5e1 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-11-15T06:24:04.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493275271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493282698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493282698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493282698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493282698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493282698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493282698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493287895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493282698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493287895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493290491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493287895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493291563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493282801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493287895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493292623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493282801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493287895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493282801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493293660,
  "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-11-15T06:24:04.359Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62598099-9355-40f4-ac02-b202a3c4e5e1
2022-11-15T06:24:04.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62598099-9355-40f4-ac02-b202a3c4e5e1 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-11-15T06:24:04.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493287895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493282801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493294667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:24:04.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493287895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493282801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493295669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493282801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493295271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493282801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493295271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493298077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:24:04.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493282801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493295271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493299080,
  "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-11-15T06:24:04.385Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62598099-9355-40f4-ac02-b202a3c4e5e1
2022-11-15T06:24:04.385Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62598099-9355-40f4-ac02-b202a3c4e5e1 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-11-15T06:24:04.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493282801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493295271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493300562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.395Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493295271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "cds",
  "timestamp": 1668493301568,
  "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-11-15T06:24:04.410Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c57d59a5-1ff9-46f9-8417-6fdf43030f68
2022-11-15T06:24:04.411Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c57d59a5-1ff9-46f9-8417-6fdf43030f68 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-11-15T06:24:04.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493295271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493295271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493302699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493295271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493302699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668493295271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "aai-ml",
  "timestamp": 1668493304929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493302699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493302699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493302699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493302699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493302699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493309246,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:24:04.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493302699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493302699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "aai-ml",
  "timestamp": 1668493311931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:24:04.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493312498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "aai-ml",
  "timestamp": 1668493312935,
  "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-11-15T06:24:04.436Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62598099-9355-40f4-ac02-b202a3c4e5e1
2022-11-15T06:24:04.436Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62598099-9355-40f4-ac02-b202a3c4e5e1 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-11-15T06:24:04.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493313564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493314629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493315690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493316789,
  "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-11-15T06:24:04.456Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c57d59a5-1ff9-46f9-8417-6fdf43030f68
2022-11-15T06:24:04.456Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c57d59a5-1ff9-46f9-8417-6fdf43030f68 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-11-15T06:24:04.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668493317793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:24:04.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493317895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493317895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493319099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493317895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493317895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493321066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:24:04.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493297198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:24:04.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493317895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493323045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:24:04.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:24:04.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493317895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:04.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:24:04.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493317895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:24:04.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:24:32.146Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:24:32.158Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:24:32.160Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:24:32.160Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:24:32.160Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:24:32.160Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:24:32.160Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:24:32.161Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:24:32.161Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:24:32.161Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:24:32.161Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:24:32.161Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|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-11-15T06:24:32.166Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:25:02.166Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8 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-11-15T06:25:02.171Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f8acecb-7c30-412e-ab91-0b3cddc282c8 and serviceModelVersionId: ecb46d60-e6ad-4f94-a684-578005fc71db
2022-11-15T06:25:02.171Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1af5f38e-4b41-439b-b736-ec67fd9a07af
2022-11-15T06:25:02.172Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1af5f38e-4b41-439b-b736-ec67fd9a07af/model-vers/model-ver/ecb46d60-e6ad-4f94-a684-578005fc71db?depth=0
2022-11-15T06:25:02.178Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:25:02.227Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1af5f38e-4b41-439b-b736-ec67fd9a07af/model-vers/model-ver/ecb46d60-e6ad-4f94-a684-578005fc71db?depth=0|INFO|500||Invoke
2022-11-15T06:25:02.227Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1af5f38e-4b41-439b-b736-ec67fd9a07af/model-vers/model-ver/ecb46d60-e6ad-4f94-a684-578005fc71db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1af5f38e-4b41-439b-b736-ec67fd9a07af/model-vers/model-ver/ecb46d60-e6ad-4f94-a684-578005fc71db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f8acecb-7c30-412e-ab91-0b3cddc282c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4bf5fd76-21aa-4cec-8ebb-1a33282722b3], X-ECOMP-RequestID=[7f8acecb-7c30-412e-ab91-0b3cddc282c8], X-TransactionId=[], X-ONAP-RequestID=[7f8acecb-7c30-412e-ab91-0b3cddc282c8], Content-Type=[application/merge-patch+json]}
2022-11-15T06:25:02.249Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1af5f38e-4b41-439b-b736-ec67fd9a07af/model-vers/model-ver/ecb46d60-e6ad-4f94-a684-578005fc71db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-15T06:25:02.339Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1af5f38e-4b41-439b-b736-ec67fd9a07af/model-vers/model-ver/ecb46d60-e6ad-4f94-a684-578005fc71db?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/1af5f38e-4b41-439b-b736-ec67fd9a07af/model-vers/model-ver/ecb46d60-e6ad-4f94-a684-578005fc71db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-06:25:03:382-19334], vertex-id=[188568], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:25:03 GMT], Content-Type=[application/json]}
2022-11-15T06:25:02.339Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1af5f38e-4b41-439b-b736-ec67fd9a07af/model-vers/model-ver/ecb46d60-e6ad-4f94-a684-578005fc71db?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:25:02.340Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1af5f38e-4b41-439b-b736-ec67fd9a07af/model-vers/model-ver/ecb46d60-e6ad-4f94-a684-578005fc71db?depth=0|INFO|500||InvokeReturn
2022-11-15T06:25:02.340Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:25:02.340Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|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-11-15T06:25:02.345Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|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-11-15T06:25:02.345Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f8acecb-7c30-412e-ab91-0b3cddc282c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:25:02.346Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:25:02.346Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:02.348Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:02.348Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493502346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:25:02.448Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:02.449Z||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-11-15T06:25:02.450Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:02.463Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:02.464Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-15T06:25:03.361Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:25:03.361Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"62598099-9355-40f4-ac02-b202a3c4e5e1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"225744bf-766f-4b22-b239-6bd521a855a1","serviceDescription":"service","serviceInvariantUUID":"4295d695-4582-447f-a58c-9811a9e375b1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"513c22ce-a7b6-4615-8a89-c9ac89c20ca7","resourceInvariantUUID":"56b65907-478b-49cb-879a-cdf378bbb672","resourceCustomizationUUID":"6551355d-a2b4-42aa-ab16-06cdc861e0a9","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":"ZDYwMzg5NzFjYTFjYzRiOTY1NjA4YTEzNzE4Nzg4MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec93ef03-5b9c-4021-b7ab-6cca9b4de276","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":"NGJkZGUyNWRkMTQzZGYzZDAyODRmMzE5ZjQ0MzViNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e06d9355-eaf0-4675-815a-e484568d85e9","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":"487720b8-5d73-4260-9815-9cfdb001bcda","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":"4cfe52d4-6178-4259-8a09-d3a9c222b486","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":"3e45d927-b0f6-4cef-b3ab-9e181fbc92c1","artifactVersion":"2","generatedFromUUID":"487720b8-5d73-4260-9815-9cfdb001bcda"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTgzMTdmYjAyYTM5ZTNhYzlmNDZjZDc3MmI2ODI3YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1892142e-952b-4a18-a3bb-cfc89fb627b7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDZlYjMyMGQ1ZmI2Mjg3ZTlkMWE0MjQ4ZjVjMmYyYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c37dda3-693e-450c-9ce0-76831d0afc6b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:25:03.361Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:03.362Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:03.363Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:03.363Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:25:03.464Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:03.465Z||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-11-15T06:25:03.465Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:03.476Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:03.476Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:25:04.214Z||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-11-15T06:25:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:04.239Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:04.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:25:04.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493317895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:25:04.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:25:04.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:25:04.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493317895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:25:04.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:25:04.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:25:04.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493327693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:25:04.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:25:04.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:25:04.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493329653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:25:04.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:25:04.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:25:04.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493330047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:25:04.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:25:04.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:25:04.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "aai-ml",
  "timestamp": 1668493330656,
  "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-11-15T06:25:04.289Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c57d59a5-1ff9-46f9-8417-6fdf43030f68
2022-11-15T06:25:04.289Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c57d59a5-1ff9-46f9-8417-6fdf43030f68 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-11-15T06:25:04.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:25:04.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668493331050,
  "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-11-15T06:25:04.303Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c57d59a5-1ff9-46f9-8417-6fdf43030f68
2022-11-15T06:25:04.303Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c57d59a5-1ff9-46f9-8417-6fdf43030f68 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-11-15T06:25:04.364Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:04.365Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:04.367Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:04.367Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:25:04.467Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:04.468Z||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-11-15T06:25:04.468Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:04.478Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:04.478Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:05.367Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:05.368Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:05.371Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:05.371Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:25:05.471Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:05.472Z||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-11-15T06:25:05.472Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:05.482Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:05.483Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:25:06.372Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:06.372Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:06.374Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:06.374Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:25:06.474Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:06.475Z||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-11-15T06:25:06.475Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:06.486Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:06.487Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:07.375Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:07.375Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:07.377Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:07.377Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-15T06:25:07.478Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:07.479Z||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-11-15T06:25:07.479Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:07.492Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:07.492Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:08.378Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:08.378Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:08.381Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:08.381Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:25:08.481Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:08.482Z||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-11-15T06:25:08.482Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:08.490Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:08.491Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:09.382Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:09.382Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:09.385Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:09.385Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:25:09.485Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:09.486Z||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-11-15T06:25:09.486Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:09.495Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:09.496Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:10.386Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "225744bf-766f-4b22-b239-6bd521a855a1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4295d695-4582-447f-a58c-9811a9e375b1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6551355d-a2b4-42aa-ab16-06cdc861e0a9",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "513c22ce-a7b6-4615-8a89-c9ac89c20ca7",
      "resourceInvariantUUID": "56b65907-478b-49cb-879a-cdf378bbb672",
      "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": "NGJkZGUyNWRkMTQzZGYzZDAyODRmMzE5ZjQ0MzViNTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e06d9355-eaf0-4675-815a-e484568d85e9",
          "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": "487720b8-5d73-4260-9815-9cfdb001bcda",
          "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": "3e45d927-b0f6-4cef-b3ab-9e181fbc92c1",
            "generatedFromUUID": "487720b8-5d73-4260-9815-9cfdb001bcda"
          },
          "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": "3e45d927-b0f6-4cef-b3ab-9e181fbc92c1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDZlYjMyMGQ1ZmI2Mjg3ZTlkMWE0MjQ4ZjVjMmYyYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c37dda3-693e-450c-9ce0-76831d0afc6b"
    }
  ],
  "workloadContext": "Production"
}
2022-11-15T06:25:10.387Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:25:10.387Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 225744bf-766f-4b22-b239-6bd521a855a1 ASDC
2022-11-15T06:25:10.387Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:62598099-9355-40f4-ac02-b202a3c4e5e1
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:225744bf-766f-4b22-b239-6bd521a855a1
ServiceInvariantUUID:4295d695-4582-447f-a58c-9811a9e375b1
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:9c37dda3-693e-450c-9ce0-76831d0afc6b
ArtifactChecksum:NDZlYjMyMGQ1ZmI2Mjg3ZTlkMWE0MjQ4ZjVjMmYyYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6551355d-a2b4-42aa-ab16-06cdc861e0a9
ResourceInvariantUUID:56b65907-478b-49cb-879a-cdf378bbb672
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:513c22ce-a7b6-4615-8a89-c9ac89c20ca7
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:e06d9355-eaf0-4675-815a-e484568d85e9
ArtifactChecksum:NGJkZGUyNWRkMTQzZGYzZDAyODRmMzE5ZjQ0MzViNTM=
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:487720b8-5d73-4260-9815-9cfdb001bcda
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:3e45d927-b0f6-4cef-b3ab-9e181fbc92c1
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:3e45d927-b0f6-4cef-b3ab-9e181fbc92c1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-15T06:25:10.387Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 225744bf-766f-4b22-b239-6bd521a855a1 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-11-15T06:25:10.424Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:25:10.425Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:25:10.425Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:25:10.425Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c37dda3-693e-450c-9ce0-76831d0afc6b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-15T06:25:10.425Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:25:10.425Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:10.563Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:25:10.566Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9c37dda3-693e-450c-9ce0-76831d0afc6b 74803
2022-11-15T06:25:10.566Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:10.567Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:10.567Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:25:10.567Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:10.569Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:10.569Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493510566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:25:10.669Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:10.671Z||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-11-15T06:25:10.671Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:10.683Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:10.683Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:11.570Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:25:11.571Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:25:11.571Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9c37dda3-693e-450c-9ce0-76831d0afc6b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-15T06:25:11.572Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-15T06:25:11.572Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-15T06:25:11.573Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-15T06:25:11.745Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16292503127796131694/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-15T06:25:13.001Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:25:13.002Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T06:25:13.002Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-15T06:25:13.002Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-15T06:25:13.002Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:13.002Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:13.003Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-15T06:25:13.003Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-15T06:25:13.003Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:13.003Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:13.003Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:13.003Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T06:25:13.003Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.003Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:13.004Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-15T06:25:13.004Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T06:25:13.004Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:25:13.004Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.004Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:13.005Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-15T06:25:13.005Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T06:25:13.005Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:25:13.005Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.005Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:13.005Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.006Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-15T06:25:13.006Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-15T06:25:13.006Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-15T06:25:13.006Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-15T06:25:13.006Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-15T06:25:13.006Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-15T06:25:13.007Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.007Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:13.007Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.007Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-15T06:25:13.007Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:25:13.008Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.008Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-15T06:25:13.008Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:25:13.008Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.008Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-15T06:25:13.008Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:25:13.008Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.009Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-15T06:25:13.009Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-15T06:25:13.009Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-15T06:25:13.009Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=756b7705-4873-4d95-95ca-beff8f5bdd91
2022-11-15T06:25:13.009Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.009Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:13.010Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.010Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:13.010Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.010Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:13.010Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:13.010Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:13.011Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:225744bf-766f-4b22-b239-6bd521a855a1
Model Version:NULL
Model InvariantUuid:4295d695-4582-447f-a58c-9811a9e375b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d32eb5e8-489b-4463-ab91-286a6da6e480
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:56b65907-478b-49cb-879a-cdf378bbb672
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6551355d-a2b4-42aa-ab16-06cdc861e0a9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:db6a0153-0651-41ca-8a59-659344c951c3
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9c9d141b-fcbe-4e03-91e1-d06a0fb14aee
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:756b7705-4873-4d95-95ca-beff8f5bdd91
ModelInvariantUuid:e0c57e9f-46b5-4d4e-a199-43ba8afa16bb
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e730eab0-c25e-438a-bb9c-ed491e697985
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:59a96159-9a59-4452-8d97-4337d903a3a0
ModelInvariantUuid:5a7dbf99-d6bd-44c6-91e6-42a45a3c5c44
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:f12148b1-2dea-4c91-af62-66540b8eb1f4
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-11-15T06:25:13.017Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 513c22ce-a7b6-4615-8a89-c9ac89c20ca7
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-11-15T06:25:13.020Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-11-15T06:25:13.020Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 513c22ce-a7b6-4615-8a89-c9ac89c20ca7
2022-11-15T06:25:13.021Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e06d9355-eaf0-4675-815a-e484568d85e9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-15T06:25:13.021Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:25:13.021Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:13.074Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:25:13.075Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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 e06d9355-eaf0-4675-815a-e484568d85e9 787
2022-11-15T06:25:13.075Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:13.075Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:13.076Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:25:13.076Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:13.078Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:13.078Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493513075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:25:13.178Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:13.179Z||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-11-15T06:25:13.179Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:13.188Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:13.189Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:14.078Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "db6a0153-0651-41ca-8a59-659344c951c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c9d141b-fcbe-4e03-91e1-d06a0fb14aee",
    "vfModuleModelCustomizationUUID": "68e68414-dcf3-4447-9dd2-769d7213ac47",
    "isBase": true,
    "artifacts": [
      "487720b8-5d73-4260-9815-9cfdb001bcda",
      "3e45d927-b0f6-4cef-b3ab-9e181fbc92c1"
    ],
    "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-11-15T06:25:14.083Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c9d141b-fcbe-4e03-91e1-d06a0fb14aee
VfModuleModelInvariantUUID:db6a0153-0651-41ca-8a59-659344c951c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
487720b8-5d73-4260-9815-9cfdb001bcda
,
3e45d927-b0f6-4cef-b3ab-9e181fbc92c1

}
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-11-15T06:25:14.088Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "db6a0153-0651-41ca-8a59-659344c951c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c9d141b-fcbe-4e03-91e1-d06a0fb14aee",
    "vfModuleModelCustomizationUUID": "68e68414-dcf3-4447-9dd2-769d7213ac47",
    "isBase": true,
    "artifacts": [
      "487720b8-5d73-4260-9815-9cfdb001bcda",
      "3e45d927-b0f6-4cef-b3ab-9e181fbc92c1"
    ],
    "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-11-15T06:25:14.088Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c9d141b-fcbe-4e03-91e1-d06a0fb14aee
VfModuleModelInvariantUUID:db6a0153-0651-41ca-8a59-659344c951c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
487720b8-5d73-4260-9815-9cfdb001bcda
,
3e45d927-b0f6-4cef-b3ab-9e181fbc92c1

}
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-11-15T06:25:14.088Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 487720b8-5d73-4260-9815-9cfdb001bcda from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-15T06:25:14.089Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:25:14.089Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:14.137Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:25:14.138Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 487720b8-5d73-4260-9815-9cfdb001bcda 5033
2022-11-15T06:25:14.138Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:14.138Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:14.138Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:25:14.139Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:14.141Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:14.141Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493514138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:25:14.241Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:14.242Z||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-11-15T06:25:14.242Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:14.252Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:14.253Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:25:15.142Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e45d927-b0f6-4cef-b3ab-9e181fbc92c1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-15T06:25:15.142Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:25:15.142Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:15.189Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:25:15.189Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3e45d927-b0f6-4cef-b3ab-9e181fbc92c1 903
2022-11-15T06:25:15.190Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:15.190Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:15.190Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:25:15.190Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:15.192Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:15.192Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493515190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:25:15.292Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:15.293Z||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-11-15T06:25:15.293Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:15.301Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:15.302Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:16.192Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 225744bf-766f-4b22-b239-6bd521a855a1
2022-11-15T06:25:16.193Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 513c22ce-a7b6-4615-8a89-c9ac89c20ca7 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-11-15T06:25:16.207Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4234486b, org.onap.sdc.toscaparser.api.parameters.Input@4beb337a, org.onap.sdc.toscaparser.api.parameters.Input@3aa12846, org.onap.sdc.toscaparser.api.parameters.Input@4b6d2568, org.onap.sdc.toscaparser.api.parameters.Input@2bfa5b7e]
2022-11-15T06:25:16.209Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.210Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:16.210Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-15T06:25:16.210Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 6551355d-a2b4-42aa-ab16-06cdc861e0a9
2022-11-15T06:25:16.211Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6551355d-a2b4-42aa-ab16-06cdc861e0a9 matches Tosca VF Customization UUID: 6551355d-a2b4-42aa-ab16-06cdc861e0a9
2022-11-15T06:25:16.211Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 6551355d-a2b4-42aa-ab16-06cdc861e0a9  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-11-15T06:25:16.214Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.214Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:16.215Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 6551355d-a2b4-42aa-ab16-06cdc861e0a9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-15T06:25:16.215Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28ac13b1
2022-11-15T06:25:16.216Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.216Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:16.216Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68e68414-dcf3-4447-9dd2-769d7213ac47
2022-11-15T06:25:16.216Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68e68414-dcf3-4447-9dd2-769d7213ac47
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-11-15T06:25:16.220Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.220Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-15T06:25:16.220Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:25:16.221Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.221Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-15T06:25:16.222Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:25:16.222Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.222Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-15T06:25:16.223Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-15T06:25:16.223Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-15T06:25:16.223Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=756b7705-4873-4d95-95ca-beff8f5bdd91
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-11-15T06:25:16.226Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.227Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-15T06:25:16.227Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:25:16.228Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.228Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-15T06:25:16.228Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6551355d-a2b4-42aa-ab16-06cdc861e0a9
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-11-15T06:25:16.230Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.231Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:16.231Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 225744bf-766f-4b22-b239-6bd521a855a1: basic_vm
2022-11-15T06:25:16.231Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.232Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:16.232Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.232Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:16.233Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.233Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:16.233Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.234Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:16.234Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:25:16.234Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:25:16.235Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:16.316Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 513c22ce-a7b6-4615-8a89-c9ac89c20ca7 1 ASDC deployResourceStructure
2022-11-15T06:25:16.316Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:16.316Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:16.317Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:25:16.317Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:16.318Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:16.319Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493516316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:25:16.419Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:16.420Z||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-11-15T06:25:16.420Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:16.429Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:16.430Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:25:17.319Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:17.320Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:17.320Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:25:17.320Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:17.322Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:17.322Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493517319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:25:17.422Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:17.423Z||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-11-15T06:25:17.423Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:17.435Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:17.435Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:18.323Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:18.323Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:18.323Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:25:18.324Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:18.326Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:18.326Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493518323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:25:18.426Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:18.428Z||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-11-15T06:25:18.428Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:18.440Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:18.441Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:19.327Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:19.327Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:19.328Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:25:19.328Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:19.329Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:19.330Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493519327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:25:19.430Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:19.430Z||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-11-15T06:25:19.430Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:19.441Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:19.442Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:20.330Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62598099-9355-40f4-ac02-b202a3c4e5e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:25:20.342Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62598099-9355-40f4-ac02-b202a3c4e5e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:25:20.345Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:25:20.346Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:25:20.346Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:25:20.346Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:25:20.346Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:25:20.347Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:25:20.347Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:25:20.348Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:25:20.348Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:25:20.348Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:20.355Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:25:50.355Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62598099-9355-40f4-ac02-b202a3c4e5e1 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-11-15T06:25:50.361Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62598099-9355-40f4-ac02-b202a3c4e5e1 and serviceModelVersionId: 225744bf-766f-4b22-b239-6bd521a855a1
2022-11-15T06:25:50.362Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4295d695-4582-447f-a58c-9811a9e375b1
2022-11-15T06:25:50.362Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4295d695-4582-447f-a58c-9811a9e375b1/model-vers/model-ver/225744bf-766f-4b22-b239-6bd521a855a1?depth=0
2022-11-15T06:25:50.366Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:25:50.404Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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/4295d695-4582-447f-a58c-9811a9e375b1/model-vers/model-ver/225744bf-766f-4b22-b239-6bd521a855a1?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-11-15T06:25:50.405Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4295d695-4582-447f-a58c-9811a9e375b1/model-vers/model-ver/225744bf-766f-4b22-b239-6bd521a855a1?depth=0|INFO|500||Invoke
2022-11-15T06:25:50.422Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4295d695-4582-447f-a58c-9811a9e375b1/model-vers/model-ver/225744bf-766f-4b22-b239-6bd521a855a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-15T06:25:50.509Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4295d695-4582-447f-a58c-9811a9e375b1/model-vers/model-ver/225744bf-766f-4b22-b239-6bd521a855a1?depth=0|INFO|500||InvokeReturn
2022-11-15T06:25:50.509Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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/4295d695-4582-447f-a58c-9811a9e375b1/model-vers/model-ver/225744bf-766f-4b22-b239-6bd521a855a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221115-06:25:51:554-25544], vertex-id=[250032], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:25:51 GMT], Content-Type=[application/json]}
2022-11-15T06:25:50.509Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:25:50.510Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:25:50.510Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:50.514Z|62598099-9355-40f4-ac02-b202a3c4e5e1|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-11-15T06:25:50.515Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62598099-9355-40f4-ac02-b202a3c4e5e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:25:50.515Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:25:50.515Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:50.517Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:50.517Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493550515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:25:50.618Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:25:50.618Z||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-11-15T06:25:50.618Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:50.633Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:50.633Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-15T06:25:51.534Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:25:51.535Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c57d59a5-1ff9-46f9-8417-6fdf43030f68","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8c4b7bb7-08e5-4508-9fce-002a0d21653d","serviceDescription":"service","serviceInvariantUUID":"10c649a8-0a1a-47f1-897d-43f704e10297","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"792b19d6-5786-44fe-b548-7ee0f2d32a2a","resourceInvariantUUID":"ec50771d-39a8-459e-9cbb-152f00246485","resourceCustomizationUUID":"a541aead-a533-405c-b6cf-dd5fa076d1b3","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":"OTFiMmIwYTA4OTk3ZjVmYTViNDE0MDA2Njk1MzhkYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5d58f64-f427-4653-8772-377689cf423b","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":"f2c496f8-90eb-44df-bf6a-54f16281fc76","artifactVersion":"2","generatedFromUUID":"ca75457b-81c7-4d15-904c-4e9ec6fa2a9a"},{"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":"ca75457b-81c7-4d15-904c-4e9ec6fa2a9a","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":"NDVmYmY1OWExOTY1N2E2ZDcwNzQ3Y2Q4MmJjNmIxMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e10d6c48-24d0-455d-a30a-20f7ce333d75","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":"eb81ca58-c418-4835-a630-989f64cff2e6","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":"605c72a9-b108-4b35-8ca8-5caa60068c58","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":"416bddce-b8f6-40c9-99fa-a9c9ab957647","artifactVersion":"2","generatedFromUUID":"eb81ca58-c418-4835-a630-989f64cff2e6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWIyNDExYTE4ZWQ4MjYwOWZjOTEzZTUxNDFmNDhmMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24548812-7aec-4654-9217-8677b161a267","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2U4M2ViYWFlYmEyMGMxN2M5YmEwZTI0YWFhYjIyZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cca8c7eb-ed4a-4357-8e8e-7504c0a20c76","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:25:51.535Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:51.535Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:51.537Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:51.537Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:25:51.637Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:51.638Z||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-11-15T06:25:51.638Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:51.660Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:51.660Z||pool-67-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:52.538Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:52.540Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:52.541Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:52.542Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-15T06:25:52.642Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:52.642Z||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-11-15T06:25:52.642Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:52.654Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:52.654Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:53.542Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:53.543Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:53.546Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:53.546Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-15T06:25:53.646Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:53.647Z||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-11-15T06:25:53.647Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:53.657Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:53.657Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:54.546Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:54.547Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:54.549Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:54.549Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:25:54.649Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:54.650Z||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-11-15T06:25:54.650Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:54.661Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:54.661Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:25:55.550Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:55.550Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:55.552Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:55.552Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:25:55.652Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:25:55.653Z||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-11-15T06:25:55.653Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:55.662Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:55.663Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:56.553Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:56.554Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:56.555Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:56.556Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:25:56.656Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:56.656Z||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-11-15T06:25:56.656Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:56.667Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:56.667Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:57.556Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:57.557Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:57.559Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:57.559Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-15T06:25:57.659Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:57.660Z||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-11-15T06:25:57.660Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:57.672Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:57.672Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:58.559Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:58.560Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:58.562Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:58.562Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:25:58.662Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:58.663Z||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-11-15T06:25:58.663Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:58.673Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:58.673Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:25:59.562Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:25:59.563Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:25:59.564Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:25:59.565Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:25:59.665Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:25:59.666Z||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-11-15T06:25:59.666Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:25:59.678Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:25:59.678Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:00.565Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "8c4b7bb7-08e5-4508-9fce-002a0d21653d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "10c649a8-0a1a-47f1-897d-43f704e10297",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a541aead-a533-405c-b6cf-dd5fa076d1b3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "792b19d6-5786-44fe-b548-7ee0f2d32a2a",
      "resourceInvariantUUID": "ec50771d-39a8-459e-9cbb-152f00246485",
      "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": "f2c496f8-90eb-44df-bf6a-54f16281fc76",
          "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": "ca75457b-81c7-4d15-904c-4e9ec6fa2a9a",
          "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": "NDVmYmY1OWExOTY1N2E2ZDcwNzQ3Y2Q4MmJjNmIxMTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e10d6c48-24d0-455d-a30a-20f7ce333d75",
          "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": "eb81ca58-c418-4835-a630-989f64cff2e6",
          "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": "416bddce-b8f6-40c9-99fa-a9c9ab957647",
            "generatedFromUUID": "eb81ca58-c418-4835-a630-989f64cff2e6"
          },
          "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": "416bddce-b8f6-40c9-99fa-a9c9ab957647",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2U4M2ViYWFlYmEyMGMxN2M5YmEwZTI0YWFhYjIyZTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cca8c7eb-ed4a-4357-8e8e-7504c0a20c76"
    }
  ],
  "workloadContext": "Production"
}
2022-11-15T06:26:00.566Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:26:00.566Z|62598099-9355-40f4-ac02-b202a3c4e5e1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8c4b7bb7-08e5-4508-9fce-002a0d21653d ASDC
2022-11-15T06:26:00.567Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c57d59a5-1ff9-46f9-8417-6fdf43030f68
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:8c4b7bb7-08e5-4508-9fce-002a0d21653d
ServiceInvariantUUID:10c649a8-0a1a-47f1-897d-43f704e10297
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:cca8c7eb-ed4a-4357-8e8e-7504c0a20c76
ArtifactChecksum:M2U4M2ViYWFlYmEyMGMxN2M5YmEwZTI0YWFhYjIyZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a541aead-a533-405c-b6cf-dd5fa076d1b3
ResourceInvariantUUID:ec50771d-39a8-459e-9cbb-152f00246485
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:792b19d6-5786-44fe-b548-7ee0f2d32a2a
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:f2c496f8-90eb-44df-bf6a-54f16281fc76
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:ca75457b-81c7-4d15-904c-4e9ec6fa2a9a
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:e10d6c48-24d0-455d-a30a-20f7ce333d75
ArtifactChecksum:NDVmYmY1OWExOTY1N2E2ZDcwNzQ3Y2Q4MmJjNmIxMTM=
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:eb81ca58-c418-4835-a630-989f64cff2e6
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:416bddce-b8f6-40c9-99fa-a9c9ab957647
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:416bddce-b8f6-40c9-99fa-a9c9ab957647
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-15T06:26:00.592Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c4b7bb7-08e5-4508-9fce-002a0d21653d 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-11-15T06:26:00.630Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:26:00.631Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:26:00.631Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:26:00.631Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cca8c7eb-ed4a-4357-8e8e-7504c0a20c76 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-15T06:26:00.631Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:26:00.632Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:00.872Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:26:00.875Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cca8c7eb-ed4a-4357-8e8e-7504c0a20c76 73677
2022-11-15T06:26:00.875Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:00.875Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:00.875Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:26:00.875Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:00.877Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:00.877Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493560875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:26:00.977Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:00.978Z||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-11-15T06:26:00.978Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:00.990Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:00.991Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:01.878Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:26:01.879Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:26:01.879Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: cca8c7eb-ed4a-4357-8e8e-7504c0a20c76, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-15T06:26:01.879Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-15T06:26:01.880Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-15T06:26:01.880Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-15T06:26:01.985Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17753304496735820540/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-15T06:26:03.124Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:26:03.124Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T06:26:03.124Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-15T06:26:03.125Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-15T06:26:03.125Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:03.125Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-15T06:26:03.125Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:03.125Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:03.125Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T06:26:03.125Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.125Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:03.125Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-15T06:26:03.126Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T06:26:03.126Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:26:03.126Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.126Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:03.126Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-15T06:26:03.126Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T06:26:03.126Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:26:03.126Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.127Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:03.127Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.127Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-15T06:26:03.127Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-15T06:26:03.127Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-15T06:26:03.127Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-15T06:26:03.127Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.128Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:03.128Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.128Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-15T06:26:03.128Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:26:03.128Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.128Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-15T06:26:03.128Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:26:03.129Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.129Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-15T06:26:03.129Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:26:03.129Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.129Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-15T06:26:03.129Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-15T06:26:03.129Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9562c978-b40c-4194-b861-05b6ddcec934
2022-11-15T06:26:03.130Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.130Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:03.130Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.130Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:03.130Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.130Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:03.130Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:03.130Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:03.130Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:8c4b7bb7-08e5-4508-9fce-002a0d21653d
Model Version:NULL
Model InvariantUuid:10c649a8-0a1a-47f1-897d-43f704e10297
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:7e602589-18fc-4ba6-84e4-41c7931aab1c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec50771d-39a8-459e-9cbb-152f00246485
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a541aead-a533-405c-b6cf-dd5fa076d1b3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:535faca3-1d5a-42d5-8791-af3f7efe634a
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8f4f7992-af3a-4db5-a159-1b4f46b357be
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9562c978-b40c-4194-b861-05b6ddcec934
ModelInvariantUuid:5f90c628-3d7a-436b-a339-43936adbb48a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:125533d0-9978-47e2-baad-cfbc8e197a2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2b04a6f1-6a52-4cad-b9f6-d3ed01d1de8d
ModelInvariantUuid:1ab908ad-f3f9-4ba5-8ec4-cd3a3ad71377
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d99539d0-a58f-42da-9999-721e8fb0dcbb
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-11-15T06:26:03.136Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 792b19d6-5786-44fe-b548-7ee0f2d32a2a
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-11-15T06:26:03.139Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-11-15T06:26:03.139Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 792b19d6-5786-44fe-b548-7ee0f2d32a2a
2022-11-15T06:26:03.139Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f2c496f8-90eb-44df-bf6a-54f16281fc76 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-15T06:26:03.139Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:26:03.139Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:03.192Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:26:03.193Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 f2c496f8-90eb-44df-bf6a-54f16281fc76 12
2022-11-15T06:26:03.193Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:03.193Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:03.193Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:26:03.193Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:03.195Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:03.195Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493563193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:26:03.295Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:03.296Z||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-11-15T06:26:03.296Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:03.306Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:03.307Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:04.196Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ca75457b-81c7-4d15-904c-4e9ec6fa2a9a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-15T06:26:04.196Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:26:04.197Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:04.214Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:26:04.214Z||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-11-15T06:26:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:04.232Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:04.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:26:04.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493502346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:26:04.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:26:04.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:26:04.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:26:04.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:26:04.294Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:26:04.294Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 ca75457b-81c7-4d15-904c-4e9ec6fa2a9a 2688
2022-11-15T06:26:04.295Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:04.295Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:04.295Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:26:04.295Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:04.298Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:04.298Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493564295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:26:04.398Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:04.399Z||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-11-15T06:26:04.399Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:04.409Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:04.409Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:05.300Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e10d6c48-24d0-455d-a30a-20f7ce333d75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-15T06:26:05.300Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:26:05.301Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:05.395Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:26:05.395Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 e10d6c48-24d0-455d-a30a-20f7ce333d75 828
2022-11-15T06:26:05.396Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:05.396Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:05.396Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:26:05.396Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:05.398Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:05.398Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493565396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:26:05.498Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:05.499Z||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-11-15T06:26:05.499Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:05.509Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:05.509Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:06.398Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "535faca3-1d5a-42d5-8791-af3f7efe634a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f4f7992-af3a-4db5-a159-1b4f46b357be",
    "vfModuleModelCustomizationUUID": "01602050-d760-4766-baaf-2c37a60cac89",
    "isBase": true,
    "artifacts": [
      "ca75457b-81c7-4d15-904c-4e9ec6fa2a9a",
      "eb81ca58-c418-4835-a630-989f64cff2e6",
      "416bddce-b8f6-40c9-99fa-a9c9ab957647"
    ],
    "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-11-15T06:26:06.402Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f4f7992-af3a-4db5-a159-1b4f46b357be
VfModuleModelInvariantUUID:535faca3-1d5a-42d5-8791-af3f7efe634a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca75457b-81c7-4d15-904c-4e9ec6fa2a9a
,
eb81ca58-c418-4835-a630-989f64cff2e6
,
416bddce-b8f6-40c9-99fa-a9c9ab957647

}
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-11-15T06:26:06.404Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "535faca3-1d5a-42d5-8791-af3f7efe634a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f4f7992-af3a-4db5-a159-1b4f46b357be",
    "vfModuleModelCustomizationUUID": "01602050-d760-4766-baaf-2c37a60cac89",
    "isBase": true,
    "artifacts": [
      "ca75457b-81c7-4d15-904c-4e9ec6fa2a9a",
      "eb81ca58-c418-4835-a630-989f64cff2e6",
      "416bddce-b8f6-40c9-99fa-a9c9ab957647"
    ],
    "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-11-15T06:26:06.404Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f4f7992-af3a-4db5-a159-1b4f46b357be
VfModuleModelInvariantUUID:535faca3-1d5a-42d5-8791-af3f7efe634a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca75457b-81c7-4d15-904c-4e9ec6fa2a9a
,
eb81ca58-c418-4835-a630-989f64cff2e6
,
416bddce-b8f6-40c9-99fa-a9c9ab957647

}
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-11-15T06:26:06.404Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eb81ca58-c418-4835-a630-989f64cff2e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-15T06:26:06.405Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:26:06.405Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:06.484Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:26:06.485Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml eb81ca58-c418-4835-a630-989f64cff2e6 1164
2022-11-15T06:26:06.485Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:06.485Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:06.485Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:26:06.486Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:06.487Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:06.488Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493566485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:26:06.588Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:06.589Z||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-11-15T06:26:06.589Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:06.598Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:06.598Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:07.488Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 416bddce-b8f6-40c9-99fa-a9c9ab957647 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-15T06:26:07.489Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:26:07.489Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:07.558Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:26:07.558Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 416bddce-b8f6-40c9-99fa-a9c9ab957647 200
2022-11-15T06:26:07.558Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:07.558Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:07.559Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:26:07.559Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:07.561Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:07.561Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493567558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:26:07.661Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:07.662Z||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-11-15T06:26:07.662Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:07.670Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:07.670Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:08.567Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8c4b7bb7-08e5-4508-9fce-002a0d21653d
2022-11-15T06:26:08.570Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 792b19d6-5786-44fe-b548-7ee0f2d32a2a 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=?
2022-11-15T06:26:08.595Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 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-11-15T06:26:08.604Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21df2404, org.onap.sdc.toscaparser.api.parameters.Input@3118015c, org.onap.sdc.toscaparser.api.parameters.Input@2cf83fee, org.onap.sdc.toscaparser.api.parameters.Input@1c7ee62f, org.onap.sdc.toscaparser.api.parameters.Input@44d90ea0]
2022-11-15T06:26:08.605Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.606Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:08.606Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-15T06:26:08.606Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a541aead-a533-405c-b6cf-dd5fa076d1b3
2022-11-15T06:26:08.606Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a541aead-a533-405c-b6cf-dd5fa076d1b3 matches Tosca VF Customization UUID: a541aead-a533-405c-b6cf-dd5fa076d1b3
2022-11-15T06:26:08.606Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a541aead-a533-405c-b6cf-dd5fa076d1b3  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-11-15T06:26:08.608Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.608Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:08.609Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a541aead-a533-405c-b6cf-dd5fa076d1b3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-15T06:26:08.609Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3374713b
2022-11-15T06:26:08.609Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.610Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:08.610Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 01602050-d760-4766-baaf-2c37a60cac89
2022-11-15T06:26:08.610Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 01602050-d760-4766-baaf-2c37a60cac89
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-11-15T06:26:08.612Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.612Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-15T06:26:08.612Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:26:08.613Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.613Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-15T06:26:08.613Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:26:08.613Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.614Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-15T06:26:08.614Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-15T06:26:08.614Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9562c978-b40c-4194-b861-05b6ddcec934
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-11-15T06:26:08.616Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.617Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-15T06:26:08.617Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:26:08.617Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.617Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-15T06:26:08.618Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a541aead-a533-405c-b6cf-dd5fa076d1b3
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-11-15T06:26:08.621Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.621Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:08.621Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8c4b7bb7-08e5-4508-9fce-002a0d21653d: basic_cnf
2022-11-15T06:26:08.621Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.621Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:08.621Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.622Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:08.622Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.622Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:08.622Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.622Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:08.622Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:26:08.622Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:26:08.623Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:08.676Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 792b19d6-5786-44fe-b548-7ee0f2d32a2a 1 ASDC deployResourceStructure
2022-11-15T06:26:08.677Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:08.677Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:08.678Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-15T06:26:08.678Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:08.696Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:08.696Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493568677,
  "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-11-15T06:26:08.780Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-11-15T06:26:08.781Z||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-11-15T06:26:08.781Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:08.791Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:08.792Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:09.698Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:09.698Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:09.698Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-15T06:26:09.698Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:09.700Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:09.700Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493569697,
  "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-11-15T06:26:09.801Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T06:26:09.803Z||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-11-15T06:26:09.803Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:09.813Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:09.813Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:10.701Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:10.701Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:10.701Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:26:10.702Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:10.703Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:10.703Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493570701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:26:10.804Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:10.805Z||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-11-15T06:26:10.805Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:10.817Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:10.817Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:11.704Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:11.705Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:11.705Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:26:11.705Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:11.707Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:11.707Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493571704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:26:11.808Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:11.808Z||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-11-15T06:26:11.808Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:11.819Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:11.819Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:12.709Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:12.709Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:12.709Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:26:12.710Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:12.712Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:12.712Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493572709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:26:12.812Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:12.813Z||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-11-15T06:26:12.813Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:12.825Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:12.825Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:13.713Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:13.714Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:13.714Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:26:13.714Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:13.716Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:13.716Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493573713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:26:13.816Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:13.817Z||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-11-15T06:26:13.817Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:13.825Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:13.826Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:26:14.717Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c57d59a5-1ff9-46f9-8417-6fdf43030f68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:26:15.442Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c57d59a5-1ff9-46f9-8417-6fdf43030f68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:26:15.445Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:26:15.445Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:26:15.445Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:26:15.445Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:26:15.445Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:26:15.445Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:26:15.445Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:26:15.446Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:26:15.446Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:26:15.446Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:15.451Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:26:45.451Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c57d59a5-1ff9-46f9-8417-6fdf43030f68 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-11-15T06:26:45.460Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c57d59a5-1ff9-46f9-8417-6fdf43030f68 and serviceModelVersionId: 8c4b7bb7-08e5-4508-9fce-002a0d21653d
2022-11-15T06:26:45.460Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10c649a8-0a1a-47f1-897d-43f704e10297
2022-11-15T06:26:45.460Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10c649a8-0a1a-47f1-897d-43f704e10297/model-vers/model-ver/8c4b7bb7-08e5-4508-9fce-002a0d21653d?depth=0
2022-11-15T06:26:45.464Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:26:45.503Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10c649a8-0a1a-47f1-897d-43f704e10297/model-vers/model-ver/8c4b7bb7-08e5-4508-9fce-002a0d21653d?depth=0|INFO|500||Invoke
2022-11-15T06:26:45.504Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10c649a8-0a1a-47f1-897d-43f704e10297/model-vers/model-ver/8c4b7bb7-08e5-4508-9fce-002a0d21653d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10c649a8-0a1a-47f1-897d-43f704e10297/model-vers/model-ver/8c4b7bb7-08e5-4508-9fce-002a0d21653d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c57d59a5-1ff9-46f9-8417-6fdf43030f68], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a7801c8-b4dd-4664-a60d-f5e730e69624], X-ECOMP-RequestID=[c57d59a5-1ff9-46f9-8417-6fdf43030f68], X-TransactionId=[], X-ONAP-RequestID=[c57d59a5-1ff9-46f9-8417-6fdf43030f68], Content-Type=[application/merge-patch+json]}
2022-11-15T06:26:45.524Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10c649a8-0a1a-47f1-897d-43f704e10297/model-vers/model-ver/8c4b7bb7-08e5-4508-9fce-002a0d21653d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-15T06:26:45.607Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10c649a8-0a1a-47f1-897d-43f704e10297/model-vers/model-ver/8c4b7bb7-08e5-4508-9fce-002a0d21653d?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/10c649a8-0a1a-47f1-897d-43f704e10297/model-vers/model-ver/8c4b7bb7-08e5-4508-9fce-002a0d21653d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221115-06:26:46:653-72789], vertex-id=[209048], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:26:46 GMT], Content-Type=[application/json]}
2022-11-15T06:26:45.607Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10c649a8-0a1a-47f1-897d-43f704e10297/model-vers/model-ver/8c4b7bb7-08e5-4508-9fce-002a0d21653d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:26:45.608Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10c649a8-0a1a-47f1-897d-43f704e10297/model-vers/model-ver/8c4b7bb7-08e5-4508-9fce-002a0d21653d?depth=0|INFO|500||InvokeReturn
2022-11-15T06:26:45.608Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:26:45.609Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:45.613Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:26:45.614Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c57d59a5-1ff9-46f9-8417-6fdf43030f68 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:26:45.614Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:26:45.614Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:26:45.617Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:26:45.617Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493605614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:26:45.717Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:26:45.718Z||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-11-15T06:26:45.718Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:45.731Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:45.732Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-15T06:26:46.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:26:46.628Z||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-11-15T06:26:46.628Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:26:56.893Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:26:56.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:26:56.895Z||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-11-15T06:26:56.895Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:27:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:27:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:27:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:27:04.233Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:27:04.233Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:27:04.233Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:27:04.233Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:27:06.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:27:06.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:27:06.442Z||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-11-15T06:27:06.442Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:27:15.976Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:27:15.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:27:15.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-11-15T06:27:15.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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:27:25.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:27:25.517Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:27:25.518Z||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-11-15T06:27:25.518Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:27:35.051Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:27:35.052Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:27:35.052Z||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-11-15T06:27:35.053Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:27:44.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:28:04.211Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:28:04.212Z||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-11-15T06:28:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:28:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:28:04.214Z||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-11-15T06:28:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:28:04.235Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:28:04.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:28:04.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:28:04.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-15T06:28:04.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493510566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493513075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493514138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493515190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493516316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493517319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:04.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493518323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493519327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62598099-9355-40f4-ac02-b202a3c4e5e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493550515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:28:04.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:28:04.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:28:04.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-15T06:28:04.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:28:04.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493310264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:28:04.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:28:04.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493560875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:28:04.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:04.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:28:04.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493563193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:28:04.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:28:13.752Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:29:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:29:04.211Z||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-11-15T06:29:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:29:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:29:04.214Z||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-11-15T06:29:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:29:04.734Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:29:04.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493564295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:29:04.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:04.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493565396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:29:04.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:04.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493566485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:29:04.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:04.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493567558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:29:04.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:04.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493568677,
  "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-11-15T06:29:04.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:04.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493569697,
  "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-11-15T06:29:04.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:04.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493570701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:29:04.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:04.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493571704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:29:04.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:04.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493572709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:29:04.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:04.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493573713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:29:04.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:04.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:29:04.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c57d59a5-1ff9-46f9-8417-6fdf43030f68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668493605614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:29:04.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:29:13.768Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:30:04.211Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:30:04.212Z||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-11-15T06:30:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:30:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:30:04.214Z||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-11-15T06:30:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:30:13.756Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:30:13.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:31:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:31:04.211Z||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-11-15T06:31:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:31:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:31:04.213Z||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-11-15T06:31:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:31:13.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:31:13.758Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:32:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:32:04.211Z||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-11-15T06:32:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:32:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:32:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:32:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:32:13.756Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:32:13.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:33:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:33:04.211Z||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-11-15T06:33:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:33:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:33:04.213Z||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-11-15T06:33:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:33:13.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:33:13.760Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:34:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:34:04.211Z||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-11-15T06:34:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:34:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:34:04.214Z||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-11-15T06:34:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:34:13.785Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:34:13.785Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:35:04.211Z||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-11-15T06:35:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:35:04.213Z||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-11-15T06:35:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:04.335Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:04.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494067896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494062698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494067896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494062698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494067896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494062698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494067896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494062698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494067896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494062698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494067896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494062698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494067896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494062698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494067896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494062698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494067896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.837Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:04.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494062698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"164ba7c2-622e-45f0-a327-3d5a3692d9c2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db","serviceDescription":"service","serviceInvariantUUID":"eb4305a0-a192-475b-ac51-1eae51cae2f1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"72513d9a-5b78-4469-810c-b706ac7587f5","resourceInvariantUUID":"4069e250-5c6d-4734-b7a0-ce79b50f4583","resourceCustomizationUUID":"b427d652-6639-4a15-9cb4-ac11badfd752","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":"ODU1MzQ5ZDAxNjE2NjZiMmQwZDBlMjI5MGE5YmE0OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b128548-5541-4185-9c0d-bccccad0f5b8","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":"MDc5NTcxMjM5NGFmOGRkM2VhNDQwZWQyODhiZDA5ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a89ca6cd-8500-40fc-9208-0198ddf6e28c","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":"62834609-98a8-4fb9-b2f7-5fbb5b9120f2","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":"e5320cf2-7cde-45b8-a865-62322f12af72","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":"7ed2c760-04df-4220-8c33-3717001abcf2","artifactVersion":"2","generatedFromUUID":"07728472-46e6-4fa2-a9fa-aa6d9053ed36"},{"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":"be62e237-afee-4092-a630-fbe2261f4c06","artifactVersion":"2","generatedFromUUID":"62834609-98a8-4fb9-b2f7-5fbb5b9120f2"},{"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":"07728472-46e6-4fa2-a9fa-aa6d9053ed36","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":"6a28d982-58a1-4bd3-8555-cfb83e3b817c","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":"YWY3NDA4NGE0MWMzZWI1MzQwODBiMzZjNzY4NzcyY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d21fdeb6-2151-4c27-9dfc-febf18aa6bd4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmQyZGFiMjY1YjMwYzQyMTRhOTNiYjJiNGVlNzMzMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c6d9198-3363-4816-a8d6-50372ef5f3ab","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:35:04.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494067896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.842Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:35:04.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.842Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:04.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494062698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494082601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.845Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494082398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.846Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.847Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:04.847Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494083658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494084725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494084951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:35:04.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494085787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494085957,
  "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-11-15T06:35:04.880Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 164ba7c2-622e-45f0-a327-3d5a3692d9c2
2022-11-15T06:35:04.880Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 164ba7c2-622e-45f0-a327-3d5a3692d9c2 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-11-15T06:35:04.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494086858,
  "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-11-15T06:35:04.896Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 164ba7c2-622e-45f0-a327-3d5a3692d9c2
2022-11-15T06:35:04.897Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 164ba7c2-622e-45f0-a327-3d5a3692d9c2 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-11-15T06:35:04.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494087606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494087862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:35:04.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494087996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494088874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494088874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "cds",
  "timestamp": 1668494090377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T06:35:04.927Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 164ba7c2-622e-45f0-a327-3d5a3692d9c2
2022-11-15T06:35:04.927Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 164ba7c2-622e-45f0-a327-3d5a3692d9c2 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-11-15T06:35:04.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494088874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494088874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494088874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494075271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494088874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494095150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494088874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "aai-ml",
  "timestamp": 1668494096153,
  "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-11-15T06:35:04.947Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:04.952Z||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-11-15T06:35:04.952Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:04.954Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 164ba7c2-622e-45f0-a327-3d5a3692d9c2
2022-11-15T06:35:04.954Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 164ba7c2-622e-45f0-a327-3d5a3692d9c2 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-11-15T06:35:04.961Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:04.962Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494088874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494097688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "cds",
  "timestamp": 1668494076839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494098742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494097895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "cds",
  "timestamp": 1668494099498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494097895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494099828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494097895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494100854,
  "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-11-15T06:35:04.979Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00e525d8-e55b-4521-b336-771ce3f961c1
2022-11-15T06:35:04.979Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00e525d8-e55b-4521-b336-771ce3f961c1 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-11-15T06:35:04.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "cds",
  "timestamp": 1668494100836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T06:35:04.991Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00e525d8-e55b-4521-b336-771ce3f961c1
2022-11-15T06:35:04.991Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00e525d8-e55b-4521-b336-771ce3f961c1 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-11-15T06:35:04.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494097895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:04.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:04.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:04.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494101861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494097895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:05.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:05.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494097895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:05.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:05.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:05.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494077199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:35:05.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:05.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:35:05.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494097895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:05.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:35:05.848Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:35:05.848Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:05.850Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:05.850Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:35:05.950Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:35:05.951Z||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-11-15T06:35:05.952Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:05.962Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:05.962Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:35:06.851Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:35:06.851Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:06.854Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:06.854Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:35:06.954Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:06.955Z||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-11-15T06:35:06.955Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:06.968Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:06.969Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:07.854Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:35:07.855Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:07.857Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:07.857Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:07.957Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:07.958Z||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-11-15T06:35:07.958Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:07.969Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:07.970Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:08.857Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:35:08.858Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:08.860Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:08.860Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-15T06:35:08.960Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:08.961Z||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-11-15T06:35:08.961Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:08.972Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:08.972Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:09.860Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:35:09.861Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:09.864Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:09.864Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-15T06:35:09.964Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:09.964Z||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-11-15T06:35:09.965Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:09.974Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:09.974Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:10.864Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:35:10.865Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:10.868Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:10.868Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-15T06:35:10.968Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:10.969Z||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-11-15T06:35:10.969Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:10.979Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:10.980Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:11.869Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:35:11.869Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:11.871Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:11.872Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:11.971Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:35:11.972Z||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-11-15T06:35:11.972Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:11.983Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:11.983Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:35:12.872Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:35:12.872Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:12.874Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:12.874Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:35:12.974Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:35:12.975Z||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-11-15T06:35:12.975Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:12.985Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:12.986Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:13.875Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:35:13.876Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:13.878Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:13.878Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:35:13.978Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:13.979Z||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-11-15T06:35:13.979Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:13.990Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:13.991Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:35:14.879Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb4305a0-a192-475b-ac51-1eae51cae2f1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b427d652-6639-4a15-9cb4-ac11badfd752",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "72513d9a-5b78-4469-810c-b706ac7587f5",
      "resourceInvariantUUID": "4069e250-5c6d-4734-b7a0-ce79b50f4583",
      "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": "MDc5NTcxMjM5NGFmOGRkM2VhNDQwZWQyODhiZDA5ZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a89ca6cd-8500-40fc-9208-0198ddf6e28c",
          "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": "62834609-98a8-4fb9-b2f7-5fbb5b9120f2",
          "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": "be62e237-afee-4092-a630-fbe2261f4c06",
            "generatedFromUUID": "62834609-98a8-4fb9-b2f7-5fbb5b9120f2"
          },
          "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": "7ed2c760-04df-4220-8c33-3717001abcf2",
          "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": "be62e237-afee-4092-a630-fbe2261f4c06",
          "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": "07728472-46e6-4fa2-a9fa-aa6d9053ed36",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZmQyZGFiMjY1YjMwYzQyMTRhOTNiYjJiNGVlNzMzMjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c6d9198-3363-4816-a8d6-50372ef5f3ab"
    }
  ],
  "workloadContext": "Production"
}
2022-11-15T06:35:14.880Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:35:14.880Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db ASDC
2022-11-15T06:35:14.881Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:164ba7c2-622e-45f0-a327-3d5a3692d9c2
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db
ServiceInvariantUUID:eb4305a0-a192-475b-ac51-1eae51cae2f1
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:3c6d9198-3363-4816-a8d6-50372ef5f3ab
ArtifactChecksum:ZmQyZGFiMjY1YjMwYzQyMTRhOTNiYjJiNGVlNzMzMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b427d652-6639-4a15-9cb4-ac11badfd752
ResourceInvariantUUID:4069e250-5c6d-4734-b7a0-ce79b50f4583
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:72513d9a-5b78-4469-810c-b706ac7587f5
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:a89ca6cd-8500-40fc-9208-0198ddf6e28c
ArtifactChecksum:MDc5NTcxMjM5NGFmOGRkM2VhNDQwZWQyODhiZDA5ZDE=
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:62834609-98a8-4fb9-b2f7-5fbb5b9120f2
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:be62e237-afee-4092-a630-fbe2261f4c06
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:7ed2c760-04df-4220-8c33-3717001abcf2
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:be62e237-afee-4092-a630-fbe2261f4c06
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:07728472-46e6-4fa2-a9fa-aa6d9053ed36
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-15T06:35:14.881Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db 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-11-15T06:35:14.920Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:35:14.921Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-15T06:35:14.921Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-15T06:35:14.921Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3c6d9198-3363-4816-a8d6-50372ef5f3ab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-15T06:35:14.921Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:35:14.922Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-15T06:35:15.084Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:35:15.092Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3c6d9198-3363-4816-a8d6-50372ef5f3ab 162983
2022-11-15T06:35:15.092Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-15T06:35:15.092Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-15T06:35:15.093Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:35:15.093Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:15.095Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:15.095Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494115092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:15.196Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T06:35:15.197Z||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-11-15T06:35:15.197Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:15.208Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:15.208Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:16.096Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:35:16.097Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-15T06:35:16.097Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3c6d9198-3363-4816-a8d6-50372ef5f3ab, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-15T06:35:16.098Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-15T06:35:16.099Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-15T06:35:16.100Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-15T06:35:16.315Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12395381316123754207/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-15T06:35:17.506Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:35:17.507Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-15T06:35:17.507Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-15T06:35:17.507Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-15T06:35:17.507Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-15T06:35:17.507Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-15T06:35:17.507Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:17.508Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:17.508Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-15T06:35:17.508Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.508Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:17.508Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-15T06:35:17.508Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-15T06:35:17.509Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:35:17.509Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.509Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:17.509Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-15T06:35:17.509Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-15T06:35:17.509Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:35:17.510Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.510Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:17.510Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.510Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-15T06:35:17.510Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-15T06:35:17.510Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-15T06:35:17.511Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-15T06:35:17.511Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.511Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:35:17.511Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.511Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-15T06:35:17.511Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:35:17.512Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.512Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-15T06:35:17.512Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:35:17.512Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.512Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-15T06:35:17.513Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:35:17.513Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.513Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-15T06:35:17.513Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:35:17.513Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.513Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-15T06:35:17.513Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-15T06:35:17.514Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=3b44e485-02f3-4bbb-8ef7-96c6391dc199
2022-11-15T06:35:17.514Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.514Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:17.514Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.514Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:17.514Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.514Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:17.514Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:17.515Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:17.515Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db
Model Version:NULL
Model InvariantUuid:eb4305a0-a192-475b-ac51-1eae51cae2f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:2f2c4d90-4ec7-4a04-8aa4-0c3f398de5af
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4069e250-5c6d-4734-b7a0-ce79b50f4583
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b427d652-6639-4a15-9cb4-ac11badfd752
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bc832f1f-ba3f-49b7-9c94-a7ed3bc41858
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:f23d9807-2f87-4997-b58b-744722cf5106
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:248a41d2-770f-437b-87b2-1ac2512b3533
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c0a4aa74-aafe-43a6-a052-2fbedc55e94e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3b44e485-02f3-4bbb-8ef7-96c6391dc199
ModelInvariantUuid:0eaec555-a5f0-4818-8b01-16ba538ca80e
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:eb4645c4-5d29-45e6-bc29-c1bfc117496d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:411f6faf-9cfe-4438-9827-9b00ce76de6a
ModelInvariantUuid:6a2c93a1-aa37-4cd9-a06c-679acfcb6cd0
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ff5ca54e-3b01-48db-9f38-3b18cb724521
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-11-15T06:35:17.522Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 72513d9a-5b78-4469-810c-b706ac7587f5
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-11-15T06:35:17.525Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-11-15T06:35:17.526Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 72513d9a-5b78-4469-810c-b706ac7587f5
2022-11-15T06:35:17.526Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a89ca6cd-8500-40fc-9208-0198ddf6e28c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-15T06:35:17.526Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:35:17.526Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:17.577Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:35:17.578Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a89ca6cd-8500-40fc-9208-0198ddf6e28c 1565
2022-11-15T06:35:17.578Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:17.578Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:17.578Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:35:17.578Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:17.580Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:17.580Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494117578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:17.680Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:17.682Z||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-11-15T06:35:17.682Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:17.690Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:17.690Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:18.581Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "248a41d2-770f-437b-87b2-1ac2512b3533",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0a4aa74-aafe-43a6-a052-2fbedc55e94e",
    "vfModuleModelCustomizationUUID": "be6e4d7b-7ed1-4310-abff-e8184b204c9b",
    "isBase": true,
    "artifacts": [
      "62834609-98a8-4fb9-b2f7-5fbb5b9120f2",
      "be62e237-afee-4092-a630-fbe2261f4c06"
    ],
    "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": "bc832f1f-ba3f-49b7-9c94-a7ed3bc41858",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f23d9807-2f87-4997-b58b-744722cf5106",
    "vfModuleModelCustomizationUUID": "c825c016-fbb1-47c5-9d9d-01550ef64844",
    "isBase": false,
    "artifacts": [
      "07728472-46e6-4fa2-a9fa-aa6d9053ed36"
    ],
    "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-11-15T06:35:18.584Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0a4aa74-aafe-43a6-a052-2fbedc55e94e
VfModuleModelInvariantUUID:248a41d2-770f-437b-87b2-1ac2512b3533
VfModuleModelDescription:NULL
Artifacts UUID List:{
62834609-98a8-4fb9-b2f7-5fbb5b9120f2
,
be62e237-afee-4092-a630-fbe2261f4c06

}
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:f23d9807-2f87-4997-b58b-744722cf5106
VfModuleModelInvariantUUID:bc832f1f-ba3f-49b7-9c94-a7ed3bc41858
VfModuleModelDescription:NULL
Artifacts UUID List:{
07728472-46e6-4fa2-a9fa-aa6d9053ed36

}
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-11-15T06:35:18.586Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "248a41d2-770f-437b-87b2-1ac2512b3533",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0a4aa74-aafe-43a6-a052-2fbedc55e94e",
    "vfModuleModelCustomizationUUID": "be6e4d7b-7ed1-4310-abff-e8184b204c9b",
    "isBase": true,
    "artifacts": [
      "62834609-98a8-4fb9-b2f7-5fbb5b9120f2",
      "be62e237-afee-4092-a630-fbe2261f4c06"
    ],
    "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": "bc832f1f-ba3f-49b7-9c94-a7ed3bc41858",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f23d9807-2f87-4997-b58b-744722cf5106",
    "vfModuleModelCustomizationUUID": "c825c016-fbb1-47c5-9d9d-01550ef64844",
    "isBase": false,
    "artifacts": [
      "07728472-46e6-4fa2-a9fa-aa6d9053ed36"
    ],
    "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-11-15T06:35:18.587Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0a4aa74-aafe-43a6-a052-2fbedc55e94e
VfModuleModelInvariantUUID:248a41d2-770f-437b-87b2-1ac2512b3533
VfModuleModelDescription:NULL
Artifacts UUID List:{
62834609-98a8-4fb9-b2f7-5fbb5b9120f2
,
be62e237-afee-4092-a630-fbe2261f4c06

}
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:f23d9807-2f87-4997-b58b-744722cf5106
VfModuleModelInvariantUUID:bc832f1f-ba3f-49b7-9c94-a7ed3bc41858
VfModuleModelDescription:NULL
Artifacts UUID List:{
07728472-46e6-4fa2-a9fa-aa6d9053ed36

}
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-11-15T06:35:18.587Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 62834609-98a8-4fb9-b2f7-5fbb5b9120f2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-15T06:35:18.587Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:35:18.587Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:18.661Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:35:18.662Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 62834609-98a8-4fb9-b2f7-5fbb5b9120f2 914
2022-11-15T06:35:18.662Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:18.662Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:18.662Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:35:18.662Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:18.675Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:18.675Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494118662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:18.764Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-11-15T06:35:18.766Z||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-11-15T06:35:18.766Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:18.777Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:18.777Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:19.676Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7ed2c760-04df-4220-8c33-3717001abcf2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-15T06:35:19.676Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:35:19.676Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:19.737Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:35:19.738Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 7ed2c760-04df-4220-8c33-3717001abcf2 12
2022-11-15T06:35:19.738Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:19.738Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:19.738Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:35:19.738Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:19.740Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:19.740Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494119738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:19.841Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:35:19.842Z||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-11-15T06:35:19.843Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:19.853Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:19.854Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:20.741Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: be62e237-afee-4092-a630-fbe2261f4c06 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-15T06:35:20.741Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:35:20.741Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:20.796Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:35:20.797Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env be62e237-afee-4092-a630-fbe2261f4c06 96
2022-11-15T06:35:20.797Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:20.797Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:20.798Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:35:20.798Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:20.800Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:20.800Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494120797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:20.903Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-15T06:35:20.904Z||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-11-15T06:35:20.905Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:20.919Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:20.920Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:21.801Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 07728472-46e6-4fa2-a9fa-aa6d9053ed36 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-15T06:35:21.801Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:35:21.801Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:21.859Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:35:21.859Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 07728472-46e6-4fa2-a9fa-aa6d9053ed36 20206
2022-11-15T06:35:21.860Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:21.860Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:21.860Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:35:21.860Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:21.862Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:21.862Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494121860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:35:21.962Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:21.963Z||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-11-15T06:35:21.963Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:21.972Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:21.973Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:35:22.866Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db
2022-11-15T06:35:22.867Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 72513d9a-5b78-4469-810c-b706ac7587f5 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-11-15T06:35:22.884Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c9dd61c, org.onap.sdc.toscaparser.api.parameters.Input@4866d525, org.onap.sdc.toscaparser.api.parameters.Input@20015849, org.onap.sdc.toscaparser.api.parameters.Input@123d9bf1, org.onap.sdc.toscaparser.api.parameters.Input@50d2829c]
2022-11-15T06:35:22.885Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.885Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:22.886Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-15T06:35:22.886Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b427d652-6639-4a15-9cb4-ac11badfd752
2022-11-15T06:35:22.886Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b427d652-6639-4a15-9cb4-ac11badfd752 matches Tosca VF Customization UUID: b427d652-6639-4a15-9cb4-ac11badfd752
2022-11-15T06:35:22.886Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b427d652-6639-4a15-9cb4-ac11badfd752  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-11-15T06:35:22.889Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.890Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:22.890Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b427d652-6639-4a15-9cb4-ac11badfd752: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-15T06:35:22.890Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a969da8
2022-11-15T06:35:22.890Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.891Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:35:22.891Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c825c016-fbb1-47c5-9d9d-01550ef64844
2022-11-15T06:35:22.891Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c825c016-fbb1-47c5-9d9d-01550ef64844
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-11-15T06:35:22.894Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.894Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-15T06:35:22.894Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:35:22.894Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.894Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-15T06:35:22.895Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:35:22.895Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.895Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-15T06:35:22.895Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b427d652-6639-4a15-9cb4-ac11badfd752
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-11-15T06:35:22.897Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.897Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:22.898Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db: basic_cnf_macro
2022-11-15T06:35:22.898Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.898Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:22.898Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.898Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:22.898Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.899Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:22.899Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.899Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:22.899Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:35:22.899Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:35:22.900Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:22.934Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 72513d9a-5b78-4469-810c-b706ac7587f5 2 ASDC deployResourceStructure
2022-11-15T06:35:22.934Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:22.935Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:22.935Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:35:22.935Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:22.937Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:22.937Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494122934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:35:23.037Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:23.038Z||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-11-15T06:35:23.038Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:23.048Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:23.049Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:23.938Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:23.938Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:23.938Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:35:23.938Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:23.940Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:23.940Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:35:24.040Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:24.041Z||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-11-15T06:35:24.041Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:24.052Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:24.052Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:24.941Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:24.941Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:24.941Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-15T06:35:24.941Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:24.943Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:24.943Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494124941,
  "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-11-15T06:35:25.043Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:25.044Z||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-11-15T06:35:25.045Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:25.054Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:25.054Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:25.944Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:25.944Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:25.945Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:35:25.945Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:25.946Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:25.946Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494125944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:35:26.047Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:26.048Z||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-11-15T06:35:26.048Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:26.057Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:26.058Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:26.947Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:26.947Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||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-11-15T06:35:26.947Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-15T06:35:26.948Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:26.949Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:26.950Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494126947,
  "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-11-15T06:35:27.050Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:35:27.050Z||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-11-15T06:35:27.051Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:27.060Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:27.060Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:27.950Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-15T06:35:27.950Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-15T06:35:27.950Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:35:27.951Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:27.952Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:27.952Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494127950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:35:28.052Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:35:28.053Z||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-11-15T06:35:28.053Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:28.064Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:28.064Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:35:28.953Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 164ba7c2-622e-45f0-a327-3d5a3692d9c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:35:28.961Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 164ba7c2-622e-45f0-a327-3d5a3692d9c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:35:28.964Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:35:28.964Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:35:28.964Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:35:28.964Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:35:28.964Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:35:28.964Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:35:28.964Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:35:28.964Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:35:28.964Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:35:28.964Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T06:35:28.969Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:35:58.969Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 164ba7c2-622e-45f0-a327-3d5a3692d9c2 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-11-15T06:35:58.975Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 164ba7c2-622e-45f0-a327-3d5a3692d9c2 and serviceModelVersionId: 0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db
2022-11-15T06:35:58.975Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb4305a0-a192-475b-ac51-1eae51cae2f1
2022-11-15T06:35:58.976Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb4305a0-a192-475b-ac51-1eae51cae2f1/model-vers/model-ver/0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db?depth=0
2022-11-15T06:35:58.981Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:35:59.030Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb4305a0-a192-475b-ac51-1eae51cae2f1/model-vers/model-ver/0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db?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-11-15T06:35:59.033Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb4305a0-a192-475b-ac51-1eae51cae2f1/model-vers/model-ver/0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db?depth=0|INFO|500||Invoke
2022-11-15T06:35:59.052Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb4305a0-a192-475b-ac51-1eae51cae2f1/model-vers/model-ver/0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-15T06:35:59.208Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb4305a0-a192-475b-ac51-1eae51cae2f1/model-vers/model-ver/0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db?depth=0|INFO|500||InvokeReturn
2022-11-15T06:35:59.209Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb4305a0-a192-475b-ac51-1eae51cae2f1/model-vers/model-ver/0404a9bf-08c1-4c3f-a5da-3ce0ba2ff6db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-06:36:00:182-59863], vertex-id=[262176], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:36:00 GMT], Content-Type=[application/json]}
2022-11-15T06:35:59.209Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:35:59.210Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:35:59.210Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-15T06:35:59.218Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-15T06:35:59.218Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 164ba7c2-622e-45f0-a327-3d5a3692d9c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:35:59.218Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:35:59.219Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:35:59.221Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:35:59.221Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494159218,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:35:59.321Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:35:59.323Z||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-11-15T06:35:59.323Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:35:59.341Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:35:59.341Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-15T06:36:00.233Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T06:36:00.233Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"00e525d8-e55b-4521-b336-771ce3f961c1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"eda694f3-4a89-48f1-b8dc-dfab1f5cb365","serviceDescription":"service","serviceInvariantUUID":"008fc69b-18a3-456f-a389-877171e42e6b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a8ebd9-2d31-4216-a922-febea451adf9","resourceInvariantUUID":"2599289d-a6b7-4e65-9a83-17ab4cb090de","resourceCustomizationUUID":"f0172e4d-f0c5-4ca4-9690-9e17c0157c83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MWQ5YjZmZTE0ZTBiMjY0MGIyYTliMTI2YjMzMTQwODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e30b2360-d8df-4643-9f17-56ac7659afad","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MjVhZGJjMWUwMjVhODUwYmI4N2ViMTY0NzEzMzEyZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59fe2379-8af6-483d-b5f9-7de59f5ae56b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1422d7d5-889e-404d-b8cd-bdf109357c29","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c43b4dca-afea-4157-a0e9-511ec5a2066a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee623210-c7dd-40d3-82f6-94b679735557","artifactVersion":"2","generatedFromUUID":"1422d7d5-889e-404d-b8cd-bdf109357c29"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YjBlZDg3NjBmMmE4ZGEyMDc2MDljYjVmYTA4OGFkNDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"800610b7-f8fe-42a9-96c5-b84bf0db2469","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"OTRmZWY3YTdkNTk3NzJlY2UwMDg3ZTBiNmQxZGJlODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8cf47570-2b7f-42b3-a630-06af65bb5e49","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjZhNjNhMzU4N2ZkOTIyMzQ2MTU5MDY5YzJlYzFhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de6bb9e4-c061-4f80-a3b4-f48a59b3be5c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:36:00.234Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:36:00.234Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:00.236Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:00.236Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:36:00.337Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:00.337Z||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-11-15T06:36:00.338Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:00.348Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:00.348Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:01.238Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:36:01.239Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:01.241Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:01.241Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:36:01.341Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:01.342Z||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-11-15T06:36:01.342Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:01.355Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:01.355Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:02.242Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:36:02.242Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:02.245Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:02.245Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:36:02.347Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T06:36:02.348Z||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-11-15T06:36:02.348Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:02.366Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:02.366Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:36:03.246Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:36:03.247Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:03.249Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:03.249Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:36:03.349Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:03.350Z||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-11-15T06:36:03.350Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:03.360Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:03.361Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:36:04.214Z||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-11-15T06:36:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:04.233Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:04.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:36:04.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494105367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:36:04.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:36:04.252Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:36:04.252Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:04.254Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:04.254Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-15T06:36:04.354Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:04.355Z||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-11-15T06:36:04.355Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:04.364Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:04.364Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:05.255Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:36:05.256Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:05.257Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:05.258Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:36:05.358Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:05.360Z||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-11-15T06:36:05.360Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:05.370Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:05.370Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:06.258Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:36:06.259Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:06.261Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:06.261Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:36:06.361Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:06.362Z||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-11-15T06:36:06.362Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:06.372Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:06.372Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:36:07.261Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:36:07.262Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:07.264Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:07.264Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:36:07.364Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:07.364Z||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-11-15T06:36:07.365Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:07.374Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:07.374Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:36:08.264Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "eda694f3-4a89-48f1-b8dc-dfab1f5cb365",
  "serviceDescription": "service",
  "serviceInvariantUUID": "008fc69b-18a3-456f-a389-877171e42e6b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f0172e4d-f0c5-4ca4-9690-9e17c0157c83",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a8ebd9-2d31-4216-a922-febea451adf9",
      "resourceInvariantUUID": "2599289d-a6b7-4e65-9a83-17ab4cb090de",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MjVhZGJjMWUwMjVhODUwYmI4N2ViMTY0NzEzMzEyZmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "59fe2379-8af6-483d-b5f9-7de59f5ae56b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1422d7d5-889e-404d-b8cd-bdf109357c29",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ee623210-c7dd-40d3-82f6-94b679735557",
            "generatedFromUUID": "1422d7d5-889e-404d-b8cd-bdf109357c29"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ee623210-c7dd-40d3-82f6-94b679735557",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjZhNjNhMzU4N2ZkOTIyMzQ2MTU5MDY5YzJlYzFhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de6bb9e4-c061-4f80-a3b4-f48a59b3be5c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-15T06:36:08.265Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:36:08.265Z|164ba7c2-622e-45f0-a327-3d5a3692d9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda694f3-4a89-48f1-b8dc-dfab1f5cb365 ASDC
2022-11-15T06:36:08.265Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:00e525d8-e55b-4521-b336-771ce3f961c1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:eda694f3-4a89-48f1-b8dc-dfab1f5cb365
ServiceInvariantUUID:008fc69b-18a3-456f-a389-877171e42e6b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:de6bb9e4-c061-4f80-a3b4-f48a59b3be5c
ArtifactChecksum:YjZhNjNhMzU4N2ZkOTIyMzQ2MTU5MDY5YzJlYzFhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f0172e4d-f0c5-4ca4-9690-9e17c0157c83
ResourceInvariantUUID:2599289d-a6b7-4e65-9a83-17ab4cb090de
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:71a8ebd9-2d31-4216-a922-febea451adf9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:59fe2379-8af6-483d-b5f9-7de59f5ae56b
ArtifactChecksum:MjVhZGJjMWUwMjVhODUwYmI4N2ViMTY0NzEzMzEyZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:1422d7d5-889e-404d-b8cd-bdf109357c29
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ee623210-c7dd-40d3-82f6-94b679735557
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ee623210-c7dd-40d3-82f6-94b679735557
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-15T06:36:08.265Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda694f3-4a89-48f1-b8dc-dfab1f5cb365 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-11-15T06:36:08.301Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:36:08.301Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-15T06:36:08.301Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-15T06:36:08.301Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de6bb9e4-c061-4f80-a3b4-f48a59b3be5c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-15T06:36:08.302Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:36:08.302Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-15T06:36:08.375Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:36:08.378Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar de6bb9e4-c061-4f80-a3b4-f48a59b3be5c 82634
2022-11-15T06:36:08.379Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-15T06:36:08.379Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-15T06:36:08.379Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:36:08.379Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:08.381Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:08.381Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494168379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:36:08.481Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:08.482Z||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-11-15T06:36:08.482Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:08.493Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:08.494Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:09.381Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:36:09.382Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-15T06:36:09.382Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: de6bb9e4-c061-4f80-a3b4-f48a59b3be5c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:09.382Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-15T06:36:09.382Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:09.382Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:09.511Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5556568699594023277/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-15T06:36:10.564Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:36:10.564Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-15T06:36:10.565Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:10.565Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-15T06:36:10.565Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:10.565Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:10.565Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:10.565Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:10.565Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:10.565Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:10.566Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-15T06:36:10.566Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-15T06:36:10.566Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.566Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:10.566Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-15T06:36:10.567Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-15T06:36:10.567Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:36:10.567Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.567Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:10.568Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-15T06:36:10.568Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-15T06:36:10.568Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:36:10.568Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.568Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:10.569Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.569Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-15T06:36:10.569Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-15T06:36:10.569Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-15T06:36:10.569Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-15T06:36:10.569Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-15T06:36:10.570Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-15T06:36:10.570Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.570Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:36:10.570Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.570Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-15T06:36:10.571Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:36:10.571Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.571Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-15T06:36:10.571Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:36:10.571Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.572Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-15T06:36:10.572Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:36:10.572Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.572Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-15T06:36:10.572Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-15T06:36:10.572Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-15T06:36:10.573Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fc389e84-b302-4e96-9530-7d57792e06bb
2022-11-15T06:36:10.573Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.573Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:10.573Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.573Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:10.574Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.574Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:10.574Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:10.574Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:10.574Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:eda694f3-4a89-48f1-b8dc-dfab1f5cb365
Model Version:NULL
Model InvariantUuid:008fc69b-18a3-456f-a389-877171e42e6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:1c289a6a-eb97-4203-855e-f3bf97137c89
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2599289d-a6b7-4e65-9a83-17ab4cb090de
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f0172e4d-f0c5-4ca4-9690-9e17c0157c83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a0ea5717-4a09-42c3-bf8a-615c0dd4596b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:c9babaff-a564-4e3a-b9bb-dc7db60c1dec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fc389e84-b302-4e96-9530-7d57792e06bb
ModelInvariantUuid:d68dc13f-58b4-4456-8535-d12e3c9f0ba2
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f4cf6728-77b1-48a7-80c7-51fcabcb7678
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:864ac5ed-111f-4bc7-8f09-398c244c7758
ModelInvariantUuid:d6193f99-7735-4c66-b988-11fb249b4666
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0fd910eb-1bd0-4172-9a50-1367b20951c3
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-11-15T06:36:10.581Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a8ebd9-2d31-4216-a922-febea451adf9
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-11-15T06:36:10.584Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-11-15T06:36:10.584Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a8ebd9-2d31-4216-a922-febea451adf9
2022-11-15T06:36:10.584Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 59fe2379-8af6-483d-b5f9-7de59f5ae56b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-15T06:36:10.584Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:36:10.584Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-15T06:36:10.762Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:36:10.763Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 59fe2379-8af6-483d-b5f9-7de59f5ae56b 792
2022-11-15T06:36:10.763Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-15T06:36:10.763Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-15T06:36:10.763Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:36:10.763Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:10.765Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:10.765Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494170763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:36:10.865Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:10.867Z||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-11-15T06:36:10.867Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:10.877Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:10.877Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:11.766Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a0ea5717-4a09-42c3-bf8a-615c0dd4596b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c9babaff-a564-4e3a-b9bb-dc7db60c1dec",
    "vfModuleModelCustomizationUUID": "adb68939-a67c-43cb-97fd-7d51cdcee98a",
    "isBase": true,
    "artifacts": [
      "1422d7d5-889e-404d-b8cd-bdf109357c29",
      "ee623210-c7dd-40d3-82f6-94b679735557"
    ],
    "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-11-15T06:36:11.770Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9babaff-a564-4e3a-b9bb-dc7db60c1dec
VfModuleModelInvariantUUID:a0ea5717-4a09-42c3-bf8a-615c0dd4596b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1422d7d5-889e-404d-b8cd-bdf109357c29
,
ee623210-c7dd-40d3-82f6-94b679735557

}
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-11-15T06:36:11.772Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a0ea5717-4a09-42c3-bf8a-615c0dd4596b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c9babaff-a564-4e3a-b9bb-dc7db60c1dec",
    "vfModuleModelCustomizationUUID": "adb68939-a67c-43cb-97fd-7d51cdcee98a",
    "isBase": true,
    "artifacts": [
      "1422d7d5-889e-404d-b8cd-bdf109357c29",
      "ee623210-c7dd-40d3-82f6-94b679735557"
    ],
    "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-11-15T06:36:11.772Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9babaff-a564-4e3a-b9bb-dc7db60c1dec
VfModuleModelInvariantUUID:a0ea5717-4a09-42c3-bf8a-615c0dd4596b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1422d7d5-889e-404d-b8cd-bdf109357c29
,
ee623210-c7dd-40d3-82f6-94b679735557

}
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-11-15T06:36:11.772Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1422d7d5-889e-404d-b8cd-bdf109357c29 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-15T06:36:11.772Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:36:11.773Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-15T06:36:11.882Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:36:11.883Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1422d7d5-889e-404d-b8cd-bdf109357c29 5033
2022-11-15T06:36:11.883Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-15T06:36:11.883Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-15T06:36:11.883Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:36:11.884Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:11.886Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:11.886Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494171883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:36:11.986Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:11.987Z||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-11-15T06:36:11.987Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:11.998Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:11.998Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:36:12.886Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ee623210-c7dd-40d3-82f6-94b679735557 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-15T06:36:12.886Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:36:12.887Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-15T06:36:12.957Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:36:12.958Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ee623210-c7dd-40d3-82f6-94b679735557 903
2022-11-15T06:36:12.958Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-15T06:36:12.958Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-15T06:36:12.958Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:36:12.958Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:12.960Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:12.960Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494172958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:36:13.060Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:13.061Z||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-11-15T06:36:13.061Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:13.071Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:13.072Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:13.960Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: eda694f3-4a89-48f1-b8dc-dfab1f5cb365
2022-11-15T06:36:13.961Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 71a8ebd9-2d31-4216-a922-febea451adf9 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-11-15T06:36:13.972Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49faa40, org.onap.sdc.toscaparser.api.parameters.Input@7bc897d6, org.onap.sdc.toscaparser.api.parameters.Input@5a5c0aa7, org.onap.sdc.toscaparser.api.parameters.Input@5b4b4b59, org.onap.sdc.toscaparser.api.parameters.Input@22ff37da]
2022-11-15T06:36:13.974Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.974Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:13.974Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-15T06:36:13.975Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f0172e4d-f0c5-4ca4-9690-9e17c0157c83
2022-11-15T06:36:13.975Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f0172e4d-f0c5-4ca4-9690-9e17c0157c83 matches Tosca VF Customization UUID: f0172e4d-f0c5-4ca4-9690-9e17c0157c83
2022-11-15T06:36:13.975Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f0172e4d-f0c5-4ca4-9690-9e17c0157c83  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-11-15T06:36:13.977Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.978Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:13.979Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f0172e4d-f0c5-4ca4-9690-9e17c0157c83: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-15T06:36:13.979Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2695dc7d
2022-11-15T06:36:13.979Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.979Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:36:13.980Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : adb68939-a67c-43cb-97fd-7d51cdcee98a
2022-11-15T06:36:13.980Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID adb68939-a67c-43cb-97fd-7d51cdcee98a
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-11-15T06:36:13.982Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.982Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-15T06:36:13.983Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:36:13.983Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.983Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-15T06:36:13.984Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:36:13.984Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.984Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-15T06:36:13.985Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-15T06:36:13.985Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-15T06:36:13.985Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fc389e84-b302-4e96-9530-7d57792e06bb
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-11-15T06:36:13.988Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.988Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-15T06:36:13.988Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:36:13.989Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.989Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-15T06:36:13.989Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f0172e4d-f0c5-4ca4-9690-9e17c0157c83
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-11-15T06:36:13.991Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.991Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:13.991Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid eda694f3-4a89-48f1-b8dc-dfab1f5cb365: basic_vm_macro
2022-11-15T06:36:13.991Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.992Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:13.992Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.992Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:13.992Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.992Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:13.992Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.993Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:13.993Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:36:13.993Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:36:13.993Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-15T06:36:14.060Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 71a8ebd9-2d31-4216-a922-febea451adf9 1 ASDC deployResourceStructure
2022-11-15T06:36:14.060Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-15T06:36:14.061Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-15T06:36:14.061Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:36:14.061Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:14.063Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:14.063Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494174060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:36:14.163Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:14.164Z||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-11-15T06:36:14.164Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:14.175Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:14.175Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:15.064Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-15T06:36:15.064Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-15T06:36:15.064Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:36:15.064Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:15.066Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:15.066Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494175064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:36:15.166Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:15.167Z||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-11-15T06:36:15.167Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:15.177Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:15.178Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:16.067Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-15T06:36:16.068Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-15T06:36:16.068Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:36:16.068Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:16.070Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:16.070Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494176067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:36:16.170Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:36:16.171Z||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-11-15T06:36:16.171Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:16.181Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:16.181Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:36:17.071Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-15T06:36:17.072Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-15T06:36:17.072Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:36:17.073Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:36:17.075Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:36:17.075Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494177071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:36:17.175Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:36:17.176Z||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-11-15T06:36:17.176Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:36:17.186Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:36:17.186Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:36:18.076Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:36:18.087Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:36:18.089Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:36:18.089Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:36:18.089Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:36:48.089Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:36:48.099Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:36:48.101Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:36:48.101Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:36:48.101Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:37:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:37:04.214Z||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-11-15T06:37:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:37:04.235Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:37:04.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-15T06:37:04.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:37:04.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:37:18.102Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:37:18.110Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:37:18.112Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:37:18.112Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:37:18.112Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:37:48.112Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:37:48.124Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:37:48.125Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:37:48.126Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:37:48.126Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:38:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:38:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:38:04.215Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:38:04.242Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:38:04.243Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.243Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494097895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.244Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.244Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.244Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.245Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.245Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.245Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494106696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.245Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.245Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.245Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.245Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494109097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:38:04.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.247Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.247Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.247Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.247Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494110105,
  "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-11-15T06:38:04.255Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00e525d8-e55b-4521-b336-771ce3f961c1
2022-11-15T06:38:04.255Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00e525d8-e55b-4521-b336-771ce3f961c1 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-11-15T06:38:04.263Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.264Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.264Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.264Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.264Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.264Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.264Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.265Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494112226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:38:04.265Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.265Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.265Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.266Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.266Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.266Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "aai-ml",
  "timestamp": 1668494113231,
  "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-11-15T06:38:04.270Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00e525d8-e55b-4521-b336-771ce3f961c1
2022-11-15T06:38:04.270Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00e525d8-e55b-4521-b336-771ce3f961c1 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-11-15T06:38:04.278Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.278Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.279Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.279Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.279Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.279Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.279Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.279Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494115092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.279Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.280Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.280Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494117578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.280Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.280Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.280Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494118662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.280Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.281Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.281Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494119738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.281Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.281Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.281Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494120797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.282Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.282Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.282Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494121860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.282Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.282Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.282Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494122934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:38:04.283Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.283Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.283Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:38:04.283Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.283Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.283Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494124941,
  "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-11-15T06:38:04.284Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.284Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.284Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494125944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:38:04.284Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.284Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.284Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494122699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.285Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.285Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.285Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494121839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.285Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.285Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.285Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494126947,
  "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-11-15T06:38:04.286Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.286Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.286Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494122699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.286Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.286Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.286Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494121839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.287Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.287Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.287Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494127895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.287Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.287Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.287Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494127950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:38:04.288Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.288Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.288Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494122699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.288Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.288Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.288Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494121839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.289Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.289Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.289Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494127895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.289Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.289Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.289Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494122699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.289Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.290Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.290Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494121839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.290Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.290Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.290Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494127895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.290Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.290Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.291Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494122699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.291Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.291Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.291Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494121839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.291Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.291Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.292Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494127895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.292Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.292Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.292Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494122699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.292Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.292Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.293Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494121839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.293Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.293Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.293Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494127895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.293Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.293Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.293Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494122699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.294Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.294Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.294Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494121839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.294Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.294Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.294Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494127895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.295Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.295Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.295Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494122699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.295Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.295Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.295Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494121839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.295Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.296Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.296Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494127895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.296Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.296Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.296Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668494122699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.296Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.296Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.296Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494121839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.296Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.296Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.297Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494127895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.297Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.297Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.297Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494136497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.297Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.297Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.298Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494127895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.298Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.298Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.298Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494135271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.298Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.298Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.298Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494135271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.299Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.299Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.299Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494137658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.299Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.299Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.299Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494137198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.299Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.299Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.299Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "cds",
  "timestamp": 1668494137860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-15T06:38:04.316Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7
2022-11-15T06:38:04.316Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7 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-11-15T06:38:04.327Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.327Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494135271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.327Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.327Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.327Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494137198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.327Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.327Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.328Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494139555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:38:04.328Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.328Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.328Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494135271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.328Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.328Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.328Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494137198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.328Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.328Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.328Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668494140559,
  "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-11-15T06:38:04.332Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7
2022-11-15T06:38:04.332Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7 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-11-15T06:38:04.341Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.341Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494135271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.341Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.341Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.341Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494137198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.341Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.341Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.341Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494135271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494137198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494135271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494137198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.342Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494135271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.343Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.343Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.343Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494137198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.343Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.343Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.343Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494135271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.344Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.344Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.344Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494137198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.344Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.344Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.344Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494144999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.344Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.345Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.345Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494137198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.345Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.345Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.345Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494146035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:38:04.345Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.345Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.346Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494146995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:38:04.346Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.346Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.346Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668494147039,
  "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-11-15T06:38:04.351Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7
2022-11-15T06:38:04.351Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7 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-11-15T06:38:04.359Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.359Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494151734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:38:04.360Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.360Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.360Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "aai-ml",
  "timestamp": 1668494152739,
  "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-11-15T06:38:04.365Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7
2022-11-15T06:38:04.365Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7 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-11-15T06:38:04.373Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.373Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "164ba7c2-622e-45f0-a327-3d5a3692d9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494159218,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:38:04.374Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:38:04.374Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.374Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.374Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.374Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.374Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.375Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.375Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.375Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-15T06:38:04.375Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:04.375Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:38:04.375Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:04.375Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:38:18.126Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:38:18.145Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:38:18.148Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:38:18.148Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:38:18.148Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:38:18.148Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:38:18.149Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:38:18.149Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:38:18.149Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:38:18.149Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:38:18.150Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:38:18.150Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T06:38:18.158Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:38:48.159Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00e525d8-e55b-4521-b336-771ce3f961c1 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-11-15T06:38:48.166Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00e525d8-e55b-4521-b336-771ce3f961c1 and serviceModelVersionId: eda694f3-4a89-48f1-b8dc-dfab1f5cb365
2022-11-15T06:38:48.166Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 008fc69b-18a3-456f-a389-877171e42e6b
2022-11-15T06:38:48.167Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/008fc69b-18a3-456f-a389-877171e42e6b/model-vers/model-ver/eda694f3-4a89-48f1-b8dc-dfab1f5cb365?depth=0
2022-11-15T06:38:48.171Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:38:48.211Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/008fc69b-18a3-456f-a389-877171e42e6b/model-vers/model-ver/eda694f3-4a89-48f1-b8dc-dfab1f5cb365?depth=0|INFO|500||Invoke
2022-11-15T06:38:48.212Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/008fc69b-18a3-456f-a389-877171e42e6b/model-vers/model-ver/eda694f3-4a89-48f1-b8dc-dfab1f5cb365?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/008fc69b-18a3-456f-a389-877171e42e6b/model-vers/model-ver/eda694f3-4a89-48f1-b8dc-dfab1f5cb365?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00e525d8-e55b-4521-b336-771ce3f961c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c3e57f3-9734-4d14-a349-e09014c257c9], X-ECOMP-RequestID=[00e525d8-e55b-4521-b336-771ce3f961c1], X-TransactionId=[], X-ONAP-RequestID=[00e525d8-e55b-4521-b336-771ce3f961c1], Content-Type=[application/merge-patch+json]}
2022-11-15T06:38:48.235Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/008fc69b-18a3-456f-a389-877171e42e6b/model-vers/model-ver/eda694f3-4a89-48f1-b8dc-dfab1f5cb365?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-15T06:38:48.320Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/008fc69b-18a3-456f-a389-877171e42e6b/model-vers/model-ver/eda694f3-4a89-48f1-b8dc-dfab1f5cb365?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/008fc69b-18a3-456f-a389-877171e42e6b/model-vers/model-ver/eda694f3-4a89-48f1-b8dc-dfab1f5cb365?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-06:38:49:363-27358], vertex-id=[258280], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:38:49 GMT], Content-Type=[application/json]}
2022-11-15T06:38:48.320Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/008fc69b-18a3-456f-a389-877171e42e6b/model-vers/model-ver/eda694f3-4a89-48f1-b8dc-dfab1f5cb365?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:38:48.321Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/008fc69b-18a3-456f-a389-877171e42e6b/model-vers/model-ver/eda694f3-4a89-48f1-b8dc-dfab1f5cb365?depth=0|INFO|500||InvokeReturn
2022-11-15T06:38:48.321Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:38:48.322Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-15T06:38:48.332Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-15T06:38:48.333Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00e525d8-e55b-4521-b336-771ce3f961c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:38:48.333Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:38:48.333Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:38:48.335Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:38:48.336Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494328333,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:38:48.436Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:38:48.438Z||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-11-15T06:38:48.438Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:38:48.463Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:38:48.465Z||pool-128-thread-1|||||INFO|500||cambria reply ok (29 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-11-15T06:38:49.411Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:38:49.412Z|00e525d8-e55b-4521-b336-771ce3f961c1|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-11-15T06:38:49.412Z|00e525d8-e55b-4521-b336-771ce3f961c1|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:38:53.845Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:38:53.846Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T06:38:53.846Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c85572a6-ed5a-4d43-a314-d7d7f091c3a6","serviceDescription":"service","serviceInvariantUUID":"9e2c8db9-945c-4cee-9e81-f1144e5a4445","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f2d638c-3a19-4f02-9bc4-fa4659d21f43","resourceInvariantUUID":"9719dce5-7b3c-4541-ad28-b3824abccfcd","resourceCustomizationUUID":"fa2e7eea-a544-493f-87a8-391bc2413397","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NDRlOTM2MjliZjNiNDA4OTkwNjhhMzJkZTIyY2U2YjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ade35c5b-8f8d-454b-b225-0133c0361be6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee5e2d8f-7f43-4c9d-b981-f11929871fc0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c3d591a-9d23-4205-b8eb-a483b76deb9f","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YTcxMjJjNTYwNTk4MWJiYTRhMmI3NWRiODAyYjNiNzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"058c41e1-3fb5-480e-9d76-e3dab7f062ec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c2c949d-ef58-44b0-a866-6a4d4767ccfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf23a06c-7242-41e1-8ece-27020b953e62","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"392e520f-517f-4f1c-b71a-a9af8f3e012b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"Zjk2ODAzYzQ5MDFkZmM2NmExNjQ1ZTk0ZWQ0MjM2ZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d27172e-1b63-405f-b2c4-16a0df49e925","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjFhZjAwOTc1NTBjY2RmYWZkMzNiMTI0NjE3M2ZhODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d34ffab1-944a-4169-93db-1d3f6e00e7ce","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:38:53.850Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:38:53.850Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:38:53.852Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:38:53.853Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:53.952Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-15T06:38:53.953Z||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-11-15T06:38:53.953Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:38:53.963Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:38:53.964Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:38:54.854Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:38:54.855Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:38:54.857Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:38:54.857Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:54.964Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-11-15T06:38:54.965Z||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-11-15T06:38:54.966Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:38:54.977Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:38:54.978Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:38:55.858Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:38:55.859Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:38:55.861Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:38:55.861Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:55.961Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:38:55.962Z||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-11-15T06:38:55.962Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:38:55.972Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:38:55.973Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:38:56.861Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:38:56.862Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:38:56.864Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:38:56.864Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:56.964Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:38:56.965Z||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-11-15T06:38:56.965Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:38:56.975Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:38:56.975Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:38:57.864Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:38:57.865Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:38:57.867Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:38:57.867Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:57.967Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:38:57.968Z||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-11-15T06:38:57.968Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:38:57.977Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:38:57.977Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:38:58.868Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:38:58.868Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:38:58.870Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:38:58.870Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:58.970Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:38:58.971Z||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-11-15T06:38:58.971Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:38:58.980Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:38:58.980Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:38:59.870Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:38:59.871Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:38:59.872Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:38:59.873Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:38:59.973Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:38:59.973Z||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-11-15T06:38:59.974Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:38:59.986Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:38:59.986Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:39:00.873Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:39:00.873Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:39:00.875Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:39:00.875Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:39:00.975Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:39:00.976Z||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-11-15T06:39:00.976Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:39:01.000Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:39:01.001Z||pool-136-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:39:01.876Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:39:01.876Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:39:01.878Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:39:01.878Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:39:01.979Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:39:01.979Z||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-11-15T06:39:01.979Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:39:01.992Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:39:01.992Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:39:02.879Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c85572a6-ed5a-4d43-a314-d7d7f091c3a6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e2c8db9-945c-4cee-9e81-f1144e5a4445",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fa2e7eea-a544-493f-87a8-391bc2413397",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f2d638c-3a19-4f02-9bc4-fa4659d21f43",
      "resourceInvariantUUID": "9719dce5-7b3c-4541-ad28-b3824abccfcd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZjFhZjAwOTc1NTBjY2RmYWZkMzNiMTI0NjE3M2ZhODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d34ffab1-944a-4169-93db-1d3f6e00e7ce"
    }
  ],
  "workloadContext": "Production"
}
2022-11-15T06:39:02.879Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:39:02.880Z|00e525d8-e55b-4521-b336-771ce3f961c1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c85572a6-ed5a-4d43-a314-d7d7f091c3a6 ASDC
2022-11-15T06:39:02.880Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c85572a6-ed5a-4d43-a314-d7d7f091c3a6
ServiceInvariantUUID:9e2c8db9-945c-4cee-9e81-f1144e5a4445
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:d34ffab1-944a-4169-93db-1d3f6e00e7ce
ArtifactChecksum:ZjFhZjAwOTc1NTBjY2RmYWZkMzNiMTI0NjE3M2ZhODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fa2e7eea-a544-493f-87a8-391bc2413397
ResourceInvariantUUID:9719dce5-7b3c-4541-ad28-b3824abccfcd
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5f2d638c-3a19-4f02-9bc4-fa4659d21f43
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-15T06:39:02.881Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c85572a6-ed5a-4d43-a314-d7d7f091c3a6 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-11-15T06:39:02.905Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:39:02.907Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-15T06:39:02.907Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-15T06:39:02.907Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d34ffab1-944a-4169-93db-1d3f6e00e7ce from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-15T06:39:02.907Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-15T06:39:02.908Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-15T06:39:03.064Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-15T06:39:03.069Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d34ffab1-944a-4169-93db-1d3f6e00e7ce 110864
2022-11-15T06:39:03.069Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-15T06:39:03.070Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-15T06:39:03.070Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:39:03.070Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:39:03.072Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:39:03.072Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494343069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:39:03.172Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:39:03.173Z||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-11-15T06:39:03.173Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:39:03.200Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:39:03.200Z||pool-138-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:39:04.073Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:39:04.074Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-15T06:39:04.074Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d34ffab1-944a-4169-93db-1d3f6e00e7ce, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.075Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.076Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.076Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.175Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5355721027201558268/Definitions/service-TestPnfMacro-template.yml
2022-11-15T06:39:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:39:04.214Z||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-11-15T06:39:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:39:04.245Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:39:04.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-15T06:39:04.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:39:04.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:39:04.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:39:04.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:39:04.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:39:04.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494104210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:39:04.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:39:04.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494168379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:39:04.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:39:04.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494170763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:39:04.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:39:04.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494171883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:39:04.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:39:04.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494172958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:39:04.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:39:04.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494174060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-15T06:39:04.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:39:04.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494175064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-15T06:39:04.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:39:04.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494176067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-15T06:39:04.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:39:04.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:39:04.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494177071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:39:04.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:39:04.945Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:39:04.945Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-15T06:39:04.945Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.945Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-15T06:39:04.945Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.945Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.946Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.946Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.946Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.946Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.946Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.946Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-15T06:39:04.946Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:39:04.946Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:39:04.947Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-15T06:39:04.947Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-15T06:39:04.947Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:39:04.947Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:39:04.947Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:39:04.947Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-15T06:39:04.947Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-15T06:39:04.948Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:39:04.948Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:39:04.948Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:39:04.948Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:39:04.948Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:39:04.948Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:39:04.948Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:39:04.949Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:39:04.949Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:39:04.949Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:39:04.949Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:39:04.949Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c85572a6-ed5a-4d43-a314-d7d7f091c3a6
Model Version:NULL
Model InvariantUuid:9e2c8db9-945c-4cee-9e81-f1144e5a4445
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-11-15T06:39:04.956Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f2d638c-3a19-4f02-9bc4-fa4659d21f43
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-11-15T06:39:04.958Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-11-15T06:39:04.958Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f2d638c-3a19-4f02-9bc4-fa4659d21f43
2022-11-15T06:39:04.958Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||No resources found for Service: c85572a6-ed5a-4d43-a314-d7d7f091c3a6
2022-11-15T06:39:04.958Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c85572a6-ed5a-4d43-a314-d7d7f091c3a6
2022-11-15T06:39:04.958Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5f2d638c-3a19-4f02-9bc4-fa4659d21f43 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-11-15T06:39:04.962Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ad7992b, org.onap.sdc.toscaparser.api.parameters.Input@74cbc774, org.onap.sdc.toscaparser.api.parameters.Input@79d9c99e, org.onap.sdc.toscaparser.api.parameters.Input@f4b819a, org.onap.sdc.toscaparser.api.parameters.Input@29734f99]
2022-11-15T06:39:04.962Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:39:04.963Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:39:04.963Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c85572a6-ed5a-4d43-a314-d7d7f091c3a6: test-pnf
2022-11-15T06:39:04.963Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||Processing PNF resource: 5f2d638c-3a19-4f02-9bc4-fa4659d21f43
2022-11-15T06:39:04.963Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-15T06:39:04.963Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:39:04.963Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||Resource customization UUID: fa2e7eea-a544-493f-87a8-391bc2413397 is the same as notified resource customizationUUID: fa2e7eea-a544-493f-87a8-391bc2413397
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-11-15T06:39:04.992Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5f2d638c-3a19-4f02-9bc4-fa4659d21f43 0 ASDC deployResourceStructure
2022-11-15T06:39:04.992Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-15T06:39:04.992Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-15T06:39:04.992Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:39:04.992Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:39:04.994Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:39:04.994Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494344992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:39:05.094Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:39:05.095Z||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-11-15T06:39:05.095Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:39:05.105Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:39:05.105Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:39:05.994Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-15T06:39:06.006Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-15T06:39:06.008Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:39:06.008Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:39:06.008Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:39:06.008Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:39:06.008Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:39:06.008Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:39:06.009Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:39:06.009Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:39:06.009Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-15T06:39:06.009Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T06:39:06.013Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:39:36.013Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7 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-11-15T06:39:36.022Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7 and serviceModelVersionId: c85572a6-ed5a-4d43-a314-d7d7f091c3a6
2022-11-15T06:39:36.022Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2c8db9-945c-4cee-9e81-f1144e5a4445
2022-11-15T06:39:36.023Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2c8db9-945c-4cee-9e81-f1144e5a4445/model-vers/model-ver/c85572a6-ed5a-4d43-a314-d7d7f091c3a6?depth=0
2022-11-15T06:39:36.026Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:39:36.065Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e2c8db9-945c-4cee-9e81-f1144e5a4445/model-vers/model-ver/c85572a6-ed5a-4d43-a314-d7d7f091c3a6?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-11-15T06:39:36.066Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e2c8db9-945c-4cee-9e81-f1144e5a4445/model-vers/model-ver/c85572a6-ed5a-4d43-a314-d7d7f091c3a6?depth=0|INFO|500||Invoke
2022-11-15T06:39:36.083Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e2c8db9-945c-4cee-9e81-f1144e5a4445/model-vers/model-ver/c85572a6-ed5a-4d43-a314-d7d7f091c3a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-15T06:39:36.190Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e2c8db9-945c-4cee-9e81-f1144e5a4445/model-vers/model-ver/c85572a6-ed5a-4d43-a314-d7d7f091c3a6?depth=0|INFO|500||InvokeReturn
2022-11-15T06:39:36.191Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e2c8db9-945c-4cee-9e81-f1144e5a4445/model-vers/model-ver/c85572a6-ed5a-4d43-a314-d7d7f091c3a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221115-06:39:37:211-38488], vertex-id=[266272], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:39:37 GMT], Content-Type=[application/json]}
2022-11-15T06:39:36.191Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:39:36.191Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:39:36.191Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-15T06:39:36.195Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-15T06:39:36.195Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:39:36.195Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:39:36.196Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:39:36.197Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:39:36.197Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494376195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:39:36.298Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T06:39:36.299Z||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-11-15T06:39:36.299Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:39:36.329Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:39:36.330Z||pool-140-thread-1|||||INFO|500||cambria reply ok (32 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-11-15T06:39:37.208Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:39:37.209Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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-11-15T06:39:37.209Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:39:46.751Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:39:46.751Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:39:46.752Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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-11-15T06:39:46.752Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:39:56.316Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:39:56.317Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:39:56.318Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:39:56.318Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:40:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:40:04.214Z||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-11-15T06:40:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:40:04.233Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:40:04.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00e525d8-e55b-4521-b336-771ce3f961c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494328333,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:40:04.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:40:04.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:40:04.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:40:04.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:40:04.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:40:04.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:40:04.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:40:04.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:40:04.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:40:04.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:40:04.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:40:04.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:40:04.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:40:04.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:40:04.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:40:04.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-15T06:40:04.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:40:04.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494329411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-15T06:40:04.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-15T06:40:04.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T06:40:04.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494343069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-15T06:40:04.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:40:05.853Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:40:05.854Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:40:05.854Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:40:05.854Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:40:15.389Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:41:04.210Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:41:04.211Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:41:04.211Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:41:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:41:04.214Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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-11-15T06:41:04.214Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:41:04.739Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:41:04.740Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T06:41:04.740Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494344992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-15T06:41:04.741Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:41:04.742Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T06:41:04.742Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668494376195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:41:04.742Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:41:13.771Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:42:04.210Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:42:04.212Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:42:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:42:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:42:04.213Z||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-11-15T06:42:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:42:13.778Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:42:13.778Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:43:04.210Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:43:04.211Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:43:04.211Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:43:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:43:04.213Z||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-11-15T06:43:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:43:13.761Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:43:13.761Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:44:04.211Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:44:04.212Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:44:04.212Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:44:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:44:04.213Z||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-11-15T06:44:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:44:13.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:44:13.759Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:45:04.210Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:45:04.211Z||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-11-15T06:45:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:45:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:45:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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-11-15T06:45:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:45:13.761Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:45:13.761Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:46:04.210Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:46:04.211Z||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-11-15T06:46:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:46:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:46:04.213Z||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-11-15T06:46:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:46:13.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:46:13.756Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:47:04.210Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:47:04.211Z||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-11-15T06:47:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:47:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:47:04.213Z||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-11-15T06:47:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:47:13.765Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:47:13.769Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:48:04.210Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:48:04.211Z||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-11-15T06:48:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:48:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:48:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:48:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:48:13.800Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:48:13.805Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:49:04.210Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:49:04.211Z||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-11-15T06:49:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:49:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:49:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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-11-15T06:49:04.214Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:49:13.783Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:49:13.783Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:50:04.210Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:50:04.211Z||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-11-15T06:50:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:50:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:50:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:50:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:50:13.756Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:50:13.759Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:51:04.211Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:51:04.211Z||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-11-15T06:51:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:51:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:51:04.214Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:51:04.214Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:51:13.752Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:51:13.754Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:52:04.210Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:52:04.211Z||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-11-15T06:52:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:52:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:52:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:52:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:52:13.787Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:52:13.788Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:53:04.210Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:53:04.212Z||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-11-15T06:53:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:53:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:53:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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-11-15T06:53:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:53:13.774Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:53:13.777Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:54:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:54:04.211Z||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-11-15T06:54:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:54:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:54:04.213Z||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-11-15T06:54:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:54:13.761Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:54:13.761Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:55:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:55:04.211Z||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-11-15T06:55:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:55:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:55:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:55:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:55:13.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:55:13.776Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:56:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:56:04.211Z||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-11-15T06:56:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:56:04.219Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:56:04.220Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T06:56:04.220Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:56:13.801Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:56:13.802Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:57:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:57:04.211Z||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-11-15T06:57:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:57:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:57:04.214Z||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-11-15T06:57:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:57:13.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:57:13.787Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:58:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:58:04.211Z||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-11-15T06:58:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:58:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:58:04.214Z||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-11-15T06:58:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:58:13.772Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:58:13.775Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:59:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:59:04.211Z||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-11-15T06:59:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:59:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:59:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T06:59:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:59:13.770Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T06:59:13.786Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:00:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:00:04.211Z||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-11-15T07:00:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:00:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:00:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T07:00:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:00:13.754Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:00:13.755Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:01:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:01:04.211Z||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-11-15T07:01:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:01:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:01:04.214Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T07:01:04.214Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:01:13.791Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:01:13.797Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:02:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:02:04.212Z||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-11-15T07:02:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:02:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:02:04.214Z||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-11-15T07:02:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:02:13.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:02:13.777Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:03:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:03:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:03:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T07:03:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:03:04.216Z||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-11-15T07:03:04.217Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:03:13.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:03:13.786Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:04:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:04:04.211Z||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-11-15T07:04:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:04:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:04:04.213Z||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-11-15T07:04:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:04:13.808Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:04:13.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:05:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:05:04.211Z||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-11-15T07:05:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:05:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:05:04.213Z||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-11-15T07:05:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:05:13.781Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:05:13.785Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:06:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:06:04.211Z||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-11-15T07:06:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:06:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:06:04.213Z||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-11-15T07:06:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:06:13.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:06:13.757Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:07:04.212Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:07:04.213Z||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-11-15T07:07:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:07:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:07:04.214Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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-11-15T07:07:04.214Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:07:13.756Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:07:13.758Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:08:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:08:04.211Z||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-11-15T07:08:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:08:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:08:04.213Z||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-11-15T07:08:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:08:13.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:08:13.763Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:09:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:09:04.211Z||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-11-15T07:09:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:09:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:09:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T07:09:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:09:13.757Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:09:13.758Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:10:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:10:04.211Z||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-11-15T07:10:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:10:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:10:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T07:10:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:10:13.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:10:13.769Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:11:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:11:04.212Z||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-11-15T07:11:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:11:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:11:04.213Z||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-11-15T07:11:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:11:13.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:11:13.758Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:12:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:12:04.211Z||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-11-15T07:12:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:12:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:12:04.213Z||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-11-15T07:12:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:12:13.758Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:12:13.763Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:13:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:13:04.211Z||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-11-15T07:13:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:13:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:13:04.213Z||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-11-15T07:13:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:13:13.750Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:13:13.752Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:14:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:14:04.211Z||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-11-15T07:14:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:14:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:14:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T07:14:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:14:13.751Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:14:13.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:15:04.210Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:15:04.211Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T07:15:04.211Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:15:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:15:04.213Z||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-11-15T07:15:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:15:13.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:15:13.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:16:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:16:04.211Z||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-11-15T07:16:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:16:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:16:04.214Z||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-11-15T07:16:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:16:13.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:16:13.778Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:17:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:17:04.211Z||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-11-15T07:17:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:17:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:17:04.214Z||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-11-15T07:17:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:17:13.756Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:17:13.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:18:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:18:04.211Z||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-11-15T07:18:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:18:04.213Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:18:04.214Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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-11-15T07:18:04.214Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:18:13.750Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:18:13.753Z|a4c60c9f-8f0e-4ef9-8f2e-140448fed6b7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:19:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:19:04.211Z||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-11-15T07:19:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:19:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:19:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T07:19:04.214Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:19:13.754Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:19:13.755Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:20:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:20:04.211Z||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-11-15T07:20:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:20:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:20:04.213Z||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-11-15T07:20:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:20:13.772Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:20:13.773Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:21:04.210Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:21:04.212Z||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-11-15T07:21:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:21:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:21:04.214Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T07:21:04.214Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:21:13.754Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:21:13.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:22:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:22:04.211Z||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-11-15T07:22:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:22:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:22:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T07:22:04.214Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:22:13.757Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:22:13.758Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:23:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:23:04.211Z||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-11-15T07:23:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:23:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:23:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T07:23:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:23:13.750Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:23:13.751Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:24:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:24:04.211Z||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-11-15T07:24:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:24:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:24:04.213Z||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-11-15T07:24:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:24:13.751Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:24:13.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:25:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:25:04.211Z||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-11-15T07:25:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:25:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:25:04.213Z||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-11-15T07:25:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:25:13.789Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:25:13.789Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:26:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:26:04.211Z||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-11-15T07:26:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:26:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:26:04.213Z||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-11-15T07:26:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:26:13.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:26:13.767Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:27:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:27:04.211Z||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-11-15T07:27:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:27:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:27:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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-11-15T07:27:04.213Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:27:13.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:27:13.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:28:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:28:04.211Z||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-11-15T07:28:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:28:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:28:04.213Z||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-11-15T07:28:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:28:13.784Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:28:13.784Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:29:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:29:04.211Z||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-11-15T07:29:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:29:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:29:04.213Z||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-11-15T07:29:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:29:13.754Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:29:13.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:30:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:30:04.212Z||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-11-15T07:30:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:30:04.213Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:30:04.214Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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-11-15T07:30:04.214Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:30:13.757Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:30:13.761Z|c57d59a5-1ff9-46f9-8417-6fdf43030f68|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:31:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:31:04.211Z||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-11-15T07:31:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:31:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T07:31:04.214Z||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-11-15T07:31:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T07:31:13.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-15T07:31:13.754Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK