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-12-15T03:14:07.054Z||main|||||INFO|500||The following profiles are active: basic
2022-12-15T03:14:18.692Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-15T03:14:18.693Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-15T03:14:18.806Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-15T03:14:22.861Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-15T03:14:23.268Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-15T03:14:23.762Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-15T03:14:23.766Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-15T03:14:23.892Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-15T03:14:24.113Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-15T03:14:24.722Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-15T03:14:26.714Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-15T03:14:29.165Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-15T03:14:29.226Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-15T03:14:29.885Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-15T03:14:30.275Z||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-12-15T03:14:31.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-15T03:14:32.577Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-15T03:14:32.596Z||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$$3d37c175.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-12-15T03:14:32.597Z||main|||||WARN|500||The sdc end point is not alive
2022-12-15T03:14:35.610Z||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-12-15T03:14:38.541Z||main|||||WARN|500||---
2022-12-15T03:14:38.541Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-15T03:14:38.542Z||main|||||WARN|500||---
2022-12-15T03:14:39.004Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-15T03:14:43.815Z||main|||||INFO|500||Started Application in 40.05 seconds (JVM running for 42.129)
2022-12-15T03:14:43.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-15T03:14:43.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-15T03:14:43.850Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-15T03:14:43.892Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-15T03:14:43.949Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfd3217e-8141-46cd-88c2-c9badeea07a6 url= /sdc/v1/artifactTypes
2022-12-15T03:14:43.950Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-15T03:14:44.252Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-15T03:14:44.321Z||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-12-15T03:14:44.352Z||scheduling-1|||||DEBUG|500||create keys
2022-12-15T03:14:44.360Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-15T03:14:44.404Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:14:44.423Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 71f9c1c1-e17c-46c0-94b4-b6d3cdf5be2d url= /sdc/v1/registerForDistribution
2022-12-15T03:14:44.521Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 71f9c1c1-e17c-46c0-94b4-b6d3cdf5be2d url= /sdc/v1/registerForDistribution
2022-12-15T03:14:44.522Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-15T03:14:44.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:14:44.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:14:44.539Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-15T03:14:44.542Z||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-12-15T03:14:44.542Z||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-12-15T03:14:44.542Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:14:44.542Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:14:54.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:14:54.851Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:15:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:15:44.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:15:44.532Z||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-12-15T03:15:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:15:44.532Z||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-12-15T03:15:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:15:54.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:15:54.102Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:16:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:16:44.530Z||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-12-15T03:16:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:16:44.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:16:44.532Z||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-12-15T03:16:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:16:54.103Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:16:54.103Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:17:44.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:17:44.534Z||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-12-15T03:17:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:17:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:17:44.536Z||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-12-15T03:17:44.536Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:17:54.120Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:17:54.120Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:18:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:18:44.530Z||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-12-15T03:18:44.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:18:44.531Z||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-12-15T03:18:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:18:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:18:54.075Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:18:54.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:19:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:19:44.530Z||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-12-15T03:19:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:19:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:19:44.531Z||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-12-15T03:19:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:19:54.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:19:54.074Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:20:44.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:20:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:20:44.533Z||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-12-15T03:20:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:20:44.534Z||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-12-15T03:20:44.535Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:20:54.078Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:20:54.078Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:21:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:21:44.531Z||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-12-15T03:21:44.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:21:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:21:44.534Z||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-12-15T03:21:44.535Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:21:54.070Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:21:54.112Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:22:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:22:44.530Z||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-12-15T03:22:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:22:44.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:22:44.533Z||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-12-15T03:22:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:22:54.069Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:22:54.070Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:23:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:23:44.530Z||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-12-15T03:23:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:23:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:23:44.531Z||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-12-15T03:23:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:23:54.116Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:23:54.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:24:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:24:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:24:44.533Z||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-12-15T03:24:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:24:44.533Z||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-12-15T03:24:44.538Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:24:47.950Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-15T03:24:54.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:24:54.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:25:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:25:44.530Z||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-12-15T03:25:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:25:44.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:25:44.532Z||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-12-15T03:25:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:25:54.078Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:25:54.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:26:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:26:44.530Z||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-12-15T03:26:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:26:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:26:44.531Z||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-12-15T03:26:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:26:54.091Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:26:54.120Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:27:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:27:44.530Z||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-12-15T03:27:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:27:44.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:27:44.531Z||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-12-15T03:27:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:27:54.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:27:54.080Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:28:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:28:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:28:44.532Z||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-12-15T03:28:44.532Z||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-12-15T03:28:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:28:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:28:54.113Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:28:54.114Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:29:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:29:44.530Z||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-12-15T03:29:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:29:44.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:29:44.531Z||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-12-15T03:29:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:29:54.071Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:29:54.072Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:30:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:30:44.530Z||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-12-15T03:30:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:30:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:30:44.531Z||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-12-15T03:30:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:30:54.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:30:54.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:31:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:31:44.530Z||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-12-15T03:31:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:31:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:31:44.533Z||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-12-15T03:31:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:31:54.072Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:31:54.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:32:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:32:44.530Z||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-12-15T03:32:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:32:44.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:32:44.532Z||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-12-15T03:32:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:32:54.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:32:54.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:33:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:33:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:33:44.532Z||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-12-15T03:33:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:33:44.532Z||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-12-15T03:33:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:33:54.093Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:33:54.094Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:34:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:34:44.530Z||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-12-15T03:34:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:34:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:34:44.532Z||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-12-15T03:34:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:34:54.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:34:54.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:35:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:35:44.530Z||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-12-15T03:35:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:35:44.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:35:44.533Z||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-12-15T03:35:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:35:54.076Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:35:54.085Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:36:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:36:44.530Z||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-12-15T03:36:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:36:44.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:36:44.531Z||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-12-15T03:36:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:36:54.069Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:36:54.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:37:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:37:44.530Z||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-12-15T03:37:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:37:44.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:37:44.532Z||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-12-15T03:37:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:37:54.073Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:37:54.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:38:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:38:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:38:44.533Z||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-12-15T03:38:44.533Z||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-12-15T03:38:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:38:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:38:54.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:38:54.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:39:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:39:44.530Z||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-12-15T03:39:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:39:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:39:44.532Z||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-12-15T03:39:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:39:54.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:39:54.082Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:40:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:40:44.530Z||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-12-15T03:40:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:40:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:40:44.531Z||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-12-15T03:40:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:40:54.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:40:54.085Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:41:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:41:44.530Z||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-12-15T03:41:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:41:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:41:44.532Z||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-12-15T03:41:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:41:54.093Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:41:54.098Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:42:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:42:44.530Z||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-12-15T03:42:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:42:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:42:44.531Z||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-12-15T03:42:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:42:54.073Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:42:54.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:43:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:43:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:43:44.531Z||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-12-15T03:43:44.531Z||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-12-15T03:43:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:43:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:43:54.073Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:43:54.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:44:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:44:44.530Z||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-12-15T03:44:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:44:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:44:44.531Z||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-12-15T03:44:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:44:54.070Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:44:54.077Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:45:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:45:44.530Z||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-12-15T03:45:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:45:44.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:45:44.531Z||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-12-15T03:45:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:45:54.094Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:45:54.094Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:46:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:46:44.530Z||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-12-15T03:46:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:46:44.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:46:44.531Z||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-12-15T03:46:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:46:54.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:46:54.101Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:47:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:47:44.529Z||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-12-15T03:47:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:47:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:47:44.532Z||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-12-15T03:47:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:47:54.068Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:47:54.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:48:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:48:44.530Z||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-12-15T03:48:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:48:44.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:48:44.531Z||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-12-15T03:48:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:48:54.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:48:54.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:49:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:49:44.530Z||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-12-15T03:49:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:49:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:49:44.531Z||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-12-15T03:49:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:49:54.072Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:49:54.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:50:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:50:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:50:44.533Z||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-12-15T03:50:44.533Z||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-12-15T03:50:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:50:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:50:54.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:50:54.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:51:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:51:44.530Z||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-12-15T03:51:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:51:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:51:44.531Z||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-12-15T03:51:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:51:54.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:51:54.075Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:52:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:52:44.530Z||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-12-15T03:52:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:52:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:52:44.531Z||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-12-15T03:52:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:52:54.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:52:54.071Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:53:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:53:44.529Z||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-12-15T03:53:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:53:44.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:53:44.532Z||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-12-15T03:53:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:53:54.088Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:53:54.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:54:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:54:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:54:44.535Z||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-12-15T03:54:44.535Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:54:44.536Z||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-12-15T03:54:44.536Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:54:54.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:54:54.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:55:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:55:44.530Z||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-12-15T03:55:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:55:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:55:44.532Z||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-12-15T03:55:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:55:54.072Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:55:54.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:56:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:56:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:56:44.533Z||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-12-15T03:56:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:56:44.533Z||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-12-15T03:56:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:56:54.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:56:54.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:57:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:57:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T03:57:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T03:57:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:57:44.532Z||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-12-15T03:57:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:57:54.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:57:54.084Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:58:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:58:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T03:58:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T03:58:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:58:44.531Z||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-12-15T03:58:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:58:54.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:58:54.069Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:59:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:59:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T03:59:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T03:59:44.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:59:44.531Z||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-12-15T03:59:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:59:54.069Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T03:59:54.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:00:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:00:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:00:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:00:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:00:44.531Z||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-12-15T04:00:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:00:54.081Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:00:54.100Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:01:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:01:44.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:01:44.531Z||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-12-15T04:01:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:01:44.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:01:44.532Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:01:54.083Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:01:54.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:02:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:02:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:02:44.533Z||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-12-15T04:02:44.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:02:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:02:44.533Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:02:54.103Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:02:54.104Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:03:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:03:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:03:44.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:03:44.531Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:03:44.532Z||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-12-15T04:03:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:03:54.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:03:54.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:04:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:04:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:04:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:04:44.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:04:44.531Z||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-12-15T04:04:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:04:54.066Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:04:54.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:05:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:05:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:05:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:05:44.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:05:44.531Z||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-12-15T04:05:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:05:54.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:05:54.077Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:06:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:06:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:06:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:06:44.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:06:44.531Z||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-12-15T04:06:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:06:54.066Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:06:54.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:07:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:07:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:07:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:07:44.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:07:44.533Z||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-12-15T04:07:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:07:54.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:07:54.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:08:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:08:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:08:44.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:08:44.533Z||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-12-15T04:08:44.533Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:08:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:08:54.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:08:54.086Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:09:44.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:09:44.530Z||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-12-15T04:09:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:09:44.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:09:44.531Z||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-12-15T04:09:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:09:54.071Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:09:54.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:10:44.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:10:44.530Z||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-12-15T04:10:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:10:44.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:10:44.531Z||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-12-15T04:10:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:10:54.069Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:10:54.070Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:11:44.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:11:44.530Z||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-12-15T04:11:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:11:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:11:44.531Z||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-12-15T04:11:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:11:54.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:11:54.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:12:44.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:12:44.530Z||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-12-15T04:12:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:12:44.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:12:44.531Z||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-12-15T04:12:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:12:54.073Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:12:54.073Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:13:44.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:13:44.530Z||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-12-15T04:13:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:13:44.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:13:44.531Z||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-12-15T04:13:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:13:54.134Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:13:54.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:14:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:14:44.531Z||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-12-15T04:14:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:44.531Z||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-12-15T04:14:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:44.719Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:44.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:14:44.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077677440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:14:44.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:14:45.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:45.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:14:45.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e94044a1-210f-4436-ae0b-d02129202d0d","serviceName":"vFW 2022-12-15 04-13-50","serviceVersion":"1.0","serviceUUID":"5c3f0243-c10b-47d9-9b87-ee461cd49192","serviceDescription":"catalog service description","serviceInvariantUUID":"161da34b-67e3-4680-8c4a-9104350193e3","resources":[{"resourceInstanceName":"vFW 37e78d90-d48e 0","resourceName":"vFW 37e78d90-d48e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4f572275-6f5a-48f8-8da9-74f316dd46d8","resourceInvariantUUID":"fb3a73c4-4029-4bdb-af38-652ede1ae003","resourceCustomizationUUID":"4b3bb07c-99c0-4f88-a3d8-a4d9075766bb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml","artifactChecksum":"ODlkMzg1NmQwMTQ2YWVjMjMwYjMzNzEyZDg4OGNiMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a16aa355-67f3-48f0-9fd2-38a013f8f681","artifactVersion":"1"},{"artifactName":"vfw37e78d90d48e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json","artifactChecksum":"OGUyNmUxZjY2OThlNmRmMWRmYTFkNzY5YzEzY2IxMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"936ba4a1-f384-49af-bc3e-a417fc484cc4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2978dcda-4f55-4c66-a9ba-1ab265d28c36","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml","artifactChecksum":"ODgzMDAwZTliMjY5YTYyNjlhNjliZTdhODBhNDEyYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32ba74fc-5632-46c0-b7bb-a4bf9cf64401","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"958ac8a7-ddc7-41bd-9a5a-90f9c3274940","artifactVersion":"2","generatedFromUUID":"2978dcda-4f55-4c66-a9ba-1ab265d28c36"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221215041350-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml","artifactChecksum":"OWVhMDMzNmI2MjY0YTI4Y2YyYzVkNDNmNzY5NTI3YjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16fe346e-8028-48dd-a772-62a57b68310f","artifactVersion":"1"},{"artifactName":"service-Vfw20221215041350-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar","artifactChecksum":"NWNkMDM5ZDIxN2NlYmQ0ZDM5MzUzZDczYjM1Yzg0OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbb873ad-e595-40fd-802e-c0ad4679f9c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:14:45.172Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:45.179Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:45.191Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:45.191Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:14:45.291Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-15T04:14:45.296Z||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-12-15T04:14:45.296Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:45.307Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:45.308Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:46.199Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:46.199Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:46.201Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:46.203Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:14:46.302Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:14:46.303Z||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-12-15T04:14:46.303Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:46.316Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:46.316Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:47.204Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:47.205Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:47.208Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:47.208Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:14:47.308Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:47.309Z||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-12-15T04:14:47.310Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:47.323Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:47.324Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:48.215Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:48.220Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:48.231Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:48.232Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:14:48.328Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-15T04:14:48.329Z||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-12-15T04:14:48.329Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:48.342Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:48.343Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:49.233Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:49.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:49.236Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:49.237Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-15T04:14:49.337Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:49.338Z||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-12-15T04:14:49.338Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:49.349Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:49.350Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:50.237Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:50.239Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:50.242Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:50.242Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:14:50.343Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:14:50.344Z||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-12-15T04:14:50.344Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:50.355Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:50.356Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:51.243Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:51.244Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:51.247Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:51.247Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:14:51.347Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:51.348Z||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-12-15T04:14:51.349Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:51.360Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:51.361Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:52.249Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "serviceName": "vFW 2022-12-15 04-13-50",
  "serviceVersion": "1.0",
  "serviceUUID": "5c3f0243-c10b-47d9-9b87-ee461cd49192",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "161da34b-67e3-4680-8c4a-9104350193e3",
  "resources": [
    {
      "resourceInstanceName": "vFW 37e78d90-d48e 0",
      "resourceCustomizationUUID": "4b3bb07c-99c0-4f88-a3d8-a4d9075766bb",
      "resourceName": "vFW 37e78d90-d48e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4f572275-6f5a-48f8-8da9-74f316dd46d8",
      "resourceInvariantUUID": "fb3a73c4-4029-4bdb-af38-652ede1ae003",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw37e78d90d48e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
          "artifactChecksum": "OGUyNmUxZjY2OThlNmRmMWRmYTFkNzY5YzEzY2IxMzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "936ba4a1-f384-49af-bc3e-a417fc484cc4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2978dcda-4f55-4c66-a9ba-1ab265d28c36",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "958ac8a7-ddc7-41bd-9a5a-90f9c3274940",
            "generatedFromUUID": "2978dcda-4f55-4c66-a9ba-1ab265d28c36"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "958ac8a7-ddc7-41bd-9a5a-90f9c3274940",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221215041350-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
      "artifactChecksum": "NWNkMDM5ZDIxN2NlYmQ0ZDM5MzUzZDczYjM1Yzg0OTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbb873ad-e595-40fd-802e-c0ad4679f9c9"
    }
  ],
  "workloadContext": "Production"
}
2022-12-15T04:14:52.251Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:14:52.251Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c3f0243-c10b-47d9-9b87-ee461cd49192 ASDC
2022-12-15T04:14:52.387Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e94044a1-210f-4436-ae0b-d02129202d0d
ServiceName:vFW 2022-12-15 04-13-50
ServiceVersion:1.0
ServiceUUID:5c3f0243-c10b-47d9-9b87-ee461cd49192
ServiceInvariantUUID:161da34b-67e3-4680-8c4a-9104350193e3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221215041350-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar
ArtifactUUID:dbb873ad-e595-40fd-802e-c0ad4679f9c9
ArtifactChecksum:NWNkMDM5ZDIxN2NlYmQ0ZDM5MzUzZDczYjM1Yzg0OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 37e78d90-d48e 0
ResourceCustomizationUUID:4b3bb07c-99c0-4f88-a3d8-a4d9075766bb
ResourceInvariantUUID:fb3a73c4-4029-4bdb-af38-652ede1ae003
ResourceName:vFW 37e78d90-d48e
ResourceType:VF
ResourceUUID:4f572275-6f5a-48f8-8da9-74f316dd46d8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw37e78d90d48e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json
ArtifactUUID:936ba4a1-f384-49af-bc3e-a417fc484cc4
ArtifactChecksum:OGUyNmUxZjY2OThlNmRmMWRmYTFkNzY5YzEzY2IxMzI=
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/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml
ArtifactUUID:2978dcda-4f55-4c66-a9ba-1ab265d28c36
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/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
ArtifactUUID:958ac8a7-ddc7-41bd-9a5a-90f9c3274940
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/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
ArtifactUUID:958ac8a7-ddc7-41bd-9a5a-90f9c3274940
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-15T04:14:52.388Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c3f0243-c10b-47d9-9b87-ee461cd49192 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-12-15T04:14:52.641Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:14:52.643Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:14:52.644Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:14:52.645Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dbb873ad-e595-40fd-802e-c0ad4679f9c9 from URL: /sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:52.645Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:14:52.647Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:52.780Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:14:52.799Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar dbb873ad-e595-40fd-802e-c0ad4679f9c9 100724
2022-12-15T04:14:52.801Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar ASDC sendASDCNotification
2022-12-15T04:14:52.802Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:52.802Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:14:52.804Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:52.806Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:52.806Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077692800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:14:52.906Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:52.907Z||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-12-15T04:14:52.907Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:52.919Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:52.920Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:53.806Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:14:53.808Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:14:53.808Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dbb873ad-e595-40fd-802e-c0ad4679f9c9, URL: /sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar to file: /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:53.809Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221215041350-csar.csar
2022-12-15T04:14:53.914Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:53.915Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:54.654Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8830983298935917675/Definitions/service-Vfw20221215041350-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-12-15T04:14:57.950Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:14:57.956Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-15T04:14:57.956Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.956Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 37e78d90-d48e 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-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.958Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.958Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.958Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.958Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.958Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.959Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-15T04:14:57.965Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.967Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:57.971Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:14:57.972Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-15T04:14:57.973Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:14:57.975Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.975Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:57.975Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:14:57.976Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-15T04:14:57.976Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:14:57.976Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.976Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:57.980Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.981Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:14:57.981Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:14:57.981Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T04:14:57.981Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.981Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.982Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T04:14:57.982Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.982Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:14:57.982Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T04:14:57.983Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T04:14:57.983Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.983Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.983Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T04:14:57.984Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.984Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T04:14:57.984Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.984Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-15T04:14:57.985Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.985Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:14:57.987Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.987Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:14:57.987Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:14:57.987Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.988Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:14:57.988Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:14:57.988Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.988Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:14:57.988Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:14:57.989Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.989Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:14:57.989Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:14:57.989Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-15T04:14:57.990Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:14:57.990Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T04:14:57.990Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T04:14:57.990Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.991Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.991Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T04:14:57.991Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.991Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T04:14:57.991Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.992Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e291609-e591-4493-9662-c99c7b6b805c
2022-12-15T04:14:57.992Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.992Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:14:57.993Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:14:57.993Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T04:14:57.993Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.993Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.995Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T04:14:57.995Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.995Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=791850da-679e-4c13-8548-79e60844b2b3
2022-12-15T04:14:57.995Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.996Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:14:57.996Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:14:57.996Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T04:14:57.996Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.996Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.997Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T04:14:57.997Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.997Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:14:57.997Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T04:14:57.997Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T04:14:57.998Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.998Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.998Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-15T04:14:57.998Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=92cc9dc8-066d-4f5d-a715-64547a909ca4
2022-12-15T04:14:57.998Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.999Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:57.999Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:57.999Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:57.999Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:58.000Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:58.000Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:14:58.000Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:58.000Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-15 04-13-50
Description:catalog service description
Model UUID:5c3f0243-c10b-47d9-9b87-ee461cd49192
Model Version:NULL
Model InvariantUuid:161da34b-67e3-4680-8c4a-9104350193e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 37e78d90-d48e
Model UUID:5ced9254-8ff0-4068-9a16-f532dcf4620e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb3a73c4-4029-4bdb-af38-652ede1ae003
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4b3bb07c-99c0-4f88-a3d8-a4d9075766bb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fe1131af-88d4-4632-ba16-4e3954acec51
ModelName:Vfw37e78d90D48e..base_vfw..module-0
ModelUuid:870914fd-c0e7-4333-abbd-0592a977d5fe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5e291609-e591-4493-9662-c99c7b6b805c
ModelInvariantUuid:be487afc-0e6f-4e61-893e-48e392160700
ModelName:vFW 37e78d90-d48e-nodes.vfwCvfc
ModelUuid:53564d7b-94a4-4899-9b47-c7c7d37d912f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b2d15ad5-b3c1-4cbe-b016-4fa6e3b93b8c
ModelInvariantUuid:41e3e2f8-8d1b-44c5-b5e8-01b3a41807c9
ModelName:Vfw37e78d90D48e.compute.nodes.heat.vfw
ModelUuid:2341530c-f94e-4825-898c-34c59aa15795
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:791850da-679e-4c13-8548-79e60844b2b3
ModelInvariantUuid:7affc5b5-bbaa-471d-b754-2bf3d65e8682
ModelName:vFW 37e78d90-d48e-nodes.vsnCvfc
ModelUuid:94d060f6-0f19-44d4-bb42-06f6a910df08
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:30370699-3f6d-4e85-9560-0f65477aee8c
ModelInvariantUuid:b2908346-c14d-4cda-b111-28bc1fac642c
ModelName:Vfw37e78d90D48e.compute.nodes.heat.vsn
ModelUuid:1d40e95e-0f64-4ec4-80be-081fcad5c802
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:92cc9dc8-066d-4f5d-a715-64547a909ca4
ModelInvariantUuid:50e30815-646d-4f8a-8ca7-dc0b30bddab4
ModelName:vFW 37e78d90-d48e-nodes.vpgCvfc
ModelUuid:86ecfe3c-e623-4aaf-ac2b-7efa68db7c0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0fc07bf2-a676-49a8-9ba6-2ef2badc033c
ModelInvariantUuid:a242b23b-e998-493a-8d60-1e015e058092
ModelName:Vfw37e78d90D48e.compute.nodes.heat.vpg
ModelUuid:30f3746c-7e82-436e-aa86-b1136ee92af1
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-12-15T04:14:58.022Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4f572275-6f5a-48f8-8da9-74f316dd46d8
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-12-15T04:14:58.148Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||vFW 37e78d90-d48e 0
2022-12-15T04:14:58.155Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4f572275-6f5a-48f8-8da9-74f316dd46d8
2022-12-15T04:14:58.156Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 936ba4a1-f384-49af-bc3e-a417fc484cc4 from URL: /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json
2022-12-15T04:14:58.156Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:14:58.156Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json
2022-12-15T04:14:58.212Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:14:58.212Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json 936ba4a1-f384-49af-bc3e-a417fc484cc4 785
2022-12-15T04:14:58.213Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json ASDC sendASDCNotification
2022-12-15T04:14:58.213Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json
2022-12-15T04:14:58.213Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:14:58.213Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:58.216Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:58.216Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077698213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:14:58.316Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:58.317Z||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-12-15T04:14:58.317Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:58.329Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:58.329Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:59.218Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw37e78d90D48e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fe1131af-88d4-4632-ba16-4e3954acec51",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "870914fd-c0e7-4333-abbd-0592a977d5fe",
    "vfModuleModelCustomizationUUID": "8660b181-2655-4913-a3a7-803a51563c5b",
    "isBase": true,
    "artifacts": [
      "2978dcda-4f55-4c66-a9ba-1ab265d28c36",
      "958ac8a7-ddc7-41bd-9a5a-90f9c3274940"
    ],
    "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-12-15T04:14:59.231Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw37e78d90D48e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:870914fd-c0e7-4333-abbd-0592a977d5fe
VfModuleModelInvariantUUID:fe1131af-88d4-4632-ba16-4e3954acec51
VfModuleModelDescription:NULL
Artifacts UUID List:{
2978dcda-4f55-4c66-a9ba-1ab265d28c36
,
958ac8a7-ddc7-41bd-9a5a-90f9c3274940

}
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-12-15T04:14:59.234Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw37e78d90D48e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fe1131af-88d4-4632-ba16-4e3954acec51",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "870914fd-c0e7-4333-abbd-0592a977d5fe",
    "vfModuleModelCustomizationUUID": "8660b181-2655-4913-a3a7-803a51563c5b",
    "isBase": true,
    "artifacts": [
      "2978dcda-4f55-4c66-a9ba-1ab265d28c36",
      "958ac8a7-ddc7-41bd-9a5a-90f9c3274940"
    ],
    "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-12-15T04:14:59.234Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw37e78d90D48e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:870914fd-c0e7-4333-abbd-0592a977d5fe
VfModuleModelInvariantUUID:fe1131af-88d4-4632-ba16-4e3954acec51
VfModuleModelDescription:NULL
Artifacts UUID List:{
2978dcda-4f55-4c66-a9ba-1ab265d28c36
,
958ac8a7-ddc7-41bd-9a5a-90f9c3274940

}
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-12-15T04:14:59.234Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2978dcda-4f55-4c66-a9ba-1ab265d28c36 from URL: /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml
2022-12-15T04:14:59.234Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:14:59.235Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml
2022-12-15T04:14:59.289Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:14:59.290Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml 2978dcda-4f55-4c66-a9ba-1ab265d28c36 20368
2022-12-15T04:14:59.290Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-15T04:14:59.290Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml
2022-12-15T04:14:59.290Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:14:59.290Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:59.292Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:59.292Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077699290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:14:59.392Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:59.394Z||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-12-15T04:14:59.394Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:59.405Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:14:59.406Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:15:00.294Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 958ac8a7-ddc7-41bd-9a5a-90f9c3274940 from URL: /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
2022-12-15T04:15:00.295Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:15:00.295Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
2022-12-15T04:15:00.345Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:15:00.346Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env 958ac8a7-ddc7-41bd-9a5a-90f9c3274940 2098
2022-12-15T04:15:00.346Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-15T04:15:00.346Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
2022-12-15T04:15:00.347Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:15:00.347Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:15:00.350Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:15:00.350Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077700346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:15:00.450Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-12-15T04:15:00.451Z||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-12-15T04:15:00.451Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:00.466Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:15:00.466Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:15:01.366Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5c3f0243-c10b-47d9-9b87-ee461cd49192
2022-12-15T04:15:01.368Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 37e78d90-d48e 0 4f572275-6f5a-48f8-8da9-74f316dd46d8 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-12-15T04:15:01.413Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60c3e8b5, org.onap.sdc.toscaparser.api.parameters.Input@462adf6f, org.onap.sdc.toscaparser.api.parameters.Input@8c65aaa, org.onap.sdc.toscaparser.api.parameters.Input@1c053a3a, org.onap.sdc.toscaparser.api.parameters.Input@637cef4f]
2022-12-15T04:15:01.417Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.417Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.417Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-15T04:15:01.418Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4b3bb07c-99c0-4f88-a3d8-a4d9075766bb
2022-12-15T04:15:01.418Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b3bb07c-99c0-4f88-a3d8-a4d9075766bb matches Tosca VF Customization UUID: 4b3bb07c-99c0-4f88-a3d8-a4d9075766bb
2022-12-15T04:15:01.418Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4b3bb07c-99c0-4f88-a3d8-a4d9075766bb  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-12-15T04:15:01.426Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.426Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.427Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4b3bb07c-99c0-4f88-a3d8-a4d9075766bb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-15T04:15:01.428Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@157203b
2022-12-15T04:15:01.428Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.428Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:15:01.429Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8660b181-2655-4913-a3a7-803a51563c5b
2022-12-15T04:15:01.430Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8660b181-2655-4913-a3a7-803a51563c5b
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-12-15T04:15:01.436Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.437Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.437Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:15:01.438Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.438Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.438Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:15:01.438Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.439Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:15:01.439Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:15:01.439Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-15T04:15:01.439Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:15:01.439Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T04:15:01.440Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T04:15:01.440Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.440Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.440Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T04:15:01.440Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.441Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T04:15:01.441Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.441Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e291609-e591-4493-9662-c99c7b6b805c
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-12-15T04:15:01.448Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.449Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.449Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:15:01.449Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.450Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:15:01.450Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:15:01.450Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T04:15:01.451Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.451Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.451Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T04:15:01.452Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.452Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:15:01.452Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-15T04:15:01.452Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T04:15:01.453Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.453Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T04:15:01.453Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.454Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=791850da-679e-4c13-8548-79e60844b2b3
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-12-15T04:15:01.455Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.456Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.456Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:15:01.458Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.459Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:15:01.459Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:15:01.459Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T04:15:01.459Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.460Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.460Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T04:15:01.460Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.460Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:15:01.460Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T04:15:01.461Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T04:15:01.461Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.461Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.461Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-15T04:15:01.462Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=92cc9dc8-066d-4f5d-a715-64547a909ca4
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-12-15T04:15:01.464Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.464Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.465Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:15:01.465Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.465Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.465Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=4b3bb07c-99c0-4f88-a3d8-a4d9075766bb
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-12-15T04:15:01.467Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.468Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.468Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5c3f0243-c10b-47d9-9b87-ee461cd49192: vFW 37e78d90-d48e
2022-12-15T04:15:01.468Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.469Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.469Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.469Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.469Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.470Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.470Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.470Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.470Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:15:01.471Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.471Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-15 04-13-50 
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-12-15T04:15:01.732Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 37e78d90-d48e 4f572275-6f5a-48f8-8da9-74f316dd46d8 1 ASDC deployResourceStructure
2022-12-15T04:15:01.733Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json ASDC sendASDCNotification
2022-12-15T04:15:01.733Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json
2022-12-15T04:15:01.733Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:15:01.734Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:15:01.736Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:15:01.736Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077701733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:15:01.837Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:15:01.838Z||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-12-15T04:15:01.838Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:01.851Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:15:01.851Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:15:02.737Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-15T04:15:02.738Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml
2022-12-15T04:15:02.738Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:15:02.738Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:15:02.740Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:15:02.740Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077702737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:15:02.841Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:15:02.842Z||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-12-15T04:15:02.842Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:02.854Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:15:02.855Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:15:03.741Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-15T04:15:03.742Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
2022-12-15T04:15:03.742Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:15:03.743Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:15:03.746Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:15:03.747Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077703741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:15:03.847Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:15:03.848Z||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-12-15T04:15:03.849Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:03.862Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:15:03.863Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:15:04.748Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar ASDC sendASDCNotification
2022-12-15T04:15:04.749Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar
2022-12-15T04:15:04.749Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:15:04.749Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:15:04.752Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:15:04.752Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077704748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:15:04.852Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:15:04.853Z||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-12-15T04:15:04.853Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:04.863Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:15:04.864Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:15:05.753Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:15:05.776Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-12-15T04:15:05.778Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:15:05.778Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:15:05.778Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:15:35.779Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:15:35.787Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-12-15T04:15:35.788Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:15:35.788Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:15:35.788Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:15:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:15:44.532Z||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-12-15T04:15:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:44.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:15:44.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:15:44.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077677440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:15:44.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:05.789Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:16:05.817Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-12-15T04:16:05.818Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:16:05.819Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:16:05.819Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:16:35.819Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:16:35.827Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-12-15T04:16:35.828Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:16:35.829Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:16:35.829Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:16:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:16:44.532Z||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-12-15T04:16:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:16:44.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:16:45.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077677440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077685672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077677440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077685672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077677440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077685672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "cds",
  "timestamp": 1671077687493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077677440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077685672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077687900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "cds",
  "timestamp": 1671077687493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077677440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077685672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077687900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "cds",
  "timestamp": 1671077687493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077687900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077685672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077691405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "cds",
  "timestamp": 1671077687493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077684529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077687900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077685672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "cds",
  "timestamp": 1671077687493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "aai-ml",
  "timestamp": 1671077691680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077692800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077687900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "cds",
  "timestamp": 1671077687493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "aai-ml",
  "timestamp": 1671077691680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077687900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "cds",
  "timestamp": 1671077687493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "aai-ml",
  "timestamp": 1671077691680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077687900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "cds",
  "timestamp": 1671077695316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "aai-ml",
  "timestamp": 1671077691680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077695739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "cds",
  "timestamp": 1671077696338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-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-12-15T04:16:45.093Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e94044a1-210f-4436-ae0b-d02129202d0d
2022-12-15T04:16:45.093Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e94044a1-210f-4436-ae0b-d02129202d0d 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-12-15T04:16:45.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "aai-ml",
  "timestamp": 1671077691680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077697409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:16:45.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077696821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "aai-ml",
  "timestamp": 1671077691680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077698415,
  "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-12-15T04:16:45.102Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e94044a1-210f-4436-ae0b-d02129202d0d
2022-12-15T04:16:45.102Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e94044a1-210f-4436-ae0b-d02129202d0d 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-12-15T04:16:45.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077697881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077698213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "aai-ml",
  "timestamp": 1671077691680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077698983,
  "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-12-15T04:16:45.112Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e94044a1-210f-4436-ae0b-d02129202d0d
2022-12-15T04:16:45.113Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e94044a1-210f-4436-ae0b-d02129202d0d 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-12-15T04:16:45.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077699290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "aai-ml",
  "timestamp": 1671077699540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077699989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077700346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077701733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077702737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077703741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:16:45.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077704748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077705672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077707440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077707900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077705672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077707900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077707440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "aai-ml",
  "timestamp": 1671077715253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077707900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077705672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077707440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "aai-ml",
  "timestamp": 1671077716258,
  "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-12-15T04:16:45.131Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e94044a1-210f-4436-ae0b-d02129202d0d
2022-12-15T04:16:45.131Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e94044a1-210f-4436-ae0b-d02129202d0d 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-12-15T04:16:45.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077707900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077705672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077707440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077707900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077705672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077707440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "cds",
  "timestamp": 1671077717493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077707900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077705672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077707440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "cds",
  "timestamp": 1671077717493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671077705672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077707900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077707440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "cds",
  "timestamp": 1671077717493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "cds",
  "timestamp": 1671077717493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077720674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077721467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "cds",
  "timestamp": 1671077717493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077721736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "aai-ml",
  "timestamp": 1671077721680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "cds",
  "timestamp": 1671077717493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077722800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077724075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "aai-ml",
  "timestamp": 1671077721680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "cds",
  "timestamp": 1671077717493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077723829,
  "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-12-15T04:16:45.153Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93d6c086-7b41-4659-931e-904d8a50fae8
2022-12-15T04:16:45.153Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6c086-7b41-4659-931e-904d8a50fae8 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-12-15T04:16:45.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671077725079,
  "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-12-15T04:16:45.160Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93d6c086-7b41-4659-931e-904d8a50fae8
2022-12-15T04:16:45.161Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6c086-7b41-4659-931e-904d8a50fae8 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-12-15T04:16:45.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "aai-ml",
  "timestamp": 1671077721680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "cds",
  "timestamp": 1671077725238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671077724837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "aai-ml",
  "timestamp": 1671077721680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "cds",
  "timestamp": 1671077726246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-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-12-15T04:16:45.169Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93d6c086-7b41-4659-931e-904d8a50fae8
2022-12-15T04:16:45.171Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6c086-7b41-4659-931e-904d8a50fae8 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-12-15T04:16:45.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "aai-ml",
  "timestamp": 1671077721680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "aai-ml",
  "timestamp": 1671077721680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "aai-ml",
  "timestamp": 1671077721680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "aai-ml",
  "timestamp": 1671077729390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "aai-ml",
  "timestamp": 1671077736540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "aai-ml",
  "timestamp": 1671077737545,
  "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-12-15T04:16:45.182Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93d6c086-7b41-4659-931e-904d8a50fae8
2022-12-15T04:16:45.182Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6c086-7b41-4659-931e-904d8a50fae8 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-12-15T04:17:05.829Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:17:05.838Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:17:05.843Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:17:05.843Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:17:05.846Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:17:35.846Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d 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-12-15T04:17:35.856Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e94044a1-210f-4436-ae0b-d02129202d0d and serviceModelVersionId: 5c3f0243-c10b-47d9-9b87-ee461cd49192
2022-12-15T04:17:35.856Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 161da34b-67e3-4680-8c4a-9104350193e3
2022-12-15T04:17:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:17:44.532Z||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-12-15T04:17:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:50.762Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0
2022-12-15T04:17:50.869Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:17:51.347Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0|INFO|500||Invoke
2022-12-15T04:17:51.355Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e94044a1-210f-4436-ae0b-d02129202d0d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78c5aa89-c8ba-486f-98b1-43eb8d08c0a9], X-ECOMP-RequestID=[e94044a1-210f-4436-ae0b-d02129202d0d], X-TransactionId=[], X-ONAP-RequestID=[e94044a1-210f-4436-ae0b-d02129202d0d], Content-Type=[application/merge-patch+json]}
2022-12-15T04:17:51.473Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-15T04:17:51.714Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?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/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:17:51 GMT], content-length=[0], vertex-id=[221328], x-aai-txid=[2-aai-resources-221215-04:17:51:406-69865], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:17:51.716Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:17:51.716Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0|INFO|500||InvokeReturn
2022-12-15T04:17:51.720Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:17:51.720Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:17:51.728Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:17:51.729Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e94044a1-210f-4436-ae0b-d02129202d0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:17:51.730Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:17:51.731Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:17:51.733Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:17:51.733Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077871729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:17:51.833Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:17:51.834Z||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-12-15T04:17:51.834Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:51.846Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:17:51.847Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:17:52.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:17:52.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:17:52.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077871729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:17:52.474Z||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-12-15T04:17:52.744Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:17:52.744Z|e94044a1-210f-4436-ae0b-d02129202d0d|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-12-15T04:17:52.744Z|e94044a1-210f-4436-ae0b-d02129202d0d|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:57.161Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:17:57.167Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:17:57.167Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"93d6c086-7b41-4659-931e-904d8a50fae8","serviceName":"basic_onboard_rzczYW","serviceVersion":"1.0","serviceUUID":"daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3","serviceDescription":"service","serviceInvariantUUID":"8c015724-ec2e-463f-baa2-3ca551836a5a","resources":[{"resourceInstanceName":"basic_onboard_rzczYW 0","resourceName":"basic_onboard_rzczYW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8da33301-ede8-454b-9ec4-7ecf3db7907e","resourceInvariantUUID":"7a87d0b9-a878-4024-b492-896064af809a","resourceCustomizationUUID":"2cb9f4e0-a757-4673-8104-85fbef090de8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml","artifactChecksum":"NDgzZTQyMmEzNzI4ZTYwM2ZhNTY3ZjA5MmJkOTM5ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7aab10af-0300-41f8-ac8d-1b5acbf13842","artifactVersion":"1"},{"artifactName":"basic_onboard_rzczyw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json","artifactChecksum":"MWRkODc5NmU3YjEwZDIzNzU1MTQ3MTU0NDA2MGVhMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15e1eff0-224e-439f-aaf7-5fe144411568","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f85a494-8dea-4919-bfb4-1440fa2eaaaa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3bafdd72-675b-438b-ab28-109cd45eac2c","artifactVersion":"2","generatedFromUUID":"2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRzczyw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml","artifactChecksum":"ODk4YWUyMWQ4NDJkZTEzMDAzYzdkYWRkYjk4ODMzOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23aed334-44b9-4c66-b8e6-818df8f5ba23","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRzczyw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar","artifactChecksum":"M2JlYjRjYzhkYzRkMmU2YTU3NTA3NmUwODNiYTA4NDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25213be0-c564-45b7-b0c3-264d0215611c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:17:57.171Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:17:57.172Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:17:57.174Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:17:57.175Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:17:57.275Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:17:57.275Z||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-12-15T04:17:57.276Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:57.291Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:17:57.292Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:17:58.175Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:17:58.176Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:17:58.178Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:17:58.178Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:17:58.279Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:17:58.280Z||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-12-15T04:17:58.280Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:58.294Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:17:58.294Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:17:59.179Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:17:59.180Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:17:59.182Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:17:59.182Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:17:59.283Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T04:17:59.284Z||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-12-15T04:17:59.284Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:59.295Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:17:59.295Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:18:00.183Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:18:00.184Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:00.186Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:00.186Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:18:00.287Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:00.288Z||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-12-15T04:18:00.288Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:00.300Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:00.300Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:01.187Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:18:01.188Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:01.190Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:01.190Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-15T04:18:01.290Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:01.291Z||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-12-15T04:18:01.291Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:01.304Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:01.304Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:02.190Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:18:02.191Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:02.193Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:02.193Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:18:02.293Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:02.294Z||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-12-15T04:18:02.294Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:02.309Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:02.309Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:18:03.194Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:18:03.194Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:03.196Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:03.196Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:18:03.297Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:03.298Z||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-12-15T04:18:03.298Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:03.310Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:03.310Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:04.198Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "serviceName": "basic_onboard_rzczYW",
  "serviceVersion": "1.0",
  "serviceUUID": "daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8c015724-ec2e-463f-baa2-3ca551836a5a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_rzczYW 0",
      "resourceCustomizationUUID": "2cb9f4e0-a757-4673-8104-85fbef090de8",
      "resourceName": "basic_onboard_rzczYW",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8da33301-ede8-454b-9ec4-7ecf3db7907e",
      "resourceInvariantUUID": "7a87d0b9-a878-4024-b492-896064af809a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rzczyw0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
          "artifactChecksum": "MWRkODc5NmU3YjEwZDIzNzU1MTQ3MTU0NDA2MGVhMWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "15e1eff0-224e-439f-aaf7-5fe144411568",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3bafdd72-675b-438b-ab28-109cd45eac2c",
            "generatedFromUUID": "2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3bafdd72-675b-438b-ab28-109cd45eac2c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRzczyw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
      "artifactChecksum": "M2JlYjRjYzhkYzRkMmU2YTU3NTA3NmUwODNiYTA4NDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25213be0-c564-45b7-b0c3-264d0215611c"
    }
  ],
  "workloadContext": "Production"
}
2022-12-15T04:18:04.199Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:18:04.199Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3 ASDC
2022-12-15T04:18:04.200Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:93d6c086-7b41-4659-931e-904d8a50fae8
ServiceName:basic_onboard_rzczYW
ServiceVersion:1.0
ServiceUUID:daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3
ServiceInvariantUUID:8c015724-ec2e-463f-baa2-3ca551836a5a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRzczyw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar
ArtifactUUID:25213be0-c564-45b7-b0c3-264d0215611c
ArtifactChecksum:M2JlYjRjYzhkYzRkMmU2YTU3NTA3NmUwODNiYTA4NDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rzczYW 0
ResourceCustomizationUUID:2cb9f4e0-a757-4673-8104-85fbef090de8
ResourceInvariantUUID:7a87d0b9-a878-4024-b492-896064af809a
ResourceName:basic_onboard_rzczYW
ResourceType:VF
ResourceUUID:8da33301-ede8-454b-9ec4-7ecf3db7907e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rzczyw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json
ArtifactUUID:15e1eff0-224e-439f-aaf7-5fe144411568
ArtifactChecksum:MWRkODc5NmU3YjEwZDIzNzU1MTQ3MTU0NDA2MGVhMWE=
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/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0
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/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
ArtifactUUID:3bafdd72-675b-438b-ab28-109cd45eac2c
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/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
ArtifactUUID:3bafdd72-675b-438b-ab28-109cd45eac2c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-15T04:18:04.200Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3 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-12-15T04:18:04.223Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:18:04.224Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:18:04.224Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:18:04.224Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25213be0-c564-45b7-b0c3-264d0215611c from URL: /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:04.224Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:18:04.224Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:04.304Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:18:04.309Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar 25213be0-c564-45b7-b0c3-264d0215611c 75312
2022-12-15T04:18:04.310Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar ASDC sendASDCNotification
2022-12-15T04:18:04.310Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:04.310Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:18:04.311Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:04.313Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:04.314Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077884310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:18:04.414Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:04.415Z||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-12-15T04:18:04.415Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:04.427Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:04.428Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:05.315Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:18:05.316Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:18:05.316Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 25213be0-c564-45b7-b0c3-264d0215611c, URL: /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar to file: /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:05.317Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:05.317Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:05.317Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:05.454Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17211354660522518330/Definitions/service-BasicOnboardRzczyw-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-12-15T04:18:06.752Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rzczYW 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-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.754Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.754Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-15T04:18:06.754Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.754Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.754Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is not matching search criteria
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is not matching search criteria
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9d7826e0-9764-4085-ace7-7aff02e2afad
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.761Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.761Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:06.761Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.761Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_rzczYW
Description:service
Model UUID:daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3
Model Version:NULL
Model InvariantUuid:8c015724-ec2e-463f-baa2-3ca551836a5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_rzczYW
Model UUID:2330a7ed-4108-46a8-9b3a-654bb3efdf5d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7a87d0b9-a878-4024-b492-896064af809a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2cb9f4e0-a757-4673-8104-85fbef090de8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:71983a46-3699-4216-acd7-a90a0f5e98d2
ModelName:BasicOnboardRzczyw..base_ubuntu18..module-0
ModelUuid:2614c615-3bab-4fdb-9a09-e33de92fdeb1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9d7826e0-9764-4085-ace7-7aff02e2afad
ModelInvariantUuid:ca277b35-2a84-492d-bb15-60831a47935f
ModelName:basic_onboard_rzczYW-nodes.ubuntu18Cvfc
ModelUuid:3f5ddb38-211d-49f0-b1c4-ea2c493719f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ec72d96c-6b98-4909-97e3-2c5778d4588b
ModelInvariantUuid:13507fba-97fd-4d6a-8af0-d01c55129890
ModelName:BasicOnboardRzczyw.compute.nodes.heat.ubuntu18
ModelUuid:02e3cbc9-adf3-4b56-8c83-762860b737ed
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-12-15T04:18:06.771Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8da33301-ede8-454b-9ec4-7ecf3db7907e
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-12-15T04:18:06.774Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||basic_onboard_rzczYW 0
2022-12-15T04:18:06.775Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8da33301-ede8-454b-9ec4-7ecf3db7907e
2022-12-15T04:18:06.775Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 15e1eff0-224e-439f-aaf7-5fe144411568 from URL: /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json
2022-12-15T04:18:06.775Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:18:06.775Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json
2022-12-15T04:18:06.833Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:18:06.834Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json 15e1eff0-224e-439f-aaf7-5fe144411568 798
2022-12-15T04:18:06.835Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json ASDC sendASDCNotification
2022-12-15T04:18:06.835Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json
2022-12-15T04:18:06.835Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:18:06.836Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:06.838Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:06.838Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077886835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:18:06.938Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:06.940Z||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-12-15T04:18:06.940Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:06.976Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:06.977Z||pool-27-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:07.839Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRzczyw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "71983a46-3699-4216-acd7-a90a0f5e98d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2614c615-3bab-4fdb-9a09-e33de92fdeb1",
    "vfModuleModelCustomizationUUID": "0bcabf80-44b2-491b-b6c4-006cccb92e9f",
    "isBase": true,
    "artifacts": [
      "2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0",
      "3bafdd72-675b-438b-ab28-109cd45eac2c"
    ],
    "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-12-15T04:18:07.843Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRzczyw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2614c615-3bab-4fdb-9a09-e33de92fdeb1
VfModuleModelInvariantUUID:71983a46-3699-4216-acd7-a90a0f5e98d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0
,
3bafdd72-675b-438b-ab28-109cd45eac2c

}
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-12-15T04:18:07.846Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRzczyw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "71983a46-3699-4216-acd7-a90a0f5e98d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2614c615-3bab-4fdb-9a09-e33de92fdeb1",
    "vfModuleModelCustomizationUUID": "0bcabf80-44b2-491b-b6c4-006cccb92e9f",
    "isBase": true,
    "artifacts": [
      "2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0",
      "3bafdd72-675b-438b-ab28-109cd45eac2c"
    ],
    "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-12-15T04:18:07.846Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRzczyw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2614c615-3bab-4fdb-9a09-e33de92fdeb1
VfModuleModelInvariantUUID:71983a46-3699-4216-acd7-a90a0f5e98d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0
,
3bafdd72-675b-438b-ab28-109cd45eac2c

}
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-12-15T04:18:07.846Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0 from URL: /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml
2022-12-15T04:18:07.846Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:18:07.847Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml
2022-12-15T04:18:07.899Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:18:07.900Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml 2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0 5033
2022-12-15T04:18:07.901Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-15T04:18:07.901Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml
2022-12-15T04:18:07.901Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:18:07.901Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:07.903Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:07.904Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077887900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:18:08.007Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-15T04:18:08.008Z||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-12-15T04:18:08.009Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:08.021Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:08.022Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:08.905Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3bafdd72-675b-438b-ab28-109cd45eac2c from URL: /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
2022-12-15T04:18:08.906Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:18:08.906Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
2022-12-15T04:18:08.956Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:18:08.956Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env 3bafdd72-675b-438b-ab28-109cd45eac2c 909
2022-12-15T04:18:08.957Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-15T04:18:08.957Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
2022-12-15T04:18:08.957Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:18:08.958Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:08.960Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:08.960Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077888957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:18:09.060Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:09.061Z||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-12-15T04:18:09.061Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:09.073Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:09.073Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:09.961Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3
2022-12-15T04:18:09.961Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rzczYW 0 8da33301-ede8-454b-9ec4-7ecf3db7907e 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-12-15T04:18:09.981Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24cde7fd, org.onap.sdc.toscaparser.api.parameters.Input@63d8095d, org.onap.sdc.toscaparser.api.parameters.Input@f4052c9, org.onap.sdc.toscaparser.api.parameters.Input@195cab69, org.onap.sdc.toscaparser.api.parameters.Input@526555b0]
2022-12-15T04:18:09.983Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:09.983Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:09.984Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-15T04:18:09.984Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2cb9f4e0-a757-4673-8104-85fbef090de8
2022-12-15T04:18:09.984Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2cb9f4e0-a757-4673-8104-85fbef090de8 matches Tosca VF Customization UUID: 2cb9f4e0-a757-4673-8104-85fbef090de8
2022-12-15T04:18:09.985Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2cb9f4e0-a757-4673-8104-85fbef090de8  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-12-15T04:18:09.987Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:09.987Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:09.988Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2cb9f4e0-a757-4673-8104-85fbef090de8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-15T04:18:09.988Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f405b2
2022-12-15T04:18:09.989Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:09.989Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:18:09.989Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0bcabf80-44b2-491b-b6c4-006cccb92e9f
2022-12-15T04:18:09.990Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0bcabf80-44b2-491b-b6c4-006cccb92e9f
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-12-15T04:18:09.993Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:09.994Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:09.995Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:09.996Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:09.996Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:09.996Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:09.997Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:09.997Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is not matching search criteria
2022-12-15T04:18:09.997Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-15T04:18:09.998Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-15T04:18:09.998Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9d7826e0-9764-4085-ace7-7aff02e2afad
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-12-15T04:18:10.000Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:10.001Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:10.001Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:10.001Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:10.002Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:10.002Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=2cb9f4e0-a757-4673-8104-85fbef090de8
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-12-15T04:18:10.004Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:10.004Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.005Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3: basic_onboard_rzczYW
2022-12-15T04:18:10.005Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:10.005Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.005Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:10.006Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.006Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:10.006Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.006Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:10.007Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.007Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:18:10.007Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.008Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_rzczYW 
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-12-15T04:18:10.087Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rzczYW 8da33301-ede8-454b-9ec4-7ecf3db7907e 1 ASDC deployResourceStructure
2022-12-15T04:18:10.088Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json ASDC sendASDCNotification
2022-12-15T04:18:10.088Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json
2022-12-15T04:18:10.088Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:18:10.089Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:10.091Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:10.092Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077890088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:18:10.192Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:10.193Z||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-12-15T04:18:10.193Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:10.204Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:10.204Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:11.093Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-15T04:18:11.093Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml
2022-12-15T04:18:11.093Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:18:11.094Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:11.095Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:11.096Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077891092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:18:11.196Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:11.197Z||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-12-15T04:18:11.197Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:11.209Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:11.209Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:12.096Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-15T04:18:12.097Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
2022-12-15T04:18:12.097Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:18:12.097Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:12.099Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:12.099Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077892096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:18:12.199Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:12.200Z||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-12-15T04:18:12.200Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:12.214Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:12.215Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:13.100Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar ASDC sendASDCNotification
2022-12-15T04:18:13.100Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:13.100Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:18:13.101Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:13.103Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:13.103Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077893100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:18:13.203Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:13.204Z||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-12-15T04:18:13.204Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:13.214Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:13.214Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:14.103Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93d6c086-7b41-4659-931e-904d8a50fae8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:18:14.113Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93d6c086-7b41-4659-931e-904d8a50fae8
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-12-15T04:18:14.116Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:18:14.116Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:18:14.116Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:18:14.116Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:18:14.116Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:18:14.117Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:18:14.117Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:18:14.117Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:18:14.117Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:18:14.118Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:18:14.122Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:18:44.122Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93d6c086-7b41-4659-931e-904d8a50fae8 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-12-15T04:18:44.130Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93d6c086-7b41-4659-931e-904d8a50fae8 and serviceModelVersionId: daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3
2022-12-15T04:18:44.130Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c015724-ec2e-463f-baa2-3ca551836a5a
2022-12-15T04:18:44.131Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0
2022-12-15T04:18:44.135Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:18:44.190Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0|INFO|500||Invoke
2022-12-15T04:18:44.191Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93d6c086-7b41-4659-931e-904d8a50fae8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67f698ac-cbd5-4c25-b272-c2c20a54c83e], X-ECOMP-RequestID=[93d6c086-7b41-4659-931e-904d8a50fae8], X-TransactionId=[], X-ONAP-RequestID=[93d6c086-7b41-4659-931e-904d8a50fae8], Content-Type=[application/merge-patch+json]}
2022-12-15T04:18:44.226Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-15T04:18:44.342Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?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/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:18:44 GMT], content-length=[0], vertex-id=[205032], x-aai-txid=[2-aai-resources-221215-04:18:44:157-36899], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:18:44.343Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:18:44.344Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0|INFO|500||InvokeReturn
2022-12-15T04:18:44.344Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:18:44.345Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:18:44.351Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:18:44.351Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93d6c086-7b41-4659-931e-904d8a50fae8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:18:44.351Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:18:44.352Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:44.354Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:44.354Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077924351,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:18:44.454Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:44.455Z||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-12-15T04:18:44.455Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:44.467Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:44.468Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:18:44.532Z||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-12-15T04:18:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:45.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:45.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:18:45.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:18:45.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:18:45.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:18:45.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:18:45.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:18:45.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:18:45.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:18:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-15T04:18:45.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:18:45.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:18:45.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:18:45.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077872744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:18:45.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:18:45.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077884310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:18:45.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077886835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:18:45.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077887900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:18:45.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077888957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:18:45.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077890088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:18:45.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077891092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:18:45.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077892096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:18:45.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077893100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:18:45.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671077924351,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:18:45.177Z||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-12-15T04:18:45.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:18:45.363Z||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-12-15T04:18:45.364Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:54.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:18:54.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:18:54.907Z||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-12-15T04:18:54.907Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:19:04.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:19:04.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:19:04.448Z||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-12-15T04:19:04.448Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:19:14.011Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:19:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:19:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:19:44.531Z||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-12-15T04:19:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:19:44.532Z||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-12-15T04:19:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:19:54.086Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:19:54.088Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:20:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:20:44.529Z||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-12-15T04:20:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:20:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:20:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T04:20:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:20:54.073Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:20:54.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:21:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:21:44.530Z||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-12-15T04:21:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:21:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:21:44.531Z||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-12-15T04:21:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:21:54.072Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:21:54.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:22:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:22:44.529Z||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-12-15T04:22:44.529Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:22:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:22:44.531Z||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-12-15T04:22:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:22:54.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:22:54.070Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:23:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:23:44.530Z||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-12-15T04:23:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:23:44.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:23:44.531Z||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-12-15T04:23:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:23:54.071Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:23:54.072Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:24:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:24:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:24:44.531Z||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-12-15T04:24:44.531Z||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-12-15T04:24:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:24:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:24:54.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:24:54.119Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:25:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:25:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:25:44.531Z||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-12-15T04:25:44.531Z||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-12-15T04:25:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:25:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:25:54.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:25:54.076Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:26:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:26:44.530Z||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-12-15T04:26:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:26:44.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:26:44.531Z||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-12-15T04:26:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:26:54.075Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:26:54.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:27:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:27:44.530Z||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-12-15T04:27:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:27:44.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:27:44.531Z||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-12-15T04:27:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:27:54.097Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:27:54.098Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:28:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:28:44.530Z||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-12-15T04:28:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:28:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:28:44.531Z||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-12-15T04:28:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:28:54.095Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:28:54.108Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:29:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:29:44.530Z||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-12-15T04:29:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:44.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:29:44.531Z||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-12-15T04:29:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:45.157Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:29:45.157Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:29:45.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f77150d2-bb34-4a20-ab36-3ff92abcf1f9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"19f828b2-a409-47d1-a336-2ce642602f53","serviceDescription":"service","serviceInvariantUUID":"61559d62-9cab-4683-8087-0579b95b3def","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"851e2040-5f26-4ddf-ad76-733ce8c71a4b","resourceInvariantUUID":"d2a3f6c1-62bc-4653-9358-12ba0aa23bde","resourceCustomizationUUID":"83a0ee95-ae58-461f-92e3-580ad3b8f4be","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":"MDZiMTJlOWIwM2MxZjFhMTM1M2UzODYzNzI3ZWQ2MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b259908-8293-4898-a2f7-5580dd3f54c8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTAxZDY0NDE3NGYyNmY4ZmQ0OTFjNTUwMDIxMzJmN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f56719e-944d-468c-9f0d-51dd43c87a20","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:29:45.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078547440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078547900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078547900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078547440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "cds",
  "timestamp": 1671078557493,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:29:45.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078559197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:29:45.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:29:45.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "cds",
  "timestamp": 1671078557493,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:29:45.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:29:45.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "cds",
  "timestamp": 1671078560251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:29:45.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:29:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078561169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:29:45.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:29:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "cds",
  "timestamp": 1671078561259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-12-15T04:29:45.164Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:29:45.165Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:29:45.169Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:29:45.169Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078584528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-15T04:29:45.179Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f77150d2-bb34-4a20-ab36-3ff92abcf1f9
2022-12-15T04:29:45.180Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77150d2-bb34-4a20-ab36-3ff92abcf1f9 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-12-15T04:29:45.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078562173,
  "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-12-15T04:29:45.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f77150d2-bb34-4a20-ab36-3ff92abcf1f9
2022-12-15T04:29:45.190Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77150d2-bb34-4a20-ab36-3ff92abcf1f9 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-12-15T04:29:45.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "aai-ml",
  "timestamp": 1671078561680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "aai-ml",
  "timestamp": 1671078561680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "aai-ml",
  "timestamp": 1671078564415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078565672,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078565672,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "aai-ml",
  "timestamp": 1671078568915,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:29:45.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:29:45.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "aai-ml",
  "timestamp": 1671078569919,
  "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-12-15T04:29:45.200Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f77150d2-bb34-4a20-ab36-3ff92abcf1f9
2022-12-15T04:29:45.200Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77150d2-bb34-4a20-ab36-3ff92abcf1f9 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-12-15T04:29:45.269Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:29:45.270Z||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-12-15T04:29:45.270Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:45.282Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:29:45.282Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:29:46.169Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:29:46.171Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:29:46.173Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:29:46.173Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078584528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:29:46.274Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:29:46.275Z||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-12-15T04:29:46.275Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:46.286Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:29:46.286Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:29:47.175Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "19f828b2-a409-47d1-a336-2ce642602f53",
  "serviceDescription": "service",
  "serviceInvariantUUID": "61559d62-9cab-4683-8087-0579b95b3def",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "83a0ee95-ae58-461f-92e3-580ad3b8f4be",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "851e2040-5f26-4ddf-ad76-733ce8c71a4b",
      "resourceInvariantUUID": "d2a3f6c1-62bc-4653-9358-12ba0aa23bde",
      "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": "NTAxZDY0NDE3NGYyNmY4ZmQ0OTFjNTUwMDIxMzJmN2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f56719e-944d-468c-9f0d-51dd43c87a20"
    }
  ],
  "workloadContext": "Production"
}
2022-12-15T04:29:47.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:29:47.175Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 19f828b2-a409-47d1-a336-2ce642602f53 ASDC
2022-12-15T04:29:47.176Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f77150d2-bb34-4a20-ab36-3ff92abcf1f9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:19f828b2-a409-47d1-a336-2ce642602f53
ServiceInvariantUUID:61559d62-9cab-4683-8087-0579b95b3def
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:1f56719e-944d-468c-9f0d-51dd43c87a20
ArtifactChecksum:NTAxZDY0NDE3NGYyNmY4ZmQ0OTFjNTUwMDIxMzJmN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:83a0ee95-ae58-461f-92e3-580ad3b8f4be
ResourceInvariantUUID:d2a3f6c1-62bc-4653-9358-12ba0aa23bde
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:851e2040-5f26-4ddf-ad76-733ce8c71a4b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-15T04:29:47.177Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19f828b2-a409-47d1-a336-2ce642602f53 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-12-15T04:29:47.199Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:29:47.200Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:29:47.200Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:29:47.201Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1f56719e-944d-468c-9f0d-51dd43c87a20 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-15T04:29:47.201Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:29:47.202Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-15T04:29:47.263Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:29:47.266Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1f56719e-944d-468c-9f0d-51dd43c87a20 57663
2022-12-15T04:29:47.267Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-15T04:29:47.267Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-15T04:29:47.267Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:29:47.268Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:29:47.270Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:29:47.270Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078587266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:29:47.370Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:29:47.371Z||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-12-15T04:29:47.371Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:47.385Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:29:47.386Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:29:48.271Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:29:48.272Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:29:48.272Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1f56719e-944d-468c-9f0d-51dd43c87a20, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T04:29:48.273Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-15T04:29:48.273Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T04:29:48.274Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T04:29:48.441Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6091714329498332258/Definitions/service-BasicNetwork-template.yml
2022-12-15T04:29:49.110Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||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-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||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-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||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-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||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-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||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-12-15T04:29:49.112Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||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-12-15T04:29:49.112Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||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-12-15T04:29:49.112Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:29:49.112Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.112Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.115Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.115Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.115Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.115Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.115Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.116Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:19f828b2-a409-47d1-a336-2ce642602f53
Model Version:NULL
Model InvariantUuid:61559d62-9cab-4683-8087-0579b95b3def
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d2a3f6c1-62bc-4653-9358-12ba0aa23bde
Model UUID:833b53f8-a766-4152-add4-d60e0cf91d43
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:83a0ee95-ae58-461f-92e3-580ad3b8f4be
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-12-15T04:29:49.126Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 851e2040-5f26-4ddf-ad76-733ce8c71a4b
2022-12-15T04:29:49.127Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||No resources found for Service: 19f828b2-a409-47d1-a336-2ce642602f53
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-12-15T04:29:49.137Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||
2022-12-15T04:29:49.138Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-15T04:29:49.139Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 19f828b2-a409-47d1-a336-2ce642602f53
2022-12-15T04:29:49.139Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 19f828b2-a409-47d1-a336-2ce642602f53
2022-12-15T04:29:49.139Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-15T04:29:49.140Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||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-12-15T04:29:49.147Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b5df282, org.onap.sdc.toscaparser.api.parameters.Input@41be0f02, org.onap.sdc.toscaparser.api.parameters.Input@d94d176, org.onap.sdc.toscaparser.api.parameters.Input@7bfc776a, org.onap.sdc.toscaparser.api.parameters.Input@6f214375]
2022-12-15T04:29:49.150Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.150Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.150Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.151Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.151Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 19f828b2-a409-47d1-a336-2ce642602f53: Generic NeutronNet
2022-12-15T04:29:49.151Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.151Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.152Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.152Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||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-12-15T04:29:49.203Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.204Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.204Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.204Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.204Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:29:49.205Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:29:49.205Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||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-12-15T04:29:49.259Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-15T04:29:49.260Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-15T04:29:49.260Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-15T04:29:49.260Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:29:49.261Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:29:49.263Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:29:49.264Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078589260,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:29:49.363Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:29:49.364Z||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-12-15T04:29:49.364Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:49.374Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:29:49.375Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:29:50.265Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f77150d2-bb34-4a20-ab36-3ff92abcf1f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:29:50.274Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f77150d2-bb34-4a20-ab36-3ff92abcf1f9
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-12-15T04:29:50.277Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:29:50.277Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:29:50.277Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:29:50.277Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:29:50.277Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:29:50.278Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:29:50.278Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:29:50.278Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:29:50.278Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:29:50.281Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:30:20.282Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f77150d2-bb34-4a20-ab36-3ff92abcf1f9 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-12-15T04:30:20.289Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f77150d2-bb34-4a20-ab36-3ff92abcf1f9 and serviceModelVersionId: 19f828b2-a409-47d1-a336-2ce642602f53
2022-12-15T04:30:20.289Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61559d62-9cab-4683-8087-0579b95b3def
2022-12-15T04:30:20.290Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0
2022-12-15T04:30:20.296Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:30:20.392Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?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-12-15T04:30:20.394Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0|INFO|500||Invoke
2022-12-15T04:30:20.422Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-15T04:30:20.526Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0|INFO|500||InvokeReturn
2022-12-15T04:30:20.528Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:30:20 GMT], content-length=[0], vertex-id=[184536], x-aai-txid=[0-aai-resources-221215-04:30:20:343-20329], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:30:20.528Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:30:20.529Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:30:20.529Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:30:20.533Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:30:20.534Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f77150d2-bb34-4a20-ab36-3ff92abcf1f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:30:20.534Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:30:20.535Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:20.537Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:20.537Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078620534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:30:20.637Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:20.638Z||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-12-15T04:30:20.638Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:20.652Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:20.653Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-15T04:30:44.529Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:30:44.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:30:44.531Z||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-12-15T04:30:44.531Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-12-15T04:30:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:44.531Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:44.652Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:44.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:30:44.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078584528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:30:44.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:30:45.158Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:45.159Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-15T04:30:45.160Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d491d5ea-147d-4612-80b2-60053c75e3f8","serviceName":"Demo_pNF_rdPu2q4etdAqgQl6xsiQ","serviceVersion":"1.0","serviceUUID":"c58ec3cd-2ecc-4d13-b823-25861f4eabf3","serviceDescription":"catalog service description","serviceInvariantUUID":"18bd0759-8854-498d-ab56-044683b0e738","resources":[{"resourceInstanceName":"pNF 47dbbcec-6a08 0","resourceName":"pNF 47dbbcec-6a08","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"af658a21-e64e-4a0c-b436-1b28331d3595","resourceInvariantUUID":"3d798b8e-a17c-4809-9675-7b7baa8169f3","resourceCustomizationUUID":"de0aac73-e5bd-466c-b545-9f0133f39453","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vf-license-model.xml","artifactChecksum":"MGFmMWVhMDEzZGUyYTMxMDkxOWI5ZjQ2YTBmY2FhNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d389ea57-4425-4447-b287-481807d3377e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/pNF.csar","artifactChecksum":"YTMyYzE2Zjk4OWRiNTYwNzdhODEzNmE5NThmNzdhN2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bcb3b78a-f962-4649-b7fc-feeecd1bbadd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fba0851a-a55c-48b6-b4f0-c180deb39e75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vendor-license-model.xml","artifactChecksum":"NWI4YWY2ZTMzNmI2MmM1Y2E4NTkwMGIyY2RkYThjMzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"65da64c2-c255-4fd9-98c8-9b79bce292b8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e553831e-44e2-4a3b-9828-5b9b8db6f072","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a889815-b5b1-4933-89b7-bda667d86be1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml","artifactChecksum":"ZGMyOGRkNzA2NGE2ZGU3N2Y5Y2I2MTBhNzdmZTM1Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ccb4e98-9000-4b6f-bbb5-bb95fc1ccf96","artifactVersion":"1"},{"artifactName":"service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar","artifactChecksum":"NDE4OTkxYzA2ZTJjYzZiYzNmNzI5M2VjN2UyNTRhODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86205ca3-0001-4027-9c17-efa40e767933","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:30:45.163Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:45.163Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:45.166Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:45.166Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:30:45.267Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:45.268Z||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-12-15T04:30:45.268Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:45.280Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:45.281Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:46.167Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:46.169Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:46.172Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:46.172Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:30:46.273Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:46.274Z||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-12-15T04:30:46.274Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:46.286Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:46.287Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:47.173Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:47.174Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:47.176Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:47.177Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:30:47.277Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:47.279Z||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-12-15T04:30:47.279Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:47.290Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:47.291Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:48.177Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:48.180Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:48.182Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:48.182Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:30:48.282Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:48.284Z||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-12-15T04:30:48.284Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:48.300Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:48.301Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:49.182Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:49.184Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:49.186Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:49.186Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:30:49.287Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T04:30:49.288Z||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-12-15T04:30:49.288Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:49.301Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:49.301Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:50.186Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:50.187Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:50.190Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:50.190Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:30:50.291Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T04:30:50.292Z||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-12-15T04:30:50.292Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:50.303Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:50.303Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:51.197Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:51.199Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:51.203Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:51.203Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:30:51.303Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:30:51.304Z||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-12-15T04:30:51.304Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:51.323Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:51.324Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:52.203Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:52.204Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:52.206Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:52.206Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:30:52.306Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:52.307Z||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-12-15T04:30:52.308Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:52.317Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:52.318Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:53.208Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "serviceName": "Demo_pNF_rdPu2q4etdAqgQl6xsiQ",
  "serviceVersion": "1.0",
  "serviceUUID": "c58ec3cd-2ecc-4d13-b823-25861f4eabf3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "18bd0759-8854-498d-ab56-044683b0e738",
  "resources": [
    {
      "resourceInstanceName": "pNF 47dbbcec-6a08 0",
      "resourceCustomizationUUID": "de0aac73-e5bd-466c-b545-9f0133f39453",
      "resourceName": "pNF 47dbbcec-6a08",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "af658a21-e64e-4a0c-b436-1b28331d3595",
      "resourceInvariantUUID": "3d798b8e-a17c-4809-9675-7b7baa8169f3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
      "artifactChecksum": "NDE4OTkxYzA2ZTJjYzZiYzNmNzI5M2VjN2UyNTRhODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86205ca3-0001-4027-9c17-efa40e767933"
    }
  ],
  "workloadContext": "Production"
}
2022-12-15T04:30:53.209Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:30:53.209Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c58ec3cd-2ecc-4d13-b823-25861f4eabf3 ASDC
2022-12-15T04:30:53.210Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d491d5ea-147d-4612-80b2-60053c75e3f8
ServiceName:Demo_pNF_rdPu2q4etdAqgQl6xsiQ
ServiceVersion:1.0
ServiceUUID:c58ec3cd-2ecc-4d13-b823-25861f4eabf3
ServiceInvariantUUID:18bd0759-8854-498d-ab56-044683b0e738
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
ArtifactUUID:86205ca3-0001-4027-9c17-efa40e767933
ArtifactChecksum:NDE4OTkxYzA2ZTJjYzZiYzNmNzI5M2VjN2UyNTRhODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 47dbbcec-6a08 0
ResourceCustomizationUUID:de0aac73-e5bd-466c-b545-9f0133f39453
ResourceInvariantUUID:3d798b8e-a17c-4809-9675-7b7baa8169f3
ResourceName:pNF 47dbbcec-6a08
ResourceType:PNF
ResourceUUID:af658a21-e64e-4a0c-b436-1b28331d3595
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-15T04:30:53.210Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c58ec3cd-2ecc-4d13-b823-25861f4eabf3 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-12-15T04:30:53.255Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:30:53.256Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:30:53.257Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:30:53.257Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 86205ca3-0001-4027-9c17-efa40e767933 from URL: /sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:53.257Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:30:53.258Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:53.360Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:30:53.364Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar 86205ca3-0001-4027-9c17-efa40e767933 87774
2022-12-15T04:30:53.364Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar ASDC sendASDCNotification
2022-12-15T04:30:53.364Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:53.365Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:30:53.365Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:53.367Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:53.368Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078653364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:30:53.468Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:53.469Z||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-12-15T04:30:53.469Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:53.487Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:53.487Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:54.368Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:30:54.370Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:30:54.370Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 86205ca3-0001-4027-9c17-efa40e767933, URL: /sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar to file: /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:54.370Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:54.371Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:54.371Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:54.496Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16269243455383825379/Definitions/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml
2022-12-15T04:30:55.460Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:30:55.461Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:30:55.461Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.461Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-15T04:30:55.461Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 47dbbcec-6a08 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-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:30:55.463Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:30:55.463Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.463Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Node template pNF 47dbbcec-6a08 0 is matching search criteria
2022-12-15T04:30:55.464Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:30:55.464Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 47dbbcec-6a08 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:30:55.464Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:30:55.465Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.465Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Node template pNF 47dbbcec-6a08 0 is matching search criteria
2022-12-15T04:30:55.465Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:30:55.465Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 47dbbcec-6a08 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:30:55.467Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.467Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:30:55.467Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.467Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rdPu2q4etdAqgQl6xsiQ
Description:catalog service description
Model UUID:c58ec3cd-2ecc-4d13-b823-25861f4eabf3
Model Version:NULL
Model InvariantUuid:18bd0759-8854-498d-ab56-044683b0e738
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-12-15T04:30:55.475Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: af658a21-e64e-4a0c-b436-1b28331d3595
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-12-15T04:30:55.479Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||pNF 47dbbcec-6a08 0
2022-12-15T04:30:55.479Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: af658a21-e64e-4a0c-b436-1b28331d3595
2022-12-15T04:30:55.480Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c58ec3cd-2ecc-4d13-b823-25861f4eabf3
2022-12-15T04:30:55.480Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c58ec3cd-2ecc-4d13-b823-25861f4eabf3
2022-12-15T04:30:55.480Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 47dbbcec-6a08 0 af658a21-e64e-4a0c-b436-1b28331d3595 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-12-15T04:30:55.484Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34917241, org.onap.sdc.toscaparser.api.parameters.Input@1a1aa624, org.onap.sdc.toscaparser.api.parameters.Input@371643f3, org.onap.sdc.toscaparser.api.parameters.Input@25a9ef99, org.onap.sdc.toscaparser.api.parameters.Input@1a959217]
2022-12-15T04:30:55.485Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:30:55.485Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.485Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c58ec3cd-2ecc-4d13-b823-25861f4eabf3: pNF 47dbbcec-6a08
2022-12-15T04:30:55.485Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Processing PNF resource: af658a21-e64e-4a0c-b436-1b28331d3595
2022-12-15T04:30:55.485Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:30:55.486Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.486Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Resource customization UUID: de0aac73-e5bd-466c-b545-9f0133f39453 is the same as notified resource customizationUUID: de0aac73-e5bd-466c-b545-9f0133f39453
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-12-15T04:30:55.527Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 47dbbcec-6a08 af658a21-e64e-4a0c-b436-1b28331d3595 0 ASDC deployResourceStructure
2022-12-15T04:30:55.528Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar ASDC sendASDCNotification
2022-12-15T04:30:55.528Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.529Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:30:55.529Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:55.532Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:55.532Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078655528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:30:55.632Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:55.633Z||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-12-15T04:30:55.633Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:55.652Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:30:55.653Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:30:56.533Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:30:56.541Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
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-12-15T04:30:56.544Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:30:56.544Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:30:56.544Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:31:26.545Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:31:26.556Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
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-12-15T04:31:26.557Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:31:26.557Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:31:26.558Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:31:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:31:44.532Z||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-12-15T04:31:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:31:44.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:31:44.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078584528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078587266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:31:44.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:31:44.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078589260,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:31:44.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:31:44.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "cds",
  "timestamp": 1671078617493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "cds",
  "timestamp": 1671078617493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "cds",
  "timestamp": 1671078617493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078620534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:31:44.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:31:44.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "cds",
  "timestamp": 1671078617493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "cds",
  "timestamp": 1671078617493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "cds",
  "timestamp": 1671078617493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "cds",
  "timestamp": 1671078617493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "cds",
  "timestamp": 1671078617493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "cds",
  "timestamp": 1671078626894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:31:44.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:31:44.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "cds",
  "timestamp": 1671078627903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-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-12-15T04:31:44.580Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d491d5ea-147d-4612-80b2-60053c75e3f8
2022-12-15T04:31:44.580Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d491d5ea-147d-4612-80b2-60053c75e3f8 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-12-15T04:31:44.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078630407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:31:44.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:31:44.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078632493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078632493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078634550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:31:44.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:31:44.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078632493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078635784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:31:44.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:31:44.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078635400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:31:44.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:31:44.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078632493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078636788,
  "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-12-15T04:31:44.609Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d491d5ea-147d-4612-80b2-60053c75e3f8
2022-12-15T04:31:44.609Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d491d5ea-147d-4612-80b2-60053c75e3f8 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-12-15T04:31:44.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "aai-ml",
  "timestamp": 1671078636404,
  "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-12-15T04:31:44.620Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d491d5ea-147d-4612-80b2-60053c75e3f8
2022-12-15T04:31:44.620Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d491d5ea-147d-4612-80b2-60053c75e3f8 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-12-15T04:31:44.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078632493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078632493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078632493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078632493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078632493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078642285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:31:44.641Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:31:44.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-15T04:31:44.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "cds",
  "timestamp": 1671078643294,
  "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-12-15T04:31:44.652Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 520ed727-79df-4594-9447-128529f543e8
2022-12-15T04:31:44.652Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 520ed727-79df-4594-9447-128529f543e8 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-12-15T04:31:44.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:44.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:31:44.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:31:44.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:31:56.558Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:31:56.567Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
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-12-15T04:31:56.569Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:31:56.570Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:31:56.570Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:31:56.570Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:32:26.571Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:32:26.578Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
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-12-15T04:32:26.584Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:32:26.584Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:32:26.585Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:32:26.585Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:32:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:32:44.531Z||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-12-15T04:32:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:32:44.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:32:44.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:32:44.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:32:44.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:32:56.585Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:32:56.594Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
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-12-15T04:32:56.596Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:32:56.596Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:32:56.597Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:32:56.597Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:33:26.597Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:33:26.604Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
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-12-15T04:33:26.606Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:33:26.606Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:33:26.606Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:33:26.606Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:33:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:33:44.532Z||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-12-15T04:33:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:33:45.057Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:33:45.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078627900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078625672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078646262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078621680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078645733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078646495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078646827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078646811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "cds",
  "timestamp": 1671078647493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078648416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:33:45.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078646827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078647866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "cds",
  "timestamp": 1671078647493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078649421,
  "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-12-15T04:33:45.071Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d491d5ea-147d-4612-80b2-60053c75e3f8
2022-12-15T04:33:45.071Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d491d5ea-147d-4612-80b2-60053c75e3f8 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-12-15T04:33:45.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078646827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078648952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "cds",
  "timestamp": 1671078647493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078646827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078650013,
  "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-12-15T04:33:45.082Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 520ed727-79df-4594-9447-128529f543e8
2022-12-15T04:33:45.082Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 520ed727-79df-4594-9447-128529f543e8 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-12-15T04:33:45.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "cds",
  "timestamp": 1671078647493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078646827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078651018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:33:45.089Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "cds",
  "timestamp": 1671078647493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078646827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "cds",
  "timestamp": 1671078647493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078652022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671078646827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078653364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078653195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:33:45.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "cds",
  "timestamp": 1671078647493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078652022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "aai-ml",
  "timestamp": 1671078654199,
  "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-12-15T04:33:45.098Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 520ed727-79df-4594-9447-128529f543e8
2022-12-15T04:33:45.098Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 520ed727-79df-4594-9447-128529f543e8 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-12-15T04:33:45.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078652022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "cds",
  "timestamp": 1671078655278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078655528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:33:45.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078652022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "cds",
  "timestamp": 1671078656284,
  "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-12-15T04:33:45.115Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 263ceae7-a306-4746-af59-fc51c4b2ec99
2022-12-15T04:33:45.115Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 263ceae7-a306-4746-af59-fc51c4b2ec99 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-12-15T04:33:45.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "aai-ml",
  "timestamp": 1671078655202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078652022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "aai-ml",
  "timestamp": 1671078655202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078652022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078637440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "aai-ml",
  "timestamp": 1671078655202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078652022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078659579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "aai-ml",
  "timestamp": 1671078655202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078659737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "aai-ml",
  "timestamp": 1671078655202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078660798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "aai-ml",
  "timestamp": 1671078655202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078662038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:33:45.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078661848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "aai-ml",
  "timestamp": 1671078655202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078663042,
  "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-12-15T04:33:45.137Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 520ed727-79df-4594-9447-128529f543e8
2022-12-15T04:33:45.137Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 520ed727-79df-4594-9447-128529f543e8 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-12-15T04:33:45.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078662870,
  "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-12-15T04:33:45.145Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 263ceae7-a306-4746-af59-fc51c4b2ec99
2022-12-15T04:33:45.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 263ceae7-a306-4746-af59-fc51c4b2ec99 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-12-15T04:33:45.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "aai-ml",
  "timestamp": 1671078662936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671078663874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:33:45.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078667440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078667440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078667440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "aai-ml",
  "timestamp": 1671078669672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:33:45.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078667440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "aai-ml",
  "timestamp": 1671078670676,
  "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-12-15T04:33:45.158Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 263ceae7-a306-4746-af59-fc51c4b2ec99
2022-12-15T04:33:45.158Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 263ceae7-a306-4746-af59-fc51c4b2ec99 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-12-15T04:33:45.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078667440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078667440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:33:45.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078667440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:33:45.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:33:45.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078675172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:33:45.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078677680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:33:45.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:33:45.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:33:45.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671078678688,
  "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-12-15T04:33:45.169Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 263ceae7-a306-4746-af59-fc51c4b2ec99
2022-12-15T04:33:45.169Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 263ceae7-a306-4746-af59-fc51c4b2ec99 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-12-15T04:33:56.607Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:33:56.616Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8
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-12-15T04:33:56.623Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:33:56.623Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:33:56.623Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:33:56.623Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:33:56.623Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:33:56.623Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:33:56.623Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:33:56.624Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:33:56.624Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:33:56.624Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:33:56.627Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:34:26.627Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d491d5ea-147d-4612-80b2-60053c75e3f8 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-12-15T04:34:26.634Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d491d5ea-147d-4612-80b2-60053c75e3f8 and serviceModelVersionId: c58ec3cd-2ecc-4d13-b823-25861f4eabf3
2022-12-15T04:34:26.634Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18bd0759-8854-498d-ab56-044683b0e738
2022-12-15T04:34:26.636Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18bd0759-8854-498d-ab56-044683b0e738/model-vers/model-ver/c58ec3cd-2ecc-4d13-b823-25861f4eabf3?depth=0
2022-12-15T04:34:26.643Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:34:26.706Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18bd0759-8854-498d-ab56-044683b0e738/model-vers/model-ver/c58ec3cd-2ecc-4d13-b823-25861f4eabf3?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-12-15T04:34:26.709Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18bd0759-8854-498d-ab56-044683b0e738/model-vers/model-ver/c58ec3cd-2ecc-4d13-b823-25861f4eabf3?depth=0|INFO|500||Invoke
2022-12-15T04:34:26.742Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18bd0759-8854-498d-ab56-044683b0e738/model-vers/model-ver/c58ec3cd-2ecc-4d13-b823-25861f4eabf3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-15T04:34:26.845Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18bd0759-8854-498d-ab56-044683b0e738/model-vers/model-ver/c58ec3cd-2ecc-4d13-b823-25861f4eabf3?depth=0|INFO|500||InvokeReturn
2022-12-15T04:34:26.846Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18bd0759-8854-498d-ab56-044683b0e738/model-vers/model-ver/c58ec3cd-2ecc-4d13-b823-25861f4eabf3?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:34:26 GMT], content-length=[0], vertex-id=[176216], x-aai-txid=[1-aai-resources-221215-04:34:26:660-12182], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:34:26.846Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:34:26.847Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:34:26.847Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:34:26.854Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:34:26.855Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d491d5ea-147d-4612-80b2-60053c75e3f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:34:26.855Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:34:26.855Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:26.858Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:26.858Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078866855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:34:26.958Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:26.960Z||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-12-15T04:34:26.960Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:26.976Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:26.977Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 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-12-15T04:34:27.868Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-15T04:34:27.869Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"520ed727-79df-4594-9447-128529f543e8","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"abfd5f60-7626-41cd-913d-881167859e0a","serviceDescription":"service","serviceInvariantUUID":"19a7896d-6d16-48fe-860f-f456ce8d46f7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4acd2ea8-e5c5-4420-9562-fe12166d698c","resourceInvariantUUID":"e460b6d3-76a1-4d98-873a-39de3083ca1d","resourceCustomizationUUID":"2cbc6a65-8e1b-43d2-ba04-4eaf16a5a4d3","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":"YjA5YzI2M2JlNjUwYTliNDg0ZGMyMDEzN2JlODg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61be18a6-0e3b-4b7f-9131-c9b9fa2a66ee","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":"417d5dfb-c41a-4ecf-869b-4ed0100077b1","artifactVersion":"2","generatedFromUUID":"63817aa2-a3b1-4952-a817-e794745e9239"},{"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":"63817aa2-a3b1-4952-a817-e794745e9239","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":"ODI4NWM3MzRmYWI0YTQ5ZDIyNzBmZTk4YzU4OGU3Yzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9139f98a-e8b4-46cb-811b-6d43954eef1d","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":"ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6","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":"30f3b8d7-63a7-4370-b5cd-23e14ddc6cde","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":"bf83cdd3-545a-4d35-9751-91044041c347","artifactVersion":"2","generatedFromUUID":"ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2VhZTNiODAwNDViODdmOTc3NTVjMWJjODRhOWQ3N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bf57a93-ab05-4d5f-8b20-b51398e1cbc1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTdkZjVlYjJhNDEwYTQzMDY4OTJhY2RhN2YyMTQ5MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"101cd378-c8e9-4b81-9004-892b8280668f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:34:27.870Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:34:27.870Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:27.872Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:27.872Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:34:27.972Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:27.973Z||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-12-15T04:34:27.974Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:27.987Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:27.988Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:28.873Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:34:28.874Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:28.877Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:28.877Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-15T04:34:28.977Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:34:28.978Z||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-12-15T04:34:28.979Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:28.989Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:28.990Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:29.878Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:34:29.879Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:29.881Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:29.882Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-15T04:34:29.982Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:29.983Z||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-12-15T04:34:29.983Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:29.995Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:29.995Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:30.882Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:34:30.883Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:30.886Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:30.886Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:34:30.986Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:30.987Z||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-12-15T04:34:30.987Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:30.997Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:30.998Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:34:31.887Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:34:31.888Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:31.890Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:31.890Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:34:31.991Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:34:31.992Z||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-12-15T04:34:31.992Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:32.004Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:32.005Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:32.891Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:34:32.892Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:32.895Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:32.895Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:34:32.995Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:32.996Z||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-12-15T04:34:32.996Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:33.007Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:33.008Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:33.896Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:34:33.898Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:33.900Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:33.900Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-15T04:34:34.000Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:34.001Z||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-12-15T04:34:34.001Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:34.011Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:34.012Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:34:34.901Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:34:34.902Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:34.905Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:34.905Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:34:35.005Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:34:35.006Z||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-12-15T04:34:35.006Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:35.017Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:35.017Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:35.906Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:34:35.907Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:35.910Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:35.910Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:34:36.010Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:36.012Z||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-12-15T04:34:36.012Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:36.022Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:36.023Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:34:36.912Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "abfd5f60-7626-41cd-913d-881167859e0a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "19a7896d-6d16-48fe-860f-f456ce8d46f7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "2cbc6a65-8e1b-43d2-ba04-4eaf16a5a4d3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4acd2ea8-e5c5-4420-9562-fe12166d698c",
      "resourceInvariantUUID": "e460b6d3-76a1-4d98-873a-39de3083ca1d",
      "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": "417d5dfb-c41a-4ecf-869b-4ed0100077b1",
          "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": "63817aa2-a3b1-4952-a817-e794745e9239",
          "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": "ODI4NWM3MzRmYWI0YTQ5ZDIyNzBmZTk4YzU4OGU3Yzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9139f98a-e8b4-46cb-811b-6d43954eef1d",
          "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": "ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6",
          "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": "bf83cdd3-545a-4d35-9751-91044041c347",
            "generatedFromUUID": "ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6"
          },
          "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": "bf83cdd3-545a-4d35-9751-91044041c347",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTdkZjVlYjJhNDEwYTQzMDY4OTJhY2RhN2YyMTQ5MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "101cd378-c8e9-4b81-9004-892b8280668f"
    }
  ],
  "workloadContext": "Production"
}
2022-12-15T04:34:36.913Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:34:36.913Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 abfd5f60-7626-41cd-913d-881167859e0a ASDC
2022-12-15T04:34:36.914Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:520ed727-79df-4594-9447-128529f543e8
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:abfd5f60-7626-41cd-913d-881167859e0a
ServiceInvariantUUID:19a7896d-6d16-48fe-860f-f456ce8d46f7
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:101cd378-c8e9-4b81-9004-892b8280668f
ArtifactChecksum:MTdkZjVlYjJhNDEwYTQzMDY4OTJhY2RhN2YyMTQ5MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2cbc6a65-8e1b-43d2-ba04-4eaf16a5a4d3
ResourceInvariantUUID:e460b6d3-76a1-4d98-873a-39de3083ca1d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4acd2ea8-e5c5-4420-9562-fe12166d698c
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:417d5dfb-c41a-4ecf-869b-4ed0100077b1
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:63817aa2-a3b1-4952-a817-e794745e9239
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:9139f98a-e8b4-46cb-811b-6d43954eef1d
ArtifactChecksum:ODI4NWM3MzRmYWI0YTQ5ZDIyNzBmZTk4YzU4OGU3Yzg=
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:ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6
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:bf83cdd3-545a-4d35-9751-91044041c347
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:bf83cdd3-545a-4d35-9751-91044041c347
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-15T04:34:36.915Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abfd5f60-7626-41cd-913d-881167859e0a 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-12-15T04:34:36.945Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:34:36.946Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:34:36.951Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:34:36.951Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 101cd378-c8e9-4b81-9004-892b8280668f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-15T04:34:36.951Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:34:36.952Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-15T04:34:37.104Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:34:37.109Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 101cd378-c8e9-4b81-9004-892b8280668f 73671
2022-12-15T04:34:37.109Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-15T04:34:37.110Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-15T04:34:37.110Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:34:37.110Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:37.113Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:37.113Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078877109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:37.213Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:34:37.214Z||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-12-15T04:34:37.215Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:37.226Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:37.227Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:38.114Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:34:38.115Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:34:38.116Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 101cd378-c8e9-4b81-9004-892b8280668f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-15T04:34:38.116Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-15T04:34:38.117Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-15T04:34:38.117Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-15T04:34:38.386Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11289180711388709200/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-12-15T04:34:39.838Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:34:39.838Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:34:39.839Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-15T04:34:39.839Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-15T04:34:39.839Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:39.839Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:39.839Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:39.839Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-15T04:34:39.839Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:34:39.840Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.840Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:39.840Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-15T04:34:39.840Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:34:39.840Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:34:39.841Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.841Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:39.841Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-15T04:34:39.841Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:34:39.841Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:34:39.841Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.841Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:39.842Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.842Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-15T04:34:39.842Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-15T04:34:39.842Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-15T04:34:39.842Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-15T04:34:39.842Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.843Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:34:39.843Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.843Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-15T04:34:39.843Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:34:39.844Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.844Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-15T04:34:39.844Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:34:39.844Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.844Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-15T04:34:39.844Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:34:39.845Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.845Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-15T04:34:39.845Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-15T04:34:39.845Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=28e1840e-6b94-4eb3-badd-104f3667c5b9
2022-12-15T04:34:39.845Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.845Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:39.845Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.846Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:39.846Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.846Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:39.846Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:39.846Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:39.846Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:abfd5f60-7626-41cd-913d-881167859e0a
Model Version:NULL
Model InvariantUuid:19a7896d-6d16-48fe-860f-f456ce8d46f7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:39598624-0413-4916-8707-a08f3ae70743
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e460b6d3-76a1-4d98-873a-39de3083ca1d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2cbc6a65-8e1b-43d2-ba04-4eaf16a5a4d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b664edba-2179-44e0-ab1b-b4924570a5da
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b9f1896d-3b8b-41b8-9f14-00af1a311864
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:28e1840e-6b94-4eb3-badd-104f3667c5b9
ModelInvariantUuid:ad3aaafd-80cc-41cb-a406-ac46b98d8824
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5fc49165-f58e-4142-aeb6-aef9680b6b08
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:a1b96a89-46ec-4113-9f0c-d17b2d8f82a8
ModelInvariantUuid:e41b647f-1e14-4b81-9f31-87f7b883a067
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:83ffa6d8-13d5-4ba2-aaf1-54bd5bd1a6fa
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-12-15T04:34:39.854Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4acd2ea8-e5c5-4420-9562-fe12166d698c
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-12-15T04:34:39.857Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-12-15T04:34:39.857Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4acd2ea8-e5c5-4420-9562-fe12166d698c
2022-12-15T04:34:39.857Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 417d5dfb-c41a-4ecf-869b-4ed0100077b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-15T04:34:39.857Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:34:39.857Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:39.914Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:34:39.915Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 417d5dfb-c41a-4ecf-869b-4ed0100077b1 12
2022-12-15T04:34:39.915Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:39.915Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:39.915Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:34:39.915Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:39.918Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:39.918Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078879915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:40.019Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T04:34:40.021Z||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-12-15T04:34:40.022Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:40.035Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:40.035Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:40.919Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63817aa2-a3b1-4952-a817-e794745e9239 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-15T04:34:40.919Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:34:40.920Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:40.966Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:34:40.966Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 63817aa2-a3b1-4952-a817-e794745e9239 2688
2022-12-15T04:34:40.967Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:40.967Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:40.967Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:34:40.967Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:40.970Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:40.970Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078880967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:41.070Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:41.071Z||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-12-15T04:34:41.071Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:41.083Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:41.083Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:41.972Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9139f98a-e8b4-46cb-811b-6d43954eef1d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-15T04:34:41.972Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:34:41.972Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:42.018Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:34:42.018Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9139f98a-e8b4-46cb-811b-6d43954eef1d 828
2022-12-15T04:34:42.018Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:42.018Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:42.019Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:34:42.019Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:42.021Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:42.021Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078882018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:42.121Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:42.122Z||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-12-15T04:34:42.122Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:42.133Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:42.133Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:43.023Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b664edba-2179-44e0-ab1b-b4924570a5da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9f1896d-3b8b-41b8-9f14-00af1a311864",
    "vfModuleModelCustomizationUUID": "0cbff67d-aca2-4613-8713-5618915d4697",
    "isBase": true,
    "artifacts": [
      "ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6",
      "63817aa2-a3b1-4952-a817-e794745e9239",
      "bf83cdd3-545a-4d35-9751-91044041c347"
    ],
    "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-12-15T04:34:43.028Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9f1896d-3b8b-41b8-9f14-00af1a311864
VfModuleModelInvariantUUID:b664edba-2179-44e0-ab1b-b4924570a5da
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6
,
63817aa2-a3b1-4952-a817-e794745e9239
,
bf83cdd3-545a-4d35-9751-91044041c347

}
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-12-15T04:34:43.030Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b664edba-2179-44e0-ab1b-b4924570a5da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9f1896d-3b8b-41b8-9f14-00af1a311864",
    "vfModuleModelCustomizationUUID": "0cbff67d-aca2-4613-8713-5618915d4697",
    "isBase": true,
    "artifacts": [
      "ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6",
      "63817aa2-a3b1-4952-a817-e794745e9239",
      "bf83cdd3-545a-4d35-9751-91044041c347"
    ],
    "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-12-15T04:34:43.030Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9f1896d-3b8b-41b8-9f14-00af1a311864
VfModuleModelInvariantUUID:b664edba-2179-44e0-ab1b-b4924570a5da
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6
,
63817aa2-a3b1-4952-a817-e794745e9239
,
bf83cdd3-545a-4d35-9751-91044041c347

}
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-12-15T04:34:43.030Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-15T04:34:43.031Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:34:43.031Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:43.085Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:34:43.086Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ed87a5fe-2beb-4a55-b02f-0cbcb0bf93b6 1164
2022-12-15T04:34:43.086Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:43.086Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:43.087Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:34:43.087Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:43.090Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:43.090Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078883086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:43.190Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:43.191Z||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-12-15T04:34:43.191Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:43.201Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:43.201Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:44.096Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bf83cdd3-545a-4d35-9751-91044041c347 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-15T04:34:44.097Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:34:44.098Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:44.161Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:34:44.162Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bf83cdd3-545a-4d35-9751-91044041c347 200
2022-12-15T04:34:44.162Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:44.163Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:44.163Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:34:44.164Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:44.166Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:44.166Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078884162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:44.266Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:44.267Z||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-12-15T04:34:44.267Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:44.280Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:44.280Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:34:44.532Z||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-12-15T04:34:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:45.156Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:45.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078866855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:34:45.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:34:45.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:34:45.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:34:45.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-15T04:34:45.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:34:45.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-15T04:34:45.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:34:45.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:34:45.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:34:45.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:34:45.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:34:45.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:34:45.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:34:45.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-15T04:34:45.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:34:45.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:34:45.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:34:45.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:34:45.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:34:45.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078877109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:45.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:34:45.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078879915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:45.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:34:45.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078880967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:45.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:34:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078882018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:45.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:34:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078883086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:45.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:34:45.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:34:45.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078884162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:34:45.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:34:45.168Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: abfd5f60-7626-41cd-913d-881167859e0a
2022-12-15T04:34:45.168Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4acd2ea8-e5c5-4420-9562-fe12166d698c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
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-12-15T04:34:45.186Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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 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-12-15T04:34:45.190Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6db18984, org.onap.sdc.toscaparser.api.parameters.Input@1379d98a, org.onap.sdc.toscaparser.api.parameters.Input@754463d, org.onap.sdc.toscaparser.api.parameters.Input@41372fa8, org.onap.sdc.toscaparser.api.parameters.Input@202b63a3]
2022-12-15T04:34:45.192Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.192Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:45.192Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-12-15T04:34:45.192Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 2cbc6a65-8e1b-43d2-ba04-4eaf16a5a4d3
2022-12-15T04:34:45.192Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2cbc6a65-8e1b-43d2-ba04-4eaf16a5a4d3 matches Tosca VF Customization UUID: 2cbc6a65-8e1b-43d2-ba04-4eaf16a5a4d3
2022-12-15T04:34:45.192Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 2cbc6a65-8e1b-43d2-ba04-4eaf16a5a4d3  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-12-15T04:34:45.195Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.195Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:45.195Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 2cbc6a65-8e1b-43d2-ba04-4eaf16a5a4d3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-15T04:34:45.196Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20b1b159
2022-12-15T04:34:45.196Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.196Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:34:45.196Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0cbff67d-aca2-4613-8713-5618915d4697
2022-12-15T04:34:45.196Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0cbff67d-aca2-4613-8713-5618915d4697
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-12-15T04:34:45.199Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.199Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-15T04:34:45.199Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:34:45.199Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.200Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-15T04:34:45.200Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:34:45.200Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.200Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-15T04:34:45.200Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-15T04:34:45.201Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=28e1840e-6b94-4eb3-badd-104f3667c5b9
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-12-15T04:34:45.203Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.203Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-15T04:34:45.203Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:34:45.203Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.204Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-15T04:34:45.204Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2cbc6a65-8e1b-43d2-ba04-4eaf16a5a4d3
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-12-15T04:34:45.205Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.206Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:45.206Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid abfd5f60-7626-41cd-913d-881167859e0a: basic_cnf
2022-12-15T04:34:45.206Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.206Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:45.206Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.207Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:45.207Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.207Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:45.207Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.207Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:45.208Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:34:45.208Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:34:45.208Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:45.267Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4acd2ea8-e5c5-4420-9562-fe12166d698c 1 ASDC deployResourceStructure
2022-12-15T04:34:45.269Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:45.269Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:45.269Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-15T04:34:45.270Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:45.272Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:45.272Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078885268,
  "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-12-15T04:34:45.372Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:45.373Z||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-12-15T04:34:45.373Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:45.383Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:45.384Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:46.273Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:46.273Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:46.274Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-15T04:34:46.274Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:46.276Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:46.276Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078886273,
  "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-12-15T04:34:46.376Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:46.377Z||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-12-15T04:34:46.378Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:46.391Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:46.392Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:47.277Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:47.278Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:47.278Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:34:47.278Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:47.280Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:47.280Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078887277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:34:47.380Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:47.381Z||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-12-15T04:34:47.381Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:47.395Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:47.395Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:48.281Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:48.281Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:48.282Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:34:48.282Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:48.284Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:48.284Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078888281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:34:48.384Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:34:48.385Z||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-12-15T04:34:48.385Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:48.395Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:48.395Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:49.286Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:49.287Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||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-12-15T04:34:49.287Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:34:49.287Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:49.289Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:49.289Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078889286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:34:49.389Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:34:49.390Z||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-12-15T04:34:49.391Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:49.402Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:49.402Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:34:50.290Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-15T04:34:50.291Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-15T04:34:50.291Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:34:50.291Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:34:50.311Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:34:50.311Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078890290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:34:50.393Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-12-15T04:34:50.395Z||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-12-15T04:34:50.395Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:34:50.407Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:34:50.408Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:34:51.313Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 520ed727-79df-4594-9447-128529f543e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:34:51.325Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 520ed727-79df-4594-9447-128529f543e8
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-12-15T04:34:51.328Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:34:51.328Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:34:51.329Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:34:51.329Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:34:51.329Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:34:51.329Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:34:51.329Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:34:51.330Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:34:51.330Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:34:51.330Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:34:51.333Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:35:21.334Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 520ed727-79df-4594-9447-128529f543e8 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-12-15T04:35:21.342Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 520ed727-79df-4594-9447-128529f543e8 and serviceModelVersionId: abfd5f60-7626-41cd-913d-881167859e0a
2022-12-15T04:35:21.342Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19a7896d-6d16-48fe-860f-f456ce8d46f7
2022-12-15T04:35:21.343Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19a7896d-6d16-48fe-860f-f456ce8d46f7/model-vers/model-ver/abfd5f60-7626-41cd-913d-881167859e0a?depth=0
2022-12-15T04:35:21.349Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:35:21.407Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a7896d-6d16-48fe-860f-f456ce8d46f7/model-vers/model-ver/abfd5f60-7626-41cd-913d-881167859e0a?depth=0|INFO|500||Invoke
2022-12-15T04:35:21.407Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a7896d-6d16-48fe-860f-f456ce8d46f7/model-vers/model-ver/abfd5f60-7626-41cd-913d-881167859e0a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a7896d-6d16-48fe-860f-f456ce8d46f7/model-vers/model-ver/abfd5f60-7626-41cd-913d-881167859e0a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[520ed727-79df-4594-9447-128529f543e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5c9bc404-b943-4871-9648-8a78d370f9e6], X-ECOMP-RequestID=[520ed727-79df-4594-9447-128529f543e8], X-TransactionId=[], X-ONAP-RequestID=[520ed727-79df-4594-9447-128529f543e8], Content-Type=[application/merge-patch+json]}
2022-12-15T04:35:21.429Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a7896d-6d16-48fe-860f-f456ce8d46f7/model-vers/model-ver/abfd5f60-7626-41cd-913d-881167859e0a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-15T04:35:21.524Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a7896d-6d16-48fe-860f-f456ce8d46f7/model-vers/model-ver/abfd5f60-7626-41cd-913d-881167859e0a?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/19a7896d-6d16-48fe-860f-f456ce8d46f7/model-vers/model-ver/abfd5f60-7626-41cd-913d-881167859e0a?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:35:21 GMT], content-length=[0], vertex-id=[241704], x-aai-txid=[0-aai-resources-221215-04:35:21:345-96975], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:35:21.525Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a7896d-6d16-48fe-860f-f456ce8d46f7/model-vers/model-ver/abfd5f60-7626-41cd-913d-881167859e0a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:35:21.526Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a7896d-6d16-48fe-860f-f456ce8d46f7/model-vers/model-ver/abfd5f60-7626-41cd-913d-881167859e0a?depth=0|INFO|500||InvokeReturn
2022-12-15T04:35:21.527Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:35:21.527Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:35:21.534Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:35:21.534Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 520ed727-79df-4594-9447-128529f543e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:35:21.535Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:35:21.535Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:21.538Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:21.538Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078921535,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:35:21.638Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:21.640Z||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-12-15T04:35:21.640Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:21.656Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:21.657Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 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-12-15T04:35:22.547Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-15T04:35:22.547Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"263ceae7-a306-4746-af59-fc51c4b2ec99","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7996aee1-34d7-4649-8458-3c92b5378031","serviceDescription":"service","serviceInvariantUUID":"fe8a747c-ab18-4e23-9f8b-45fdcac1def7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9ce3f1d1-53e5-4e83-a22d-f5bdd42f7208","resourceInvariantUUID":"d422cadf-3ddd-47e4-8904-74ba7ea9ec4f","resourceCustomizationUUID":"9ecca0c7-37e1-4e61-b66d-e2f97d4ae6e7","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":"M2M3YmVjZTk0YWE5ZDAzYmM1YTkwMTU3NTMyMTBhOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"786dec09-9c75-4db4-b90d-801ee7a7c3de","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":"OTE2YjkwZTg2NGE1MmVmZGQ2ZmQzNDdmNzhiNGExYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c086a56d-bb66-48f0-bf68-5324e956135f","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":"b645a58b-184b-412f-8e9c-d33711404048","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":"5e5b4eb4-397a-46d4-8c5d-92188fb530ad","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":"804d2acc-af7f-4168-a1d5-8fd94d7b71a1","artifactVersion":"2","generatedFromUUID":"b645a58b-184b-412f-8e9c-d33711404048"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzczYzMxZWQ1MGE2MzY4MDU1YTM4ZGMzMTU3ZGFiOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3522256-d6fc-4da5-a107-6a692021e8c2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTc3YjA4NDBmZGUzZDJlOTA2OTgyNTUzNjUxMzZhNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f3bf277-e7d4-4c93-ac10-c09fcb993723","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:35:22.548Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:35:22.548Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:22.550Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:22.550Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:35:22.651Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T04:35:22.652Z||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-12-15T04:35:22.653Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:22.663Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:22.664Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:35:23.550Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:35:23.551Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:23.554Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:23.554Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:35:23.654Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:23.655Z||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-12-15T04:35:23.656Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:23.667Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:23.668Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:24.555Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:35:24.556Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:24.558Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:24.558Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:35:24.664Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-15T04:35:24.665Z||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-12-15T04:35:24.665Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:24.683Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:24.684Z||pool-75-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:25.559Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:35:25.560Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:25.562Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:25.562Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:35:25.662Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:25.663Z||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-12-15T04:35:25.663Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:25.675Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:25.675Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:26.562Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:35:26.563Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:26.565Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:26.565Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-15T04:35:26.666Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T04:35:26.667Z||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-12-15T04:35:26.667Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:26.679Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:26.679Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:27.566Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:35:27.567Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:27.569Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:27.569Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:35:27.670Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:27.670Z||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-12-15T04:35:27.670Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:27.682Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:27.683Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:28.569Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:35:28.571Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:28.574Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:28.574Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:35:28.679Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-15T04:35:28.681Z||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-12-15T04:35:28.681Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:28.696Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:28.697Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:29.577Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7996aee1-34d7-4649-8458-3c92b5378031",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fe8a747c-ab18-4e23-9f8b-45fdcac1def7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9ecca0c7-37e1-4e61-b66d-e2f97d4ae6e7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9ce3f1d1-53e5-4e83-a22d-f5bdd42f7208",
      "resourceInvariantUUID": "d422cadf-3ddd-47e4-8904-74ba7ea9ec4f",
      "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": "OTE2YjkwZTg2NGE1MmVmZGQ2ZmQzNDdmNzhiNGExYjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c086a56d-bb66-48f0-bf68-5324e956135f",
          "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": "b645a58b-184b-412f-8e9c-d33711404048",
          "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": "804d2acc-af7f-4168-a1d5-8fd94d7b71a1",
            "generatedFromUUID": "b645a58b-184b-412f-8e9c-d33711404048"
          },
          "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": "804d2acc-af7f-4168-a1d5-8fd94d7b71a1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTc3YjA4NDBmZGUzZDJlOTA2OTgyNTUzNjUxMzZhNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3f3bf277-e7d4-4c93-ac10-c09fcb993723"
    }
  ],
  "workloadContext": "Production"
}
2022-12-15T04:35:29.578Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:35:29.578Z|520ed727-79df-4594-9447-128529f543e8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7996aee1-34d7-4649-8458-3c92b5378031 ASDC
2022-12-15T04:35:29.580Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:263ceae7-a306-4746-af59-fc51c4b2ec99
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7996aee1-34d7-4649-8458-3c92b5378031
ServiceInvariantUUID:fe8a747c-ab18-4e23-9f8b-45fdcac1def7
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:3f3bf277-e7d4-4c93-ac10-c09fcb993723
ArtifactChecksum:NTc3YjA4NDBmZGUzZDJlOTA2OTgyNTUzNjUxMzZhNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9ecca0c7-37e1-4e61-b66d-e2f97d4ae6e7
ResourceInvariantUUID:d422cadf-3ddd-47e4-8904-74ba7ea9ec4f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9ce3f1d1-53e5-4e83-a22d-f5bdd42f7208
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:c086a56d-bb66-48f0-bf68-5324e956135f
ArtifactChecksum:OTE2YjkwZTg2NGE1MmVmZGQ2ZmQzNDdmNzhiNGExYjQ=
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:b645a58b-184b-412f-8e9c-d33711404048
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:804d2acc-af7f-4168-a1d5-8fd94d7b71a1
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:804d2acc-af7f-4168-a1d5-8fd94d7b71a1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-15T04:35:29.583Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7996aee1-34d7-4649-8458-3c92b5378031 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-12-15T04:35:29.617Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:35:29.618Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:35:29.618Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:35:29.618Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3f3bf277-e7d4-4c93-ac10-c09fcb993723 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-15T04:35:29.618Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:35:29.619Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-15T04:35:29.945Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:35:29.950Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3f3bf277-e7d4-4c93-ac10-c09fcb993723 74808
2022-12-15T04:35:29.951Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-15T04:35:29.951Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-15T04:35:29.951Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:35:29.952Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:29.953Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:29.954Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078929951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:35:30.054Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:30.055Z||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-12-15T04:35:30.055Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:30.065Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:30.066Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:30.954Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:35:30.960Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:35:30.961Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3f3bf277-e7d4-4c93-ac10-c09fcb993723, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-15T04:35:30.961Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-15T04:35:30.962Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-15T04:35:30.962Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-15T04:35:31.079Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2467633278959126187/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-12-15T04:35:32.543Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:35:32.543Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:35:32.543Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-15T04:35:32.544Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-15T04:35:32.544Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:32.544Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-15T04:35:32.544Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:32.544Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:32.544Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-15T04:35:32.544Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-15T04:35:32.544Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-15T04:35:32.544Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:35:32.545Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.545Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:32.545Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-15T04:35:32.545Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:35:32.545Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:35:32.545Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.546Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:32.546Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-15T04:35:32.546Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:35:32.546Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:35:32.546Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.546Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:32.547Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.547Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-15T04:35:32.547Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-15T04:35:32.547Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-15T04:35:32.547Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-15T04:35:32.547Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-15T04:35:32.547Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-15T04:35:32.547Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.548Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:35:32.548Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.548Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-15T04:35:32.548Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:35:32.548Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.548Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-15T04:35:32.549Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:35:32.549Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.549Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-15T04:35:32.549Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:35:32.549Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.549Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-15T04:35:32.549Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-15T04:35:32.550Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-15T04:35:32.550Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=833e28ee-68a8-4a74-94f5-4a9f47d514db
2022-12-15T04:35:32.550Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.550Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:32.550Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.550Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:32.550Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.551Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:32.551Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:32.551Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:32.551Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7996aee1-34d7-4649-8458-3c92b5378031
Model Version:NULL
Model InvariantUuid:fe8a747c-ab18-4e23-9f8b-45fdcac1def7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:8024ff6e-3027-4d78-a0c1-9581f978198a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d422cadf-3ddd-47e4-8904-74ba7ea9ec4f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9ecca0c7-37e1-4e61-b66d-e2f97d4ae6e7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:404cb5f7-f935-4e97-bb3a-fe8ad02aa589
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:28eaaabe-41e6-4606-8e24-5413c817c03f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:833e28ee-68a8-4a74-94f5-4a9f47d514db
ModelInvariantUuid:51f26d0c-8822-4099-8da8-650dedfe35da
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:34f4ed36-0c7c-4999-ac7b-0c5f4c6976b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0a42b8f9-e4fc-4efc-b508-44fd2055fb19
ModelInvariantUuid:3e53de9d-8a68-42a1-a1cf-a0f6bd82671e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:df87233f-8b1b-42fa-9980-87f9c8ca78d3
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-12-15T04:35:32.712Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9ce3f1d1-53e5-4e83-a22d-f5bdd42f7208
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-12-15T04:35:32.717Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-12-15T04:35:32.717Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9ce3f1d1-53e5-4e83-a22d-f5bdd42f7208
2022-12-15T04:35:32.717Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c086a56d-bb66-48f0-bf68-5324e956135f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-15T04:35:32.717Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:35:32.717Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:32.789Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:35:32.789Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c086a56d-bb66-48f0-bf68-5324e956135f 787
2022-12-15T04:35:32.790Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:32.790Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:32.790Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:35:32.790Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:32.796Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:32.796Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078932790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:35:32.893Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-15T04:35:32.894Z||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-12-15T04:35:32.894Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:32.914Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:32.914Z||pool-81-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:33.797Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "404cb5f7-f935-4e97-bb3a-fe8ad02aa589",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28eaaabe-41e6-4606-8e24-5413c817c03f",
    "vfModuleModelCustomizationUUID": "ffe2d4c9-9620-4e3f-845d-6affc974080b",
    "isBase": true,
    "artifacts": [
      "b645a58b-184b-412f-8e9c-d33711404048",
      "804d2acc-af7f-4168-a1d5-8fd94d7b71a1"
    ],
    "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-12-15T04:35:33.801Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28eaaabe-41e6-4606-8e24-5413c817c03f
VfModuleModelInvariantUUID:404cb5f7-f935-4e97-bb3a-fe8ad02aa589
VfModuleModelDescription:NULL
Artifacts UUID List:{
b645a58b-184b-412f-8e9c-d33711404048
,
804d2acc-af7f-4168-a1d5-8fd94d7b71a1

}
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-12-15T04:35:33.802Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "404cb5f7-f935-4e97-bb3a-fe8ad02aa589",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28eaaabe-41e6-4606-8e24-5413c817c03f",
    "vfModuleModelCustomizationUUID": "ffe2d4c9-9620-4e3f-845d-6affc974080b",
    "isBase": true,
    "artifacts": [
      "b645a58b-184b-412f-8e9c-d33711404048",
      "804d2acc-af7f-4168-a1d5-8fd94d7b71a1"
    ],
    "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-12-15T04:35:33.802Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28eaaabe-41e6-4606-8e24-5413c817c03f
VfModuleModelInvariantUUID:404cb5f7-f935-4e97-bb3a-fe8ad02aa589
VfModuleModelDescription:NULL
Artifacts UUID List:{
b645a58b-184b-412f-8e9c-d33711404048
,
804d2acc-af7f-4168-a1d5-8fd94d7b71a1

}
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-12-15T04:35:33.803Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b645a58b-184b-412f-8e9c-d33711404048 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-15T04:35:33.803Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:35:33.803Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:33.872Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:35:33.872Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b645a58b-184b-412f-8e9c-d33711404048 5033
2022-12-15T04:35:33.872Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:33.872Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:33.872Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:35:33.873Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:33.874Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:33.875Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078933872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:35:33.975Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:33.976Z||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-12-15T04:35:33.976Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:33.998Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:33.999Z||pool-82-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:34.876Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 804d2acc-af7f-4168-a1d5-8fd94d7b71a1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-15T04:35:34.876Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:35:34.876Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:34.930Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:35:34.931Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 804d2acc-af7f-4168-a1d5-8fd94d7b71a1 903
2022-12-15T04:35:34.931Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:34.932Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:34.932Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:35:34.932Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:34.934Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:34.934Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078934931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:35:35.034Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:35.035Z||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-12-15T04:35:35.035Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:35.047Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:35.048Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:35:35.935Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7996aee1-34d7-4649-8458-3c92b5378031
2022-12-15T04:35:35.936Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9ce3f1d1-53e5-4e83-a22d-f5bdd42f7208 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-12-15T04:35:35.947Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e810565, org.onap.sdc.toscaparser.api.parameters.Input@3593cd66, org.onap.sdc.toscaparser.api.parameters.Input@3061f3f2, org.onap.sdc.toscaparser.api.parameters.Input@292cea9f, org.onap.sdc.toscaparser.api.parameters.Input@4f6068f2]
2022-12-15T04:35:35.949Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.949Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:35.949Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-12-15T04:35:35.950Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 9ecca0c7-37e1-4e61-b66d-e2f97d4ae6e7
2022-12-15T04:35:35.950Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ecca0c7-37e1-4e61-b66d-e2f97d4ae6e7 matches Tosca VF Customization UUID: 9ecca0c7-37e1-4e61-b66d-e2f97d4ae6e7
2022-12-15T04:35:35.950Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 9ecca0c7-37e1-4e61-b66d-e2f97d4ae6e7  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-12-15T04:35:35.952Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.952Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:35.953Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 9ecca0c7-37e1-4e61-b66d-e2f97d4ae6e7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-15T04:35:35.953Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15c48461
2022-12-15T04:35:35.953Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.953Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:35:35.954Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffe2d4c9-9620-4e3f-845d-6affc974080b
2022-12-15T04:35:35.954Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffe2d4c9-9620-4e3f-845d-6affc974080b
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-12-15T04:35:35.956Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.956Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-15T04:35:35.957Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:35:35.957Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.957Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-15T04:35:35.958Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:35:35.958Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.958Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-15T04:35:35.958Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-15T04:35:35.959Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-15T04:35:35.959Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=833e28ee-68a8-4a74-94f5-4a9f47d514db
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-12-15T04:35:35.961Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.961Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-15T04:35:35.962Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:35:35.962Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.962Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-15T04:35:35.962Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9ecca0c7-37e1-4e61-b66d-e2f97d4ae6e7
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-12-15T04:35:35.965Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.965Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:35.965Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7996aee1-34d7-4649-8458-3c92b5378031: basic_vm
2022-12-15T04:35:35.965Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.966Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:35.966Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.966Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:35.967Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.967Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:35.967Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.967Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:35.968Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:35:35.968Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:35:35.968Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:36.043Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9ce3f1d1-53e5-4e83-a22d-f5bdd42f7208 1 ASDC deployResourceStructure
2022-12-15T04:35:36.044Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:36.044Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:36.044Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:35:36.044Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:36.046Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:36.046Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078936043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:35:36.146Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:36.147Z||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-12-15T04:35:36.147Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:36.158Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:36.159Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:37.047Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:37.047Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:37.048Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:35:37.048Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:37.050Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:37.050Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078937047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:35:37.150Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:37.151Z||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-12-15T04:35:37.151Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:37.164Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:37.164Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:38.052Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:38.053Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||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-12-15T04:35:38.053Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:35:38.053Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:38.055Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:38.056Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078938052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:35:38.156Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:38.157Z||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-12-15T04:35:38.157Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:38.167Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:38.168Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:39.056Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-15T04:35:39.057Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-15T04:35:39.057Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:35:39.057Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:35:39.060Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:35:39.060Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078939056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:35:39.160Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:35:39.161Z||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-12-15T04:35:39.161Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:39.172Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:39.173Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:35:40.061Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 263ceae7-a306-4746-af59-fc51c4b2ec99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:35:40.068Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 263ceae7-a306-4746-af59-fc51c4b2ec99
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-12-15T04:35:40.070Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:35:40.070Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:35:40.070Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:35:40.071Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:35:40.071Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:35:40.071Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:35:40.071Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:35:40.071Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:35:40.071Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:35:40.071Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:35:40.074Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:35:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:35:44.532Z||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-12-15T04:35:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:35:44.667Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:35:44.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:35:44.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078885268,
  "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-12-15T04:35:44.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:10.075Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 263ceae7-a306-4746-af59-fc51c4b2ec99 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-12-15T04:36:10.093Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 263ceae7-a306-4746-af59-fc51c4b2ec99 and serviceModelVersionId: 7996aee1-34d7-4649-8458-3c92b5378031
2022-12-15T04:36:10.093Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe8a747c-ab18-4e23-9f8b-45fdcac1def7
2022-12-15T04:36:10.096Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe8a747c-ab18-4e23-9f8b-45fdcac1def7/model-vers/model-ver/7996aee1-34d7-4649-8458-3c92b5378031?depth=0
2022-12-15T04:36:10.104Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:36:10.163Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8a747c-ab18-4e23-9f8b-45fdcac1def7/model-vers/model-ver/7996aee1-34d7-4649-8458-3c92b5378031?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-12-15T04:36:10.168Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8a747c-ab18-4e23-9f8b-45fdcac1def7/model-vers/model-ver/7996aee1-34d7-4649-8458-3c92b5378031?depth=0|INFO|500||Invoke
2022-12-15T04:36:10.193Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8a747c-ab18-4e23-9f8b-45fdcac1def7/model-vers/model-ver/7996aee1-34d7-4649-8458-3c92b5378031?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-15T04:36:10.280Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8a747c-ab18-4e23-9f8b-45fdcac1def7/model-vers/model-ver/7996aee1-34d7-4649-8458-3c92b5378031?depth=0|INFO|500||InvokeReturn
2022-12-15T04:36:10.281Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8a747c-ab18-4e23-9f8b-45fdcac1def7/model-vers/model-ver/7996aee1-34d7-4649-8458-3c92b5378031?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:36:10 GMT], content-length=[0], vertex-id=[229608], x-aai-txid=[2-aai-resources-221215-04:36:10:107-90845], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:36:10.281Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:36:10.282Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:36:10.282Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:36:10.287Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:36:10.288Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 263ceae7-a306-4746-af59-fc51c4b2ec99 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:36:10.288Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:36:10.289Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:36:10.292Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:36:10.293Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078970288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:36:10.393Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:36:10.394Z||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-12-15T04:36:10.394Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:36:10.411Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:36:10.411Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 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-12-15T04:36:11.319Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:36:11.320Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T04:36:11.320Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:36:21.612Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:36:21.614Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:36:21.615Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T04:36:21.615Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:36:31.158Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:36:31.159Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:36:31.159Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T04:36:31.160Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:36:40.755Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:36:40.756Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:36:40.757Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T04:36:40.757Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:36:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:36:44.532Z||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-12-15T04:36:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:36:44.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:36:44.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078886273,
  "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-12-15T04:36:44.564Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078887277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:36:44.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078888281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:36:44.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078889286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:36:44.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078890290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:36:44.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "520ed727-79df-4594-9447-128529f543e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078921535,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:36:44.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:36:44.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:36:44.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:36:44.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:36:44.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:36:44.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:36:44.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:36:44.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:36:44.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-15T04:36:44.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:36:44.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:36:44.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:36:44.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078644529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:36:44.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:36:44.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078929951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:36:44.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078932790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:36:44.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078933872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:36:44.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078934931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:36:44.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078936043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:36:44.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078937047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:36:44.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078938052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:36:44.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:44.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:36:44.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078939056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:36:44.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:36:50.296Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:36:50.297Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:36:50.298Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T04:36:50.298Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:36:59.838Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:36:59.839Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:36:59.840Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T04:36:59.840Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:37:09.380Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:37:44.529Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:37:44.530Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T04:37:44.530Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:37:44.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:37:44.531Z||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-12-15T04:37:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:37:45.053Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:37:45.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T04:37:45.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "263ceae7-a306-4746-af59-fc51c4b2ec99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671078970288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:37:45.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:37:54.077Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:38:44.529Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:38:44.530Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T04:38:44.530Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:38:44.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:38:44.532Z||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-12-15T04:38:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:38:54.072Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:38:54.109Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:39:44.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:39:44.530Z||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-12-15T04:39:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:39:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:39:44.532Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T04:39:44.532Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:39:54.073Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:39:54.073Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:40:44.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:40:44.530Z||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-12-15T04:40:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:40:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:40:44.531Z||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-12-15T04:40:44.535Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:40:54.094Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:40:54.094Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:41:44.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:41:44.530Z||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-12-15T04:41:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:41:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:41:44.532Z||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-12-15T04:41:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:41:54.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:41:54.085Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:42:44.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:42:44.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:42:44.532Z||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-12-15T04:42:44.532Z||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-12-15T04:42:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:42:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:42:54.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:42:54.086Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:43:44.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:43:44.530Z||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-12-15T04:43:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:43:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:43:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T04:43:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:43:54.079Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:43:54.087Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:44:44.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:44:44.530Z||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-12-15T04:44:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:44:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:44:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T04:44:44.532Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:44:54.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:44:54.077Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:44.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:45:44.530Z||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-12-15T04:45:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:45:44.531Z||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-12-15T04:45:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:44.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:44.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079527900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079532493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079527900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:45:44.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079532493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079537440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079527900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:45:44.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079532493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079537440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079527900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079532493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079537440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079527900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-15T04:45:44.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079532493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079537440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079527900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-15T04:45:44.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079532493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079537440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079527900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-15T04:45:44.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079532493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079537440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079532493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079527900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079537440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079527900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:44.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:45:44.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079532493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:44.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:45:45.158Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:45.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:45:45.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"10fd49f0-14ca-46c0-b7ab-549457a88589","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"563f7397-2162-4aad-b3b6-9c979cd7d619","serviceDescription":"service","serviceInvariantUUID":"686e8c96-0b56-4c59-a9dc-7fc6ba0aa674","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fabc3ea5-3367-41e8-b103-2ad248702acf","resourceInvariantUUID":"7c485a20-41a6-434b-ae01-4c1f81454dde","resourceCustomizationUUID":"b26a45a0-b406-442a-82e0-208f929947d4","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":"YzBhNjUxMjkwMjg5ZTBiMWMyZDg0MDM0YjkzNWViZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2310551c-1032-4954-a656-d64b323cd752","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":"ZTFhMTYwYmQxZTc1YjM1Yjg3YmM2NDI0N2Q3NjYyMmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8160ea7-be0b-4e21-8475-366bf82284ec","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":"0bcc0ecb-617f-4d1d-9d0b-281650371af4","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":"005b34e9-e474-4691-95f5-31bca9e85567","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":"c09e2a25-70a6-4bef-9893-b458ae76dec1","artifactVersion":"2","generatedFromUUID":"0fc1b09b-081e-4376-8d55-f8c9c57a99c3"},{"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":"d2a8a0fb-d561-490a-be10-1647d9f18fcd","artifactVersion":"2","generatedFromUUID":"0bcc0ecb-617f-4d1d-9d0b-281650371af4"},{"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":"0fc1b09b-081e-4376-8d55-f8c9c57a99c3","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":"4133d5e9-f386-4a19-a82a-b8daaa77d7c2","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":"YzBjMTU4ZjQ4MGU3ZmVjMGYzNjc0Nzc5ZjkyNmJkMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a3522fd-2971-4945-b1a1-20d2ba7bbc24","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MDI4ZjkyZWM1ZWRjMDkwYWM3NWQ1YWRhOTFlNTI2ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d813b49-2a82-4291-84c0-dd3eab65796f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:45:45.163Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:45:45.163Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:45.168Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:45.168Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:45.269Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:45:45.270Z||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-12-15T04:45:45.270Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:45.281Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:45.282Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:45:46.169Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:45:46.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:46.173Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:46.173Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:45:46.283Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-12-15T04:45:46.285Z||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-12-15T04:45:46.285Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:46.295Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:46.296Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:45:47.174Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:45:47.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:47.177Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:47.177Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:45:47.278Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T04:45:47.279Z||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-12-15T04:45:47.279Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:47.290Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:47.290Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:45:48.179Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:45:48.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:48.182Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:48.182Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:48.282Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:45:48.283Z||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-12-15T04:45:48.284Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:48.294Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:48.294Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:45:49.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:45:49.184Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:49.187Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:49.187Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-15T04:45:49.287Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:45:49.290Z||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-12-15T04:45:49.290Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:49.299Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:49.300Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:45:50.187Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:45:50.188Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:50.191Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:50.191Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-15T04:45:50.291Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:45:50.292Z||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-12-15T04:45:50.292Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:50.302Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:50.302Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:45:51.191Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:45:51.192Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:51.195Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:51.195Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-15T04:45:51.295Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:45:51.296Z||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-12-15T04:45:51.296Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:51.307Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:51.307Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:45:52.195Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:45:52.196Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:52.199Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:52.199Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:52.300Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:45:52.301Z||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-12-15T04:45:52.302Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:52.312Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:52.313Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:45:53.200Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:45:53.201Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:53.215Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:53.215Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:45:53.303Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-12-15T04:45:53.305Z||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-12-15T04:45:53.305Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:53.320Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:53.321Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:45:54.216Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:45:54.217Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:54.219Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:54.219Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:45:54.320Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:45:54.321Z||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-12-15T04:45:54.321Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:54.332Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:54.332Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:45:55.221Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "563f7397-2162-4aad-b3b6-9c979cd7d619",
  "serviceDescription": "service",
  "serviceInvariantUUID": "686e8c96-0b56-4c59-a9dc-7fc6ba0aa674",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b26a45a0-b406-442a-82e0-208f929947d4",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fabc3ea5-3367-41e8-b103-2ad248702acf",
      "resourceInvariantUUID": "7c485a20-41a6-434b-ae01-4c1f81454dde",
      "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": "ZTFhMTYwYmQxZTc1YjM1Yjg3YmM2NDI0N2Q3NjYyMmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8160ea7-be0b-4e21-8475-366bf82284ec",
          "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": "0bcc0ecb-617f-4d1d-9d0b-281650371af4",
          "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": "d2a8a0fb-d561-490a-be10-1647d9f18fcd",
            "generatedFromUUID": "0bcc0ecb-617f-4d1d-9d0b-281650371af4"
          },
          "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": "c09e2a25-70a6-4bef-9893-b458ae76dec1",
          "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": "d2a8a0fb-d561-490a-be10-1647d9f18fcd",
          "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": "0fc1b09b-081e-4376-8d55-f8c9c57a99c3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MDI4ZjkyZWM1ZWRjMDkwYWM3NWQ1YWRhOTFlNTI2ZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d813b49-2a82-4291-84c0-dd3eab65796f"
    }
  ],
  "workloadContext": "Production"
}
2022-12-15T04:45:55.221Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:45:55.222Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 563f7397-2162-4aad-b3b6-9c979cd7d619 ASDC
2022-12-15T04:45:55.223Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:10fd49f0-14ca-46c0-b7ab-549457a88589
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:563f7397-2162-4aad-b3b6-9c979cd7d619
ServiceInvariantUUID:686e8c96-0b56-4c59-a9dc-7fc6ba0aa674
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:4d813b49-2a82-4291-84c0-dd3eab65796f
ArtifactChecksum:MDI4ZjkyZWM1ZWRjMDkwYWM3NWQ1YWRhOTFlNTI2ZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b26a45a0-b406-442a-82e0-208f929947d4
ResourceInvariantUUID:7c485a20-41a6-434b-ae01-4c1f81454dde
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fabc3ea5-3367-41e8-b103-2ad248702acf
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:a8160ea7-be0b-4e21-8475-366bf82284ec
ArtifactChecksum:ZTFhMTYwYmQxZTc1YjM1Yjg3YmM2NDI0N2Q3NjYyMmI=
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:0bcc0ecb-617f-4d1d-9d0b-281650371af4
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:d2a8a0fb-d561-490a-be10-1647d9f18fcd
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:c09e2a25-70a6-4bef-9893-b458ae76dec1
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:d2a8a0fb-d561-490a-be10-1647d9f18fcd
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:0fc1b09b-081e-4376-8d55-f8c9c57a99c3
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-15T04:45:55.224Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 563f7397-2162-4aad-b3b6-9c979cd7d619 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-12-15T04:45:55.270Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:45:55.272Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T04:45:55.272Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T04:45:55.272Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4d813b49-2a82-4291-84c0-dd3eab65796f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-15T04:45:55.272Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:45:55.273Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-15T04:45:55.352Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:45:55.360Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4d813b49-2a82-4291-84c0-dd3eab65796f 162973
2022-12-15T04:45:55.360Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-15T04:45:55.361Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-15T04:45:55.361Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:45:55.361Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:55.363Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:55.363Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079555360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:45:55.464Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:45:55.465Z||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-12-15T04:45:55.466Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:55.477Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:55.478Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:45:56.364Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:45:56.365Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T04:45:56.366Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4d813b49-2a82-4291-84c0-dd3eab65796f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-15T04:45:56.366Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-15T04:45:56.367Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-15T04:45:56.367Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-15T04:45:56.618Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14887907381746478231/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-15T04:45:58.175Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:45:58.175Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-15T04:45:58.175Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-15T04:45:58.175Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-15T04:45:58.176Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-15T04:45:58.176Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||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-12-15T04:45:58.176Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-15T04:45:58.176Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-15T04:45:58.176Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-15T04:45:58.176Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.177Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:45:58.177Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-15T04:45:58.177Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-15T04:45:58.177Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:45:58.178Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.178Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:45:58.178Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-15T04:45:58.178Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-15T04:45:58.178Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:45:58.178Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.178Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:45:58.179Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.179Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-15T04:45:58.179Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-15T04:45:58.179Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-15T04:45:58.179Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-15T04:45:58.179Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.179Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:45:58.180Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.180Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-15T04:45:58.181Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:45:58.181Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.181Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-15T04:45:58.181Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:45:58.181Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.182Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-15T04:45:58.182Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:45:58.182Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.182Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-15T04:45:58.182Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:45:58.182Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.182Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-15T04:45:58.183Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-15T04:45:58.183Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4cd24258-a219-47aa-8ba0-c9660959bbbb
2022-12-15T04:45:58.183Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.183Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:45:58.184Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.184Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:45:58.184Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.184Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:45:58.184Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:45:58.184Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:45:58.184Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:563f7397-2162-4aad-b3b6-9c979cd7d619
Model Version:NULL
Model InvariantUuid:686e8c96-0b56-4c59-a9dc-7fc6ba0aa674
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:d42c620c-5a52-4203-900f-1201e4b6c0e2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7c485a20-41a6-434b-ae01-4c1f81454dde
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b26a45a0-b406-442a-82e0-208f929947d4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e12b8f76-6357-4b0f-affe-3d1b47b9d8c3
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:68d09364-c39e-4a9b-b53c-81306147aa38
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:4336ff4f-0bf0-49e3-8988-5790c21273cb
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:6930fcdc-0821-4fe4-b2ec-4b23460d474e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4cd24258-a219-47aa-8ba0-c9660959bbbb
ModelInvariantUuid:67d9a178-cd7e-4e8d-82db-f8fcd745f5f2
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b16b73f4-5e4b-4b0e-8676-697c6c12c248
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c38311d7-7a61-4be8-80f2-9c35e9e3e5fd
ModelInvariantUuid:ccbebb83-e212-4637-b438-c1d6d4cb3ae6
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:d41dae5b-7eaf-4e34-ae6c-f1e06f6284a9
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-12-15T04:45:58.191Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fabc3ea5-3367-41e8-b103-2ad248702acf
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-12-15T04:45:58.200Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-12-15T04:45:58.201Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fabc3ea5-3367-41e8-b103-2ad248702acf
2022-12-15T04:45:58.201Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a8160ea7-be0b-4e21-8475-366bf82284ec from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-15T04:45:58.201Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:45:58.201Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-15T04:45:58.260Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:45:58.260Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a8160ea7-be0b-4e21-8475-366bf82284ec 1565
2022-12-15T04:45:58.261Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-15T04:45:58.261Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-15T04:45:58.261Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:45:58.261Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:58.263Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:58.263Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079558261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:45:58.364Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:45:58.366Z||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-12-15T04:45:58.367Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:58.377Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:58.378Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:45:59.264Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4336ff4f-0bf0-49e3-8988-5790c21273cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6930fcdc-0821-4fe4-b2ec-4b23460d474e",
    "vfModuleModelCustomizationUUID": "8f9fee44-0e12-4c2c-99c7-ec71399b006f",
    "isBase": true,
    "artifacts": [
      "0bcc0ecb-617f-4d1d-9d0b-281650371af4",
      "d2a8a0fb-d561-490a-be10-1647d9f18fcd"
    ],
    "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": "e12b8f76-6357-4b0f-affe-3d1b47b9d8c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68d09364-c39e-4a9b-b53c-81306147aa38",
    "vfModuleModelCustomizationUUID": "023d93dc-78d4-46a5-8053-e943846e29f5",
    "isBase": false,
    "artifacts": [
      "0fc1b09b-081e-4376-8d55-f8c9c57a99c3"
    ],
    "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-12-15T04:45:59.270Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6930fcdc-0821-4fe4-b2ec-4b23460d474e
VfModuleModelInvariantUUID:4336ff4f-0bf0-49e3-8988-5790c21273cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
0bcc0ecb-617f-4d1d-9d0b-281650371af4
,
d2a8a0fb-d561-490a-be10-1647d9f18fcd

}
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:68d09364-c39e-4a9b-b53c-81306147aa38
VfModuleModelInvariantUUID:e12b8f76-6357-4b0f-affe-3d1b47b9d8c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fc1b09b-081e-4376-8d55-f8c9c57a99c3

}
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-12-15T04:45:59.272Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4336ff4f-0bf0-49e3-8988-5790c21273cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6930fcdc-0821-4fe4-b2ec-4b23460d474e",
    "vfModuleModelCustomizationUUID": "8f9fee44-0e12-4c2c-99c7-ec71399b006f",
    "isBase": true,
    "artifacts": [
      "0bcc0ecb-617f-4d1d-9d0b-281650371af4",
      "d2a8a0fb-d561-490a-be10-1647d9f18fcd"
    ],
    "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": "e12b8f76-6357-4b0f-affe-3d1b47b9d8c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68d09364-c39e-4a9b-b53c-81306147aa38",
    "vfModuleModelCustomizationUUID": "023d93dc-78d4-46a5-8053-e943846e29f5",
    "isBase": false,
    "artifacts": [
      "0fc1b09b-081e-4376-8d55-f8c9c57a99c3"
    ],
    "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-12-15T04:45:59.273Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6930fcdc-0821-4fe4-b2ec-4b23460d474e
VfModuleModelInvariantUUID:4336ff4f-0bf0-49e3-8988-5790c21273cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
0bcc0ecb-617f-4d1d-9d0b-281650371af4
,
d2a8a0fb-d561-490a-be10-1647d9f18fcd

}
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:68d09364-c39e-4a9b-b53c-81306147aa38
VfModuleModelInvariantUUID:e12b8f76-6357-4b0f-affe-3d1b47b9d8c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fc1b09b-081e-4376-8d55-f8c9c57a99c3

}
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-12-15T04:45:59.273Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0bcc0ecb-617f-4d1d-9d0b-281650371af4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-15T04:45:59.273Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:45:59.273Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-15T04:45:59.324Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:45:59.325Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0bcc0ecb-617f-4d1d-9d0b-281650371af4 914
2022-12-15T04:45:59.325Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-15T04:45:59.325Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-15T04:45:59.325Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:45:59.326Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:45:59.328Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:45:59.328Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079559325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:45:59.428Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:45:59.429Z||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-12-15T04:45:59.429Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:45:59.439Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:45:59.440Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:46:00.328Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c09e2a25-70a6-4bef-9893-b458ae76dec1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-15T04:46:00.329Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:46:00.330Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-15T04:46:00.383Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:46:00.383Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c09e2a25-70a6-4bef-9893-b458ae76dec1 12
2022-12-15T04:46:00.384Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-15T04:46:00.384Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-15T04:46:00.384Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:46:00.384Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:46:00.386Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:46:00.386Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079560384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:46:00.486Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:46:00.487Z||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-12-15T04:46:00.488Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:46:00.499Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:46:00.499Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:46:01.386Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d2a8a0fb-d561-490a-be10-1647d9f18fcd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-15T04:46:01.387Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:46:01.387Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-15T04:46:01.436Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:46:01.436Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d2a8a0fb-d561-490a-be10-1647d9f18fcd 96
2022-12-15T04:46:01.437Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-15T04:46:01.437Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-15T04:46:01.437Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:46:01.437Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:46:01.439Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:46:01.439Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079561437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:46:01.539Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:46:01.540Z||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-12-15T04:46:01.540Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:46:01.553Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:46:01.554Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:46:02.439Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0fc1b09b-081e-4376-8d55-f8c9c57a99c3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-15T04:46:02.440Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:46:02.441Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-15T04:46:02.511Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:46:02.512Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0fc1b09b-081e-4376-8d55-f8c9c57a99c3 20206
2022-12-15T04:46:02.513Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-15T04:46:02.513Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-15T04:46:02.513Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:46:02.514Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:46:02.516Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:46:02.516Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079562513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:46:02.616Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:46:02.617Z||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-12-15T04:46:02.618Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:46:02.633Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:46:02.634Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:46:03.520Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 563f7397-2162-4aad-b3b6-9c979cd7d619
2022-12-15T04:46:03.521Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fabc3ea5-3367-41e8-b103-2ad248702acf 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-12-15T04:46:03.529Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2362703, org.onap.sdc.toscaparser.api.parameters.Input@12c60cfa, org.onap.sdc.toscaparser.api.parameters.Input@426be959, org.onap.sdc.toscaparser.api.parameters.Input@71c003f2, org.onap.sdc.toscaparser.api.parameters.Input@427d2cf6]
2022-12-15T04:46:03.530Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.531Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:46:03.531Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-12-15T04:46:03.531Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b26a45a0-b406-442a-82e0-208f929947d4
2022-12-15T04:46:03.531Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b26a45a0-b406-442a-82e0-208f929947d4 matches Tosca VF Customization UUID: b26a45a0-b406-442a-82e0-208f929947d4
2022-12-15T04:46:03.531Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b26a45a0-b406-442a-82e0-208f929947d4  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-12-15T04:46:03.534Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.534Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:46:03.534Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b26a45a0-b406-442a-82e0-208f929947d4: {\"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-12-15T04:46:03.535Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@cec1621
2022-12-15T04:46:03.535Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.535Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:46:03.535Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 023d93dc-78d4-46a5-8053-e943846e29f5
2022-12-15T04:46:03.536Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 023d93dc-78d4-46a5-8053-e943846e29f5
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-12-15T04:46:03.538Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.538Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-15T04:46:03.538Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:46:03.539Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.539Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-15T04:46:03.539Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:46:03.539Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.540Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-15T04:46:03.540Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b26a45a0-b406-442a-82e0-208f929947d4
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-12-15T04:46:03.541Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.541Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:46:03.541Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 563f7397-2162-4aad-b3b6-9c979cd7d619: basic_cnf_macro
2022-12-15T04:46:03.542Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.542Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:46:03.542Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.542Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:46:03.542Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.543Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:46:03.543Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.543Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:46:03.543Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:46:03.543Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:46:03.543Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-15T04:46:03.581Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fabc3ea5-3367-41e8-b103-2ad248702acf 2 ASDC deployResourceStructure
2022-12-15T04:46:03.581Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-15T04:46:03.582Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-15T04:46:03.582Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:46:03.582Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:46:03.584Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:46:03.584Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079563581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:46:03.684Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:46:03.685Z||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-12-15T04:46:03.685Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:46:03.696Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:46:03.696Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:46:04.588Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-15T04:46:04.588Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-15T04:46:04.588Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:46:04.589Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:46:04.591Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:46:04.591Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079564587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:46:04.691Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:46:04.692Z||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-12-15T04:46:04.692Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:46:04.705Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:46:04.706Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:46:05.593Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-15T04:46:05.594Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-12-15T04:46:05.594Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-15T04:46:05.594Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:46:05.596Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:46:05.597Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079565593,
  "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-12-15T04:46:05.697Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:46:05.698Z||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-12-15T04:46:05.698Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:46:05.711Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:46:05.712Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:46:06.598Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-15T04:46:06.598Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-15T04:46:06.598Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:46:06.599Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:46:06.601Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:46:06.602Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079566598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:46:06.701Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:46:06.702Z||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-12-15T04:46:06.703Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:46:06.729Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:46:06.730Z||pool-108-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:46:07.603Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-15T04:46:07.604Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-15T04:46:07.604Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-15T04:46:07.604Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:46:07.608Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:46:07.608Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079567602,
  "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-12-15T04:46:07.707Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:46:07.708Z||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-12-15T04:46:07.708Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:46:07.730Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:46:07.730Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:46:08.609Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-15T04:46:08.610Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-15T04:46:08.610Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:46:08.610Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:46:08.613Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:46:08.613Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079568609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:46:08.714Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:46:08.715Z||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-12-15T04:46:08.715Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:46:08.760Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:46:08.760Z||pool-110-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:46:09.614Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:46:09.626Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589
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-12-15T04:46:09.629Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:46:09.629Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:46:09.629Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:46:39.629Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:46:39.642Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589
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-12-15T04:46:39.644Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:46:39.644Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:46:39.645Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:46:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:46:44.531Z||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-12-15T04:46:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:46:44.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:46:44.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:46:44.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079537440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:46:44.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:09.645Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:47:09.656Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589
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-12-15T04:47:09.657Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:47:09.658Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:47:09.658Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:47:39.658Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:47:39.671Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589
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-12-15T04:47:39.673Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:47:39.673Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:47:39.673Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:47:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:47:44.532Z||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-12-15T04:47:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:47:44.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:47:44.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079527900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079532493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079537440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079545672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079546182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079546811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079537440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079545672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079547261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079545672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079548358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079548321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079545672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "cds",
  "timestamp": 1671079549374,
  "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-12-15T04:47:44.583Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10fd49f0-14ca-46c0-b7ab-549457a88589
2022-12-15T04:47:44.583Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10fd49f0-14ca-46c0-b7ab-549457a88589 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-12-15T04:47:44.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079549399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079545672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079550927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "cds",
  "timestamp": 1671079550379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079545672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079550510,
  "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-12-15T04:47:44.604Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10fd49f0-14ca-46c0-b7ab-549457a88589
2022-12-15T04:47:44.604Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10fd49f0-14ca-46c0-b7ab-549457a88589 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-12-15T04:47:44.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079551932,
  "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-12-15T04:47:44.621Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10fd49f0-14ca-46c0-b7ab-549457a88589
2022-12-15T04:47:44.621Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10fd49f0-14ca-46c0-b7ab-549457a88589 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-12-15T04:47:44.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "cds",
  "timestamp": 1671079550379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079545672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079551514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "cds",
  "timestamp": 1671079550379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079545672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079552520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "cds",
  "timestamp": 1671079550379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079545672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079544529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079552520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "cds",
  "timestamp": 1671079550379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079545672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079555360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.640Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079552520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "cds",
  "timestamp": 1671079550379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079552520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "cds",
  "timestamp": 1671079550379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079552520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "cds",
  "timestamp": 1671079550379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079558261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079552520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "cds",
  "timestamp": 1671079559149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079559325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079552520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "cds",
  "timestamp": 1671079560458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-15T04:47:44.666Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 099c05af-b6a8-4c16-8aff-707de8e026b7
2022-12-15T04:47:44.666Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 099c05af-b6a8-4c16-8aff-707de8e026b7 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-12-15T04:47:44.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079560384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079552520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079561437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079561242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079562513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079562322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079562476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079563581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079563378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079564587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079564401,
  "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-12-15T04:47:44.682Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 099c05af-b6a8-4c16-8aff-707de8e026b7
2022-12-15T04:47:44.682Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 099c05af-b6a8-4c16-8aff-707de8e026b7 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-12-15T04:47:44.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079565593,
  "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-12-15T04:47:44.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079565404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079565672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079566598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079565672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079567440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079567602,
  "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-12-15T04:47:44.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079565672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079567440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079568609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079565672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079567440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079565672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079570041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079567440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079565672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "aai-ml",
  "timestamp": 1671079571044,
  "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-12-15T04:47:44.698Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10fd49f0-14ca-46c0-b7ab-549457a88589
2022-12-15T04:47:44.699Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10fd49f0-14ca-46c0-b7ab-549457a88589 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-12-15T04:47:44.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079567440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079565672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079567440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079565672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079567440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079567440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079576176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079578582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079579587,
  "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-12-15T04:47:44.715Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 099c05af-b6a8-4c16-8aff-707de8e026b7
2022-12-15T04:47:44.715Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 099c05af-b6a8-4c16-8aff-707de8e026b7 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-12-15T04:47:44.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079551680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079580135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079585672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079577493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079585672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079577493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079586864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079585672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079577493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "aai-ml",
  "timestamp": 1671079587868,
  "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-12-15T04:47:44.730Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 099c05af-b6a8-4c16-8aff-707de8e026b7
2022-12-15T04:47:44.730Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 099c05af-b6a8-4c16-8aff-707de8e026b7 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-12-15T04:47:44.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079587900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079585672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079577493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079587900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079588870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079585672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079577493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079587900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079588870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079585672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079577493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079587900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079588870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079585672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079577493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079587900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079588870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079585672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079577493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079587900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079588870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079585672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079577493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079587900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079588870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079595662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079595426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079587900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079588870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079596704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "cds",
  "timestamp": 1671079596732,
  "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-12-15T04:47:44.759Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 964ae697-0fdd-4cad-8c1f-6c07c3d85d55
2022-12-15T04:47:44.759Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964ae697-0fdd-4cad-8c1f-6c07c3d85d55 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-12-15T04:47:44.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671079587900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079588870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671079597708,
  "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-12-15T04:47:44.775Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 964ae697-0fdd-4cad-8c1f-6c07c3d85d55
2022-12-15T04:47:44.775Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964ae697-0fdd-4cad-8c1f-6c07c3d85d55 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-12-15T04:47:44.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079597440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079588870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:47:44.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079597440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079598583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:47:44.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:47:44.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079597440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079597440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079597440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079597440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079597440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:47:44.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:47:44.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:47:44.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079603296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:47:44.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:48:09.673Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:48:09.691Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589
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-12-15T04:48:09.693Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:48:09.694Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:48:09.694Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:48:09.694Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:48:09.694Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:48:09.694Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:48:09.694Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:48:09.695Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:48:09.695Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:48:09.695Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:48:09.700Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:48:39.701Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10fd49f0-14ca-46c0-b7ab-549457a88589 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-12-15T04:48:39.714Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10fd49f0-14ca-46c0-b7ab-549457a88589 and serviceModelVersionId: 563f7397-2162-4aad-b3b6-9c979cd7d619
2022-12-15T04:48:39.714Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 686e8c96-0b56-4c59-a9dc-7fc6ba0aa674
2022-12-15T04:48:39.717Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/686e8c96-0b56-4c59-a9dc-7fc6ba0aa674/model-vers/model-ver/563f7397-2162-4aad-b3b6-9c979cd7d619?depth=0
2022-12-15T04:48:39.723Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:48:39.786Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/686e8c96-0b56-4c59-a9dc-7fc6ba0aa674/model-vers/model-ver/563f7397-2162-4aad-b3b6-9c979cd7d619?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-12-15T04:48:39.788Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/686e8c96-0b56-4c59-a9dc-7fc6ba0aa674/model-vers/model-ver/563f7397-2162-4aad-b3b6-9c979cd7d619?depth=0|INFO|500||Invoke
2022-12-15T04:48:39.816Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/686e8c96-0b56-4c59-a9dc-7fc6ba0aa674/model-vers/model-ver/563f7397-2162-4aad-b3b6-9c979cd7d619?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-15T04:48:39.937Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/686e8c96-0b56-4c59-a9dc-7fc6ba0aa674/model-vers/model-ver/563f7397-2162-4aad-b3b6-9c979cd7d619?depth=0|INFO|500||InvokeReturn
2022-12-15T04:48:39.938Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/686e8c96-0b56-4c59-a9dc-7fc6ba0aa674/model-vers/model-ver/563f7397-2162-4aad-b3b6-9c979cd7d619?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:48:39 GMT], content-length=[0], vertex-id=[291048], x-aai-txid=[2-aai-resources-221215-04:48:39:721-95155], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:48:39.939Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:48:39.939Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:48:39.939Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:48:39.945Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:48:39.945Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10fd49f0-14ca-46c0-b7ab-549457a88589 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:48:39.946Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:48:39.946Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:39.949Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:39.950Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079719946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:48:40.049Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:48:40.051Z||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-12-15T04:48:40.051Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:40.074Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:40.075Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-15T04:48:40.969Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:48:40.971Z|10fd49f0-14ca-46c0-b7ab-549457a88589|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-12-15T04:48:40.971Z|10fd49f0-14ca-46c0-b7ab-549457a88589|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:44.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:48:44.532Z||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-12-15T04:48:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:44.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:44.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T04:48:44.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079597440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:48:44.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:48:45.362Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:45.363Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:48:45.363Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"099c05af-b6a8-4c16-8aff-707de8e026b7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7dcc90e3-7c18-4833-bbcd-5d184ca48e27","serviceDescription":"service","serviceInvariantUUID":"a8b1fa3c-864c-4df9-abd3-13f811f6e70c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e787f66d-beda-4087-ad7a-19c47ca02dc7","resourceInvariantUUID":"ef9c12e3-42fc-454d-9559-31dd606740a3","resourceCustomizationUUID":"f0503c6f-b0cb-4440-af53-cd013bf24727","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":"YjE3MTMzY2FjOTg1YTMzNjIzOTZiNmJiYmI4ODVkOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdddcd0f-04d3-4b66-a1c9-2149e953563d","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":"MWExZTA4MTcyMjYzNTQ2Y2M5NmU3Y2E3MDJlNDk4MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7167237c-18ec-466a-8add-f90dea058eea","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":"bf2cbe8a-e45f-46f0-b08e-2c23405f6804","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":"d843936c-1fcb-4d7d-bc17-697222976497","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":"69eec979-1c48-478b-86d4-bf4860f61f54","artifactVersion":"2","generatedFromUUID":"bf2cbe8a-e45f-46f0-b08e-2c23405f6804"},{"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":"ZjY5M2FlMjgyMDJjYzJhNGU5YTM2MjhiNzUxMTYwOGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ded668b4-673b-470c-9095-606c558c1c0c","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":"NTllNmIyYjg3NDdiODI1ZTZmYWU4ZGYwMWU2N2YzNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ca06d1b-0168-4365-b4e8-3e3fd1aaebb8","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTYzMWU0N2U3ZmZkOTc4ZDFmYzkxZWY5ZTIzOTNkMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"191130d3-7b63-4500-abc0-7a4859307140","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:48:45.366Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:48:45.367Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:45.371Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:45.371Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:48:45.471Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:48:45.472Z||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-12-15T04:48:45.472Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:45.485Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:45.485Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:48:46.373Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:48:46.375Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:46.378Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:46.378Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:48:46.478Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:48:46.479Z||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-12-15T04:48:46.479Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:46.514Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:46.515Z||pool-113-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:48:47.379Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:48:47.380Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:47.382Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:47.382Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:48:47.482Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:48:47.483Z||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-12-15T04:48:47.483Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:47.504Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:47.505Z||pool-114-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:48:48.383Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:48:48.389Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:48.391Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:48.391Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:48:48.491Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:48:48.492Z||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-12-15T04:48:48.492Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:48.503Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:48.504Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:48:49.392Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:48:49.393Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:49.395Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:49.396Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-15T04:48:49.496Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:48:49.497Z||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-12-15T04:48:49.497Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:49.507Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:49.508Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:48:50.396Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:48:50.397Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:50.400Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:50.400Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:48:50.499Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:48:50.500Z||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-12-15T04:48:50.500Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:50.511Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:50.512Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:48:51.400Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:48:51.402Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:51.404Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:51.404Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:48:51.504Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:48:51.505Z||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-12-15T04:48:51.505Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:51.520Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:51.520Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:48:52.405Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:48:52.406Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:52.408Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:52.408Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:48:52.508Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:48:52.509Z||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-12-15T04:48:52.509Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:52.520Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:52.520Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:48:53.409Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7dcc90e3-7c18-4833-bbcd-5d184ca48e27",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8b1fa3c-864c-4df9-abd3-13f811f6e70c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f0503c6f-b0cb-4440-af53-cd013bf24727",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e787f66d-beda-4087-ad7a-19c47ca02dc7",
      "resourceInvariantUUID": "ef9c12e3-42fc-454d-9559-31dd606740a3",
      "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": "MWExZTA4MTcyMjYzNTQ2Y2M5NmU3Y2E3MDJlNDk4MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7167237c-18ec-466a-8add-f90dea058eea",
          "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": "bf2cbe8a-e45f-46f0-b08e-2c23405f6804",
          "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": "69eec979-1c48-478b-86d4-bf4860f61f54",
            "generatedFromUUID": "bf2cbe8a-e45f-46f0-b08e-2c23405f6804"
          },
          "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": "69eec979-1c48-478b-86d4-bf4860f61f54",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTYzMWU0N2U3ZmZkOTc4ZDFmYzkxZWY5ZTIzOTNkMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "191130d3-7b63-4500-abc0-7a4859307140"
    }
  ],
  "workloadContext": "Production"
}
2022-12-15T04:48:53.410Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:48:53.410Z|10fd49f0-14ca-46c0-b7ab-549457a88589|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7dcc90e3-7c18-4833-bbcd-5d184ca48e27 ASDC
2022-12-15T04:48:53.411Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:099c05af-b6a8-4c16-8aff-707de8e026b7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7dcc90e3-7c18-4833-bbcd-5d184ca48e27
ServiceInvariantUUID:a8b1fa3c-864c-4df9-abd3-13f811f6e70c
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:191130d3-7b63-4500-abc0-7a4859307140
ArtifactChecksum:OTYzMWU0N2U3ZmZkOTc4ZDFmYzkxZWY5ZTIzOTNkMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f0503c6f-b0cb-4440-af53-cd013bf24727
ResourceInvariantUUID:ef9c12e3-42fc-454d-9559-31dd606740a3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e787f66d-beda-4087-ad7a-19c47ca02dc7
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:7167237c-18ec-466a-8add-f90dea058eea
ArtifactChecksum:MWExZTA4MTcyMjYzNTQ2Y2M5NmU3Y2E3MDJlNDk4MGE=
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:bf2cbe8a-e45f-46f0-b08e-2c23405f6804
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:69eec979-1c48-478b-86d4-bf4860f61f54
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:69eec979-1c48-478b-86d4-bf4860f61f54
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-15T04:48:53.412Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dcc90e3-7c18-4833-bbcd-5d184ca48e27 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-12-15T04:48:53.480Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:48:53.481Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T04:48:53.481Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T04:48:53.482Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 191130d3-7b63-4500-abc0-7a4859307140 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-15T04:48:53.482Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:48:53.482Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-15T04:48:53.595Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:48:53.600Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 191130d3-7b63-4500-abc0-7a4859307140 82632
2022-12-15T04:48:53.601Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-15T04:48:53.601Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-15T04:48:53.601Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:48:53.602Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:53.604Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:53.605Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079733601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:48:53.704Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:48:53.706Z||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-12-15T04:48:53.706Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:53.717Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:53.718Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:48:54.606Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:48:54.607Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T04:48:54.607Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 191130d3-7b63-4500-abc0-7a4859307140, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-15T04:48:54.608Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-15T04:48:54.609Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-15T04:48:54.609Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-15T04:48:54.843Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8626163820287937733/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-12-15T04:48:56.372Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:48:56.372Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-15T04:48:56.372Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-15T04:48:56.373Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-15T04:48:56.373Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-15T04:48:56.373Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-15T04:48:56.373Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||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-12-15T04:48:56.373Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-15T04:48:56.373Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-15T04:48:56.373Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-15T04:48:56.373Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||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-12-15T04:48:56.373Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-15T04:48:56.373Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.374Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:56.374Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-15T04:48:56.374Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-15T04:48:56.374Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:48:56.374Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.375Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:56.375Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-15T04:48:56.375Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-15T04:48:56.375Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:48:56.375Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.375Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:56.376Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.376Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-15T04:48:56.376Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-15T04:48:56.376Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-15T04:48:56.376Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-15T04:48:56.376Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-15T04:48:56.376Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-15T04:48:56.376Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.377Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:48:56.377Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.377Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-15T04:48:56.377Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:48:56.377Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.378Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-15T04:48:56.378Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:48:56.378Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.378Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-15T04:48:56.378Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:48:56.378Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.378Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-15T04:48:56.378Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-15T04:48:56.379Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-15T04:48:56.379Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=218c7707-a492-4c6f-84af-63f6ff06385b
2022-12-15T04:48:56.379Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.379Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:56.379Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.379Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:56.380Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.380Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:56.380Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:56.380Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:56.380Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7dcc90e3-7c18-4833-bbcd-5d184ca48e27
Model Version:NULL
Model InvariantUuid:a8b1fa3c-864c-4df9-abd3-13f811f6e70c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:deeeb340-17ef-4627-929a-c1b375766093
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ef9c12e3-42fc-454d-9559-31dd606740a3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f0503c6f-b0cb-4440-af53-cd013bf24727
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d83def01-31e0-43b8-89fb-578a0a93aeff
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e9db351b-feca-4405-b0e5-bc1802f8d15b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:218c7707-a492-4c6f-84af-63f6ff06385b
ModelInvariantUuid:6eb9b2ef-856b-49f4-9265-20de03b0b8dc
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2d4e63f1-d504-4163-a076-0ebcd02c3a73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5a532aa3-c866-4279-9942-69428bf902cf
ModelInvariantUuid:36210d03-651d-4785-9bad-67129a5efcb9
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2d7b9b3d-a454-4ae3-afaf-fc0165d8b4e3
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-12-15T04:48:56.386Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e787f66d-beda-4087-ad7a-19c47ca02dc7
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-12-15T04:48:56.393Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-12-15T04:48:56.393Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e787f66d-beda-4087-ad7a-19c47ca02dc7
2022-12-15T04:48:56.394Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7167237c-18ec-466a-8add-f90dea058eea from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-15T04:48:56.394Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:48:56.394Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-15T04:48:56.443Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:48:56.443Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7167237c-18ec-466a-8add-f90dea058eea 792
2022-12-15T04:48:56.443Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-15T04:48:56.444Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-15T04:48:56.444Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:48:56.444Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:56.446Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:56.446Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079736443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:48:56.546Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:48:56.546Z||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-12-15T04:48:56.547Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:56.558Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:56.558Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:48:57.446Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d83def01-31e0-43b8-89fb-578a0a93aeff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9db351b-feca-4405-b0e5-bc1802f8d15b",
    "vfModuleModelCustomizationUUID": "85cdf83a-cd31-48d4-bb55-02f75b4a9991",
    "isBase": true,
    "artifacts": [
      "bf2cbe8a-e45f-46f0-b08e-2c23405f6804",
      "69eec979-1c48-478b-86d4-bf4860f61f54"
    ],
    "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-12-15T04:48:57.451Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9db351b-feca-4405-b0e5-bc1802f8d15b
VfModuleModelInvariantUUID:d83def01-31e0-43b8-89fb-578a0a93aeff
VfModuleModelDescription:NULL
Artifacts UUID List:{
bf2cbe8a-e45f-46f0-b08e-2c23405f6804
,
69eec979-1c48-478b-86d4-bf4860f61f54

}
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-12-15T04:48:57.453Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d83def01-31e0-43b8-89fb-578a0a93aeff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9db351b-feca-4405-b0e5-bc1802f8d15b",
    "vfModuleModelCustomizationUUID": "85cdf83a-cd31-48d4-bb55-02f75b4a9991",
    "isBase": true,
    "artifacts": [
      "bf2cbe8a-e45f-46f0-b08e-2c23405f6804",
      "69eec979-1c48-478b-86d4-bf4860f61f54"
    ],
    "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-12-15T04:48:57.453Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9db351b-feca-4405-b0e5-bc1802f8d15b
VfModuleModelInvariantUUID:d83def01-31e0-43b8-89fb-578a0a93aeff
VfModuleModelDescription:NULL
Artifacts UUID List:{
bf2cbe8a-e45f-46f0-b08e-2c23405f6804
,
69eec979-1c48-478b-86d4-bf4860f61f54

}
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-12-15T04:48:57.453Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bf2cbe8a-e45f-46f0-b08e-2c23405f6804 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-15T04:48:57.453Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:48:57.453Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-15T04:48:57.502Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:48:57.502Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bf2cbe8a-e45f-46f0-b08e-2c23405f6804 5033
2022-12-15T04:48:57.503Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-15T04:48:57.503Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-15T04:48:57.503Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:48:57.503Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:57.506Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:57.506Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079737503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:48:57.605Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:48:57.606Z||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-12-15T04:48:57.606Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:57.619Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:57.619Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:48:58.507Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 69eec979-1c48-478b-86d4-bf4860f61f54 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-15T04:48:58.507Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:48:58.507Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-15T04:48:58.561Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:48:58.561Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 69eec979-1c48-478b-86d4-bf4860f61f54 903
2022-12-15T04:48:58.561Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-15T04:48:58.561Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-15T04:48:58.561Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:48:58.562Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:58.564Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:58.564Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079738561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:48:58.664Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:48:58.665Z||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-12-15T04:48:58.665Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:58.676Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:58.676Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:48:59.564Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7dcc90e3-7c18-4833-bbcd-5d184ca48e27
2022-12-15T04:48:59.565Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e787f66d-beda-4087-ad7a-19c47ca02dc7 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-12-15T04:48:59.577Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a469546, org.onap.sdc.toscaparser.api.parameters.Input@4d6d3379, org.onap.sdc.toscaparser.api.parameters.Input@e1cf4d7, org.onap.sdc.toscaparser.api.parameters.Input@52e83906, org.onap.sdc.toscaparser.api.parameters.Input@3c6a6ab8]
2022-12-15T04:48:59.579Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.579Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:59.580Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-12-15T04:48:59.580Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f0503c6f-b0cb-4440-af53-cd013bf24727
2022-12-15T04:48:59.580Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f0503c6f-b0cb-4440-af53-cd013bf24727 matches Tosca VF Customization UUID: f0503c6f-b0cb-4440-af53-cd013bf24727
2022-12-15T04:48:59.580Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f0503c6f-b0cb-4440-af53-cd013bf24727  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-12-15T04:48:59.582Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.582Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:59.583Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f0503c6f-b0cb-4440-af53-cd013bf24727: {\"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-12-15T04:48:59.583Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6258a219
2022-12-15T04:48:59.583Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.583Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:48:59.583Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85cdf83a-cd31-48d4-bb55-02f75b4a9991
2022-12-15T04:48:59.583Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85cdf83a-cd31-48d4-bb55-02f75b4a9991
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-12-15T04:48:59.585Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.585Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-15T04:48:59.585Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:48:59.586Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.586Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-15T04:48:59.586Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:48:59.586Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.586Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-15T04:48:59.587Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-15T04:48:59.587Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-15T04:48:59.587Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=218c7707-a492-4c6f-84af-63f6ff06385b
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-12-15T04:48:59.589Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.589Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-15T04:48:59.589Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:48:59.589Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.589Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-15T04:48:59.590Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f0503c6f-b0cb-4440-af53-cd013bf24727
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-12-15T04:48:59.591Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.591Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:59.591Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7dcc90e3-7c18-4833-bbcd-5d184ca48e27: basic_vm_macro
2022-12-15T04:48:59.592Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.592Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:59.592Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.592Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:59.592Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.593Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:59.593Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.593Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:59.593Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:48:59.594Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:48:59.594Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-15T04:48:59.669Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e787f66d-beda-4087-ad7a-19c47ca02dc7 1 ASDC deployResourceStructure
2022-12-15T04:48:59.670Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-15T04:48:59.670Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-15T04:48:59.670Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:48:59.671Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:48:59.673Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:48:59.673Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079739670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:48:59.773Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:48:59.774Z||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-12-15T04:48:59.774Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:48:59.785Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:48:59.785Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:00.675Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-15T04:49:00.675Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-15T04:49:00.675Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:49:00.676Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:00.699Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:00.699Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079740675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:49:00.778Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-12-15T04:49:00.780Z||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-12-15T04:49:00.780Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:00.790Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:00.791Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:01.701Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-15T04:49:01.701Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-15T04:49:01.701Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:49:01.702Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:01.704Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:01.704Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079741701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:49:01.804Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:49:01.805Z||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-12-15T04:49:01.805Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:01.817Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:01.818Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:02.706Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-15T04:49:02.706Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-15T04:49:02.706Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:49:02.707Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:02.709Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:02.709Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079742706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:49:02.809Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:49:02.810Z||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-12-15T04:49:02.810Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:02.821Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:02.821Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:03.710Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 099c05af-b6a8-4c16-8aff-707de8e026b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:49:03.720Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 099c05af-b6a8-4c16-8aff-707de8e026b7
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-12-15T04:49:03.722Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:49:03.723Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:49:03.723Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:49:03.723Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:49:03.723Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:49:03.723Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:49:03.723Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:49:03.724Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:49:03.724Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:49:03.724Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:49:03.729Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:49:33.729Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 099c05af-b6a8-4c16-8aff-707de8e026b7 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-12-15T04:49:33.738Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 099c05af-b6a8-4c16-8aff-707de8e026b7 and serviceModelVersionId: 7dcc90e3-7c18-4833-bbcd-5d184ca48e27
2022-12-15T04:49:33.738Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8b1fa3c-864c-4df9-abd3-13f811f6e70c
2022-12-15T04:49:33.739Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8b1fa3c-864c-4df9-abd3-13f811f6e70c/model-vers/model-ver/7dcc90e3-7c18-4833-bbcd-5d184ca48e27?depth=0
2022-12-15T04:49:33.747Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:49:33.791Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8b1fa3c-864c-4df9-abd3-13f811f6e70c/model-vers/model-ver/7dcc90e3-7c18-4833-bbcd-5d184ca48e27?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-12-15T04:49:33.793Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8b1fa3c-864c-4df9-abd3-13f811f6e70c/model-vers/model-ver/7dcc90e3-7c18-4833-bbcd-5d184ca48e27?depth=0|INFO|500||Invoke
2022-12-15T04:49:33.832Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8b1fa3c-864c-4df9-abd3-13f811f6e70c/model-vers/model-ver/7dcc90e3-7c18-4833-bbcd-5d184ca48e27?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-15T04:49:33.960Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8b1fa3c-864c-4df9-abd3-13f811f6e70c/model-vers/model-ver/7dcc90e3-7c18-4833-bbcd-5d184ca48e27?depth=0|INFO|500||InvokeReturn
2022-12-15T04:49:33.961Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8b1fa3c-864c-4df9-abd3-13f811f6e70c/model-vers/model-ver/7dcc90e3-7c18-4833-bbcd-5d184ca48e27?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:49:33 GMT], content-length=[0], vertex-id=[303336], x-aai-txid=[1-aai-resources-221215-04:49:33:736-89058], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:49:33.961Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:49:33.962Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:49:33.962Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:49:33.965Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:49:33.966Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 099c05af-b6a8-4c16-8aff-707de8e026b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:49:33.966Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:49:33.966Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:33.969Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:33.969Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079773966,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:49:34.069Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:49:34.069Z||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-12-15T04:49:34.070Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:34.099Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:34.100Z||pool-128-thread-1|||||INFO|500||cambria reply ok (31 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-12-15T04:49:34.981Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:49:34.981Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"964ae697-0fdd-4cad-8c1f-6c07c3d85d55","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"dacd1713-fd94-4023-9305-e372e6aec805","serviceDescription":"service","serviceInvariantUUID":"5b54151f-e6e8-48c5-a5be-96aef0059ae1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"582d83e9-f969-447a-af01-1ea25e93798e","resourceInvariantUUID":"1273b3fd-923b-47b6-9dce-1f29470de6a1","resourceCustomizationUUID":"18689256-ee0d-42a2-9819-a7a9bc17a1fe","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":"NjNkNGE4MzVhNTQ3ZDhjOGQzNzI5ODNlOTJhNjBjNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb392919-a409-4e97-b9b6-03cc1b11d2c0","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":"bb1d946f-0efe-46a2-9e56-c8082585d647","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":"b06bbf01-3b26-449d-af55-675b5c17da2c","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":"NGRkYzg5MGU1ZjhkZWZjMDBhZDhhNjQyNmJiYmRlMGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e64fa473-ec0e-4f74-8edf-e9e2cb6b672e","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":"4a273bf3-9b4b-43dc-9a54-51a0a2b842ab","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":"7d00311c-c80f-4245-bf62-7e46d32b26c7","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":"b4715eef-1670-47ae-8eb3-c59a338da8a4","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":"NTA1YjVjYTIzMDFlOTk0YTkwNjY1NmQ3Nzc4YWQ1OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"051520d4-5475-49f5-87b8-a05a764a9519","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDFhM2I3MzkxMWE3NzZkYmQyZjM5YjNkYjJmNTI0OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dec561e5-2123-461f-bf92-1261580fd95f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:49:34.982Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:49:34.982Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:34.984Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:34.984Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:49:35.084Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:49:35.085Z||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-12-15T04:49:35.085Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:35.096Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:35.096Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:36.000Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:49:36.001Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:36.003Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:36.003Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:49:36.103Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:49:36.104Z||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-12-15T04:49:36.104Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:36.116Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:36.117Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:37.003Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:49:37.004Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:37.007Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:37.007Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:49:37.107Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:49:37.108Z||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-12-15T04:49:37.108Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:37.120Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:37.120Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:38.008Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:49:38.009Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:38.024Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:38.024Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:49:38.111Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-12-15T04:49:38.112Z||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-12-15T04:49:38.112Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:38.122Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:38.122Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:49:39.025Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:49:39.026Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:39.029Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:39.029Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:49:39.129Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:49:39.130Z||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-12-15T04:49:39.130Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:39.139Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:39.139Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:40.029Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:49:40.030Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:40.033Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:40.033Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:49:40.133Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:49:40.134Z||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-12-15T04:49:40.134Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:40.147Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:40.148Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:41.033Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:49:41.034Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:41.036Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:41.036Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:49:41.136Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:49:41.137Z||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-12-15T04:49:41.138Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:41.148Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:41.148Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:49:42.037Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:49:42.038Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:42.041Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:42.041Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:49:42.141Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:49:42.143Z||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-12-15T04:49:42.143Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:42.154Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:42.155Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:49:43.042Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:49:43.043Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:43.044Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:43.045Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:49:43.144Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:49:43.146Z||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-12-15T04:49:43.146Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:43.158Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:43.158Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:44.045Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "dacd1713-fd94-4023-9305-e372e6aec805",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5b54151f-e6e8-48c5-a5be-96aef0059ae1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "18689256-ee0d-42a2-9819-a7a9bc17a1fe",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "582d83e9-f969-447a-af01-1ea25e93798e",
      "resourceInvariantUUID": "1273b3fd-923b-47b6-9dce-1f29470de6a1",
      "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": "NDFhM2I3MzkxMWE3NzZkYmQyZjM5YjNkYjJmNTI0OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dec561e5-2123-461f-bf92-1261580fd95f"
    }
  ],
  "workloadContext": "Production"
}
2022-12-15T04:49:44.046Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:49:44.047Z|099c05af-b6a8-4c16-8aff-707de8e026b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dacd1713-fd94-4023-9305-e372e6aec805 ASDC
2022-12-15T04:49:44.047Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:964ae697-0fdd-4cad-8c1f-6c07c3d85d55
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:dacd1713-fd94-4023-9305-e372e6aec805
ServiceInvariantUUID:5b54151f-e6e8-48c5-a5be-96aef0059ae1
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:dec561e5-2123-461f-bf92-1261580fd95f
ArtifactChecksum:NDFhM2I3MzkxMWE3NzZkYmQyZjM5YjNkYjJmNTI0OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:18689256-ee0d-42a2-9819-a7a9bc17a1fe
ResourceInvariantUUID:1273b3fd-923b-47b6-9dce-1f29470de6a1
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:582d83e9-f969-447a-af01-1ea25e93798e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-15T04:49:44.047Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dacd1713-fd94-4023-9305-e372e6aec805 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-12-15T04:49:44.084Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:49:44.085Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T04:49:44.085Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T04:49:44.085Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dec561e5-2123-461f-bf92-1261580fd95f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-15T04:49:44.085Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T04:49:44.085Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-15T04:49:44.250Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T04:49:44.256Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dec561e5-2123-461f-bf92-1261580fd95f 110872
2022-12-15T04:49:44.256Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-15T04:49:44.256Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-15T04:49:44.256Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:49:44.257Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:44.259Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:44.259Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079784256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:49:44.358Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:49:44.379Z||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-12-15T04:49:44.379Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:44.396Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:44.397Z||pool-138-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:44.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:49:44.532Z||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-12-15T04:49:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:44.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:44.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T04:49:44.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "aai-ml",
  "timestamp": 1671079604300,
  "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-12-15T04:49:44.560Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 964ae697-0fdd-4cad-8c1f-6c07c3d85d55
2022-12-15T04:49:44.560Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964ae697-0fdd-4cad-8c1f-6c07c3d85d55 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-12-15T04:49:44.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T04:49:44.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079597440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:49:44.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:49:44.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T04:49:44.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079607234,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:49:44.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:49:44.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T04:49:44.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079609291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:49:44.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:49:44.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T04:49:44.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671079610296,
  "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-12-15T04:49:44.579Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 964ae697-0fdd-4cad-8c1f-6c07c3d85d55
2022-12-15T04:49:44.580Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964ae697-0fdd-4cad-8c1f-6c07c3d85d55 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-12-15T04:49:45.259Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:49:45.260Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T04:49:45.261Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: dec561e5-2123-461f-bf92-1261580fd95f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:45.261Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-15T04:49:45.262Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:45.262Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:45.367Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6104362671032888393/Definitions/service-TestPnfMacro-template.yml
2022-12-15T04:49:46.177Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:49:46.177Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-15T04:49:46.177Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:49:46.178Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:49:46.179Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-15T04:49:46.179Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-15T04:49:46.179Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:49:46.179Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:49:46.179Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:49:46.179Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-15T04:49:46.180Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-15T04:49:46.180Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:49:46.180Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:49:46.180Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:49:46.180Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:49:46.180Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:49:46.180Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:49:46.180Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:49:46.181Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:49:46.181Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:49:46.181Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:49:46.181Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:49:46.181Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:dacd1713-fd94-4023-9305-e372e6aec805
Model Version:NULL
Model InvariantUuid:5b54151f-e6e8-48c5-a5be-96aef0059ae1
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-12-15T04:49:46.184Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 582d83e9-f969-447a-af01-1ea25e93798e
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-12-15T04:49:46.186Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-12-15T04:49:46.186Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 582d83e9-f969-447a-af01-1ea25e93798e
2022-12-15T04:49:46.186Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||No resources found for Service: dacd1713-fd94-4023-9305-e372e6aec805
2022-12-15T04:49:46.186Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dacd1713-fd94-4023-9305-e372e6aec805
2022-12-15T04:49:46.186Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 582d83e9-f969-447a-af01-1ea25e93798e 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-12-15T04:49:46.189Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31e6f2ea, org.onap.sdc.toscaparser.api.parameters.Input@649ae59, org.onap.sdc.toscaparser.api.parameters.Input@110ec0c6, org.onap.sdc.toscaparser.api.parameters.Input@4a6acc2d, org.onap.sdc.toscaparser.api.parameters.Input@4c9d1628]
2022-12-15T04:49:46.189Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:49:46.189Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:49:46.189Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dacd1713-fd94-4023-9305-e372e6aec805: test-pnf
2022-12-15T04:49:46.190Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||Processing PNF resource: 582d83e9-f969-447a-af01-1ea25e93798e
2022-12-15T04:49:46.190Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-15T04:49:46.190Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:49:46.190Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||Resource customization UUID: 18689256-ee0d-42a2-9819-a7a9bc17a1fe is the same as notified resource customizationUUID: 18689256-ee0d-42a2-9819-a7a9bc17a1fe
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-12-15T04:49:46.213Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 582d83e9-f969-447a-af01-1ea25e93798e 0 ASDC deployResourceStructure
2022-12-15T04:49:46.214Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-15T04:49:46.214Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-15T04:49:46.214Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:49:46.214Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:49:46.216Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:49:46.216Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079786214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:49:46.316Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:49:46.317Z||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-12-15T04:49:46.317Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:49:46.331Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:49:46.332Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:49:47.217Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 964ae697-0fdd-4cad-8c1f-6c07c3d85d55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-15T04:49:47.227Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 964ae697-0fdd-4cad-8c1f-6c07c3d85d55
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-12-15T04:49:47.230Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:49:47.230Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:49:47.230Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:49:47.230Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:49:47.230Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:49:47.230Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:49:47.230Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:49:47.230Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:49:47.230Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-15T04:49:47.230Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:49:47.235Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:50:17.236Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 964ae697-0fdd-4cad-8c1f-6c07c3d85d55 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-12-15T04:50:17.243Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 964ae697-0fdd-4cad-8c1f-6c07c3d85d55 and serviceModelVersionId: dacd1713-fd94-4023-9305-e372e6aec805
2022-12-15T04:50:17.243Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b54151f-e6e8-48c5-a5be-96aef0059ae1
2022-12-15T04:50:17.244Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b54151f-e6e8-48c5-a5be-96aef0059ae1/model-vers/model-ver/dacd1713-fd94-4023-9305-e372e6aec805?depth=0
2022-12-15T04:50:17.249Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:50:17.298Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b54151f-e6e8-48c5-a5be-96aef0059ae1/model-vers/model-ver/dacd1713-fd94-4023-9305-e372e6aec805?depth=0|INFO|500||Invoke
2022-12-15T04:50:17.298Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b54151f-e6e8-48c5-a5be-96aef0059ae1/model-vers/model-ver/dacd1713-fd94-4023-9305-e372e6aec805?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b54151f-e6e8-48c5-a5be-96aef0059ae1/model-vers/model-ver/dacd1713-fd94-4023-9305-e372e6aec805?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[964ae697-0fdd-4cad-8c1f-6c07c3d85d55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8043833-3244-4c48-821d-e6001bc773e6], X-ECOMP-RequestID=[964ae697-0fdd-4cad-8c1f-6c07c3d85d55], X-TransactionId=[], X-ONAP-RequestID=[964ae697-0fdd-4cad-8c1f-6c07c3d85d55], Content-Type=[application/merge-patch+json]}
2022-12-15T04:50:17.321Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b54151f-e6e8-48c5-a5be-96aef0059ae1/model-vers/model-ver/dacd1713-fd94-4023-9305-e372e6aec805?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-15T04:50:17.404Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b54151f-e6e8-48c5-a5be-96aef0059ae1/model-vers/model-ver/dacd1713-fd94-4023-9305-e372e6aec805?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/5b54151f-e6e8-48c5-a5be-96aef0059ae1/model-vers/model-ver/dacd1713-fd94-4023-9305-e372e6aec805?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:50:17 GMT], content-length=[0], vertex-id=[282736], x-aai-txid=[2-aai-resources-221215-04:50:17:224-9266], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:50:17.404Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b54151f-e6e8-48c5-a5be-96aef0059ae1/model-vers/model-ver/dacd1713-fd94-4023-9305-e372e6aec805?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:50:17.405Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b54151f-e6e8-48c5-a5be-96aef0059ae1/model-vers/model-ver/dacd1713-fd94-4023-9305-e372e6aec805?depth=0|INFO|500||InvokeReturn
2022-12-15T04:50:17.406Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:50:17.406Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:50:17.409Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:50:17.410Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 964ae697-0fdd-4cad-8c1f-6c07c3d85d55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:50:17.410Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:50:17.410Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:50:17.412Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:50:17.413Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079817410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:50:17.512Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:50:17.513Z||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-12-15T04:50:17.513Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:50:17.534Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:50:17.535Z||pool-140-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-15T04:50:18.441Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:50:18.442Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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-12-15T04:50:18.442Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:50:27.992Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:50:27.992Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:50:27.993Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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-12-15T04:50:27.993Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:50:37.528Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:50:37.529Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:50:37.529Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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-12-15T04:50:37.529Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:50:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:50:44.532Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T04:50:44.532Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:50:44.552Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:50:44.553Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:50:44.553Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd49f0-14ca-46c0-b7ab-549457a88589",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079719946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:50:44.553Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:50:47.111Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:50:47.112Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:50:47.113Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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-12-15T04:50:47.113Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:50:56.651Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:51:44.529Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:51:44.530Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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-12-15T04:51:44.530Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:51:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:51:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T04:51:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:51:44.552Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:51:44.553Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.554Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.555Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.555Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.555Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-15T04:51:44.555Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.556Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.556Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-15T04:51:44.556Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.556Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.556Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.556Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.557Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.557Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-15T04:51:44.557Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.557Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.557Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.557Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.557Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.557Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.558Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.558Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.558Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:51:44.558Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.558Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.558Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079733601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:51:44.559Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:51:44.559Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.559Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079736443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:51:44.559Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:51:44.559Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.559Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079737503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:51:44.560Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:51:44.560Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.560Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079738561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:51:44.560Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:51:44.560Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.560Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079739670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-15T04:51:44.561Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:51:44.561Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.561Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079740675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-15T04:51:44.561Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:51:44.561Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.561Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079741701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-15T04:51:44.562Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:51:44.562Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.562Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079742706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:51:44.562Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:51:44.562Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.562Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c05af-b6a8-4c16-8aff-707de8e026b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079773966,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:51:44.563Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:51:44.563Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.563Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.564Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.564Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.564Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.564Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.565Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.565Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.565Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.565Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.565Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.565Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.565Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.566Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.566Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.566Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.566Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.566Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.566Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.566Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.567Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.567Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.567Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-15T04:51:44.567Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.567Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.567Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079720969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-15T04:51:44.568Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-15T04:51:44.568Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:51:44.568Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079784256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-15T04:51:44.568Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:51:54.106Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:52:44.529Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:52:44.530Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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-12-15T04:52:44.530Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:52:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:52:44.531Z||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-12-15T04:52:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:52:45.058Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:52:45.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:52:45.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079786214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-15T04:52:45.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:52:45.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T04:52:45.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "964ae697-0fdd-4cad-8c1f-6c07c3d85d55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671079817410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:52:45.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:52:54.122Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:53:44.529Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:53:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:53:44.533Z||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-12-15T04:53:44.533Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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-12-15T04:53:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:53:44.533Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:53:54.094Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:53:54.094Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:54:44.529Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:54:44.531Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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-12-15T04:54:44.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:54:44.531Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:54:44.531Z||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-12-15T04:54:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:54:54.092Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:54:54.093Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:55:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:55:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:55:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:55:44.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:55:44.532Z||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-12-15T04:55:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:55:54.069Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:55:54.071Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:56:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:56:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:56:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:56:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:56:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T04:56:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:56:54.095Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:56:54.100Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:57:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:57:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:57:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:57:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:57:44.531Z||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-12-15T04:57:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:57:54.072Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:57:54.078Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:58:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:58:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:58:44.531Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:58:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:58:44.532Z||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-12-15T04:58:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:58:54.096Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:58:54.096Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:59:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:59:44.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:59:44.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:59:44.533Z||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-12-15T04:59:44.533Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:59:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:59:54.100Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T04:59:54.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:00:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:00:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:00:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:00:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:00:44.531Z||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-12-15T05:00:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:00:54.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:00:54.072Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:01:44.531Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:01:44.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:01:44.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:01:44.533Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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-12-15T05:01:44.534Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:01:44.533Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:01:54.078Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:01:54.078Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:02:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:02:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:02:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:02:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:02:44.531Z||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-12-15T05:02:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:02:54.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:02:54.071Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:03:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:03:44.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:03:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:03:44.531Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:03:44.531Z||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-12-15T05:03:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:03:54.073Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:03:54.075Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:04:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:04:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:04:44.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:04:44.533Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:04:44.533Z||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-12-15T05:04:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:04:54.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:04:54.079Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:05:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:05:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:05:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:05:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:05:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:05:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:05:54.093Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:05:54.101Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:06:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:06:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:06:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:06:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:06:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:06:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:06:54.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:06:54.093Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:07:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:07:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:07:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:07:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:07:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T05:07:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:07:54.073Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:07:54.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:08:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:08:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:08:44.531Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:08:44.530Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:08:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T05:08:44.532Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:08:54.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:08:54.120Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:09:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:09:44.534Z||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-12-15T05:09:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:09:44.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:09:44.540Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:09:44.540Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:09:54.090Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:09:54.097Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:10:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:10:44.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:10:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:10:44.531Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:10:44.532Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:10:44.532Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:10:54.076Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:10:54.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:11:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:11:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:11:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:11:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:11:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:11:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:11:54.071Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:11:54.082Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:12:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:12:44.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:12:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:12:44.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:12:44.531Z||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-12-15T05:12:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:12:54.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:12:54.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:13:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:13:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:13:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:13:44.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:13:44.531Z||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-12-15T05:13:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:13:54.069Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:13:54.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:14:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:14:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:14:44.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:14:44.532Z||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-12-15T05:14:44.533Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:14:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:14:54.088Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:14:54.088Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:15:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:15:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:15:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:15:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:15:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T05:15:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:15:54.101Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:15:54.101Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:16:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:16:44.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T05:16:44.530Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T05:16:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:16:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T05:16:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:16:54.074Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:16:54.093Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:17:44.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:17:44.530Z||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-12-15T05:17:44.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:17:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:17:44.531Z||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-12-15T05:17:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:17:54.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:17:54.078Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:18:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:18:44.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:18:44.531Z||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-12-15T05:18:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:18:44.532Z||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-12-15T05:18:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:18:54.073Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:18:54.094Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:19:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:19:44.530Z||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-12-15T05:19:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:19:44.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:19:44.531Z||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-12-15T05:19:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:19:54.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:19:54.073Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:20:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:20:44.530Z||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-12-15T05:20:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:20:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:20:44.531Z||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-12-15T05:20:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:20:54.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:20:54.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:21:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:21:44.530Z||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-12-15T05:21:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:21:44.531Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:21:44.531Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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-12-15T05:21:44.531Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:21:54.072Z|964ae697-0fdd-4cad-8c1f-6c07c3d85d55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:21:54.073Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:22:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:22:44.530Z||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-12-15T05:22:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:22:44.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:22:44.531Z||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-12-15T05:22:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:22:54.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:22:54.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:23:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:23:44.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:23:44.533Z||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-12-15T05:23:44.533Z||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-12-15T05:23:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:23:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:23:54.075Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:23:54.075Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:24:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:24:44.530Z||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-12-15T05:24:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:24:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:24:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:24:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:24:54.071Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:24:54.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:25:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:25:44.529Z||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-12-15T05:25:44.529Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:25:44.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:25:44.531Z||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-12-15T05:25:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:25:54.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:25:54.082Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:26:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:26:44.530Z||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-12-15T05:26:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:26:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:26:44.531Z||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-12-15T05:26:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:26:54.071Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:26:54.072Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:27:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:27:44.529Z||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-12-15T05:27:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:27:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:27:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:27:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:27:54.069Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:27:54.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:28:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:28:44.530Z||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-12-15T05:28:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:28:44.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:28:44.531Z||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-12-15T05:28:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:28:54.074Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:28:54.080Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:29:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:29:44.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:29:44.534Z||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-12-15T05:29:44.534Z||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-12-15T05:29:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:29:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:29:54.074Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:29:54.078Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:30:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:30:44.530Z||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-12-15T05:30:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:30:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:30:44.531Z||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-12-15T05:30:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:30:54.065Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:30:54.067Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:31:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:31:44.530Z||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-12-15T05:31:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:31:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:31:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T05:31:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:31:54.069Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:31:54.069Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:32:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:32:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:32:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:32:44.530Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:32:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T05:32:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:32:54.071Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:32:54.078Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:33:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:33:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:33:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:33:44.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:33:44.531Z||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-12-15T05:33:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:33:54.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:33:54.070Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:34:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:34:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:34:44.533Z||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-12-15T05:34:44.533Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:34:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:34:44.533Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:34:54.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:34:54.081Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:35:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:35:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:35:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:35:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:35:44.531Z||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-12-15T05:35:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:35:54.095Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:35:54.098Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:36:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:36:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:36:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:36:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:36:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T05:36:44.532Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:36:54.083Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:36:54.083Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:37:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:37:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:37:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:37:44.530Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:37:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T05:37:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:37:54.084Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:37:54.084Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:38:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:38:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:38:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:38:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:38:44.531Z||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-12-15T05:38:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:38:54.080Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:38:54.080Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:39:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:39:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:39:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:39:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:39:44.531Z||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-12-15T05:39:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:39:54.074Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:39:54.074Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:40:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:40:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:40:44.533Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:40:44.533Z||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-12-15T05:40:44.533Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:40:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:40:54.092Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:40:54.092Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:41:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:41:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:41:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:41:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:41:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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-12-15T05:41:44.531Z|263ceae7-a306-4746-af59-fc51c4b2ec99|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:41:54.075Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:41:54.075Z|263ceae7-a306-4746-af59-fc51c4b2ec99|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:42:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:42:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:42:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:42:44.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:42:44.531Z||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-12-15T05:42:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:42:54.068Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:42:54.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:43:44.529Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:43:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-12-15T05:43:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:43:44.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:43:44.531Z||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-12-15T05:43:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:43:54.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:43:54.080Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:44:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:44:44.530Z||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-12-15T05:44:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:44:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T05:44:44.531Z||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-12-15T05:44:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T05:44:54.069Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-15T05:44:54.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK