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)

2023-01-07T05:30:26.935Z||main|||||INFO|500||The following profiles are active: basic
2023-01-07T05:30:38.502Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-07T05:30:38.502Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-07T05:30:38.612Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-07T05:30:42.667Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-07T05:30:43.056Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-07T05:30:43.514Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-07T05:30:43.522Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-07T05:30:43.635Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-07T05:30:43.875Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-07T05:30:44.459Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-07T05:30:46.170Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-07T05:30:48.436Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-07T05:30:48.497Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-07T05:30:49.099Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-07T05:30:49.326Z||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.
2023-01-07T05:30:50.432Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-07T05:30:51.445Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-07T05:30:51.463Z||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$$30e71889.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)
2023-01-07T05:30:51.464Z||main|||||WARN|500||The sdc end point is not alive
2023-01-07T05:30:54.323Z||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
2023-01-07T05:30:56.921Z||main|||||WARN|500||---
2023-01-07T05:30:56.922Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-07T05:30:56.922Z||main|||||WARN|500||---
2023-01-07T05:30:57.370Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-07T05:31:01.973Z||main|||||INFO|500||Started Application in 38.258 seconds (JVM running for 40.42)
2023-01-07T05:31:01.989Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-07T05:31:02.004Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-07T05:31:02.016Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-07T05:31:02.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-07T05:31:02.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c976dbe-239e-4c0d-a9bd-d7023ebeff8a url= /sdc/v1/artifactTypes
2023-01-07T05:31:02.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-07T05:31:02.353Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-07T05:31:02.376Z||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
2023-01-07T05:31:02.397Z||scheduling-1|||||DEBUG|500||create keys
2023-01-07T05:31:02.405Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-07T05:31:02.456Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:31:02.473Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f96074de-bfbd-43e8-a4c3-f20cf886fa70 url= /sdc/v1/registerForDistribution
2023-01-07T05:31:02.602Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f96074de-bfbd-43e8-a4c3-f20cf886fa70 url= /sdc/v1/registerForDistribution
2023-01-07T05:31:02.602Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-07T05:31:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:31:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:31:02.626Z||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.
2023-01-07T05:31:02.626Z||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.
2023-01-07T05:31:02.626Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:31:02.629Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-07T05:31:02.629Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:31:13.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:31:13.147Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:32:02.610Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:32:02.611Z||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.
2023-01-07T05:32:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:32:02.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:32:02.615Z||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.
2023-01-07T05:32:02.618Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:32:12.169Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:32:12.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:33:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:33:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:33:02.616Z||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.
2023-01-07T05:33:02.616Z||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.
2023-01-07T05:33:02.616Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:33:02.616Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:33:12.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:33:12.193Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:34:02.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:34:02.611Z||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.
2023-01-07T05:34:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:34:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:34:02.614Z||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.
2023-01-07T05:34:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:34:12.170Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:34:12.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:35:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:35:02.611Z||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.
2023-01-07T05:35:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:35:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:35:02.614Z||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.
2023-01-07T05:35:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:35:12.177Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:35:12.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:36:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:36:02.611Z||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.
2023-01-07T05:36:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:36:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:36:02.614Z||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.
2023-01-07T05:36:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:36:12.168Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:36:12.196Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:37:02.611Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:37:02.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:37:02.615Z||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.
2023-01-07T05:37:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:37:02.617Z||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.
2023-01-07T05:37:02.617Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:37:12.165Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:37:12.168Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:38:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:38:02.611Z||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.
2023-01-07T05:38:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:38:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:38:02.614Z||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.
2023-01-07T05:38:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:38:12.171Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:38:12.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:39:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:39:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:39:02.614Z||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.
2023-01-07T05:39:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:39:02.614Z||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.
2023-01-07T05:39:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:39:12.169Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:39:12.175Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:40:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:40:02.611Z||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.
2023-01-07T05:40:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:40:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:40:02.614Z||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.
2023-01-07T05:40:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:40:12.166Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:40:12.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:40:57.931Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-07T05:41:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:41:02.611Z||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.
2023-01-07T05:41:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:41:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:41:02.614Z||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.
2023-01-07T05:41:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:41:12.162Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:41:12.166Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:42:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:42:02.611Z||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.
2023-01-07T05:42:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:42:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:42:02.614Z||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.
2023-01-07T05:42:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:42:12.184Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:42:12.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:43:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:43:02.611Z||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.
2023-01-07T05:43:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:43:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:43:02.614Z||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.
2023-01-07T05:43:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:43:12.159Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:43:12.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:44:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:44:02.612Z||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.
2023-01-07T05:44:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:44:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:44:02.614Z||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.
2023-01-07T05:44:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:44:12.168Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:44:12.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:45:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:45:02.611Z||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.
2023-01-07T05:45:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:45:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:45:02.614Z||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.
2023-01-07T05:45:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:45:12.164Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:45:12.165Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:46:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:46:02.611Z||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.
2023-01-07T05:46:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:46:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:46:02.614Z||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.
2023-01-07T05:46:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:46:12.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:46:12.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:47:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:47:02.611Z||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.
2023-01-07T05:47:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:47:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:47:02.614Z||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.
2023-01-07T05:47:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:47:12.176Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:47:12.176Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:48:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:48:02.611Z||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.
2023-01-07T05:48:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:48:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:48:02.614Z||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.
2023-01-07T05:48:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:48:12.156Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:48:12.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:49:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:49:02.611Z||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.
2023-01-07T05:49:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:49:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:49:02.614Z||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.
2023-01-07T05:49:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:49:12.161Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:49:12.166Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:50:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:50:02.611Z||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.
2023-01-07T05:50:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:50:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:50:02.614Z||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.
2023-01-07T05:50:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:50:12.168Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:50:12.169Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:51:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:51:02.612Z||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.
2023-01-07T05:51:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:51:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:51:02.614Z||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.
2023-01-07T05:51:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:51:12.164Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:51:12.165Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:52:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:52:02.611Z||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.
2023-01-07T05:52:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:52:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:52:02.614Z||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.
2023-01-07T05:52:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:52:12.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:52:12.175Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:53:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:53:02.611Z||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.
2023-01-07T05:53:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:53:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:53:02.614Z||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.
2023-01-07T05:53:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:53:12.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:53:12.173Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:54:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:54:02.611Z||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.
2023-01-07T05:54:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:54:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:54:02.614Z||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.
2023-01-07T05:54:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:54:12.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:54:12.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:55:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:55:02.611Z||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.
2023-01-07T05:55:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:55:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:55:02.614Z||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.
2023-01-07T05:55:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:55:12.168Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:55:12.169Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:56:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:56:02.611Z||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.
2023-01-07T05:56:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:56:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:56:02.614Z||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.
2023-01-07T05:56:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:56:12.157Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:56:12.158Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:57:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:57:02.611Z||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.
2023-01-07T05:57:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:57:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:57:02.614Z||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.
2023-01-07T05:57:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:57:12.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:57:12.203Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:58:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:58:02.613Z||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.
2023-01-07T05:58:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:58:02.613Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:58:02.614Z||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.
2023-01-07T05:58:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:58:12.167Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:58:12.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:59:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:59:02.611Z||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.
2023-01-07T05:59:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:59:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:59:02.614Z||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.
2023-01-07T05:59:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:59:12.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T05:59:12.181Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:00:02.610Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:00:02.611Z||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.
2023-01-07T06:00:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:00:02.614Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:00:02.616Z||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.
2023-01-07T06:00:02.616Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:00:12.157Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:00:12.164Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:01:02.610Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:01:02.611Z||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.
2023-01-07T06:01:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:01:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:01:02.614Z||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.
2023-01-07T06:01:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:01:12.159Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:01:12.164Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:02:02.610Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:02:02.611Z||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.
2023-01-07T06:02:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:02:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:02:02.614Z||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.
2023-01-07T06:02:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:02:12.156Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:02:12.158Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:03:02.610Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:03:02.611Z||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.
2023-01-07T06:03:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:03:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:03:02.614Z||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.
2023-01-07T06:03:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:03:12.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:03:12.212Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:04:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:04:02.611Z||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.
2023-01-07T06:04:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:04:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:04:02.614Z||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.
2023-01-07T06:04:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:04:12.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:04:12.193Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:05:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:05:02.612Z||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.
2023-01-07T06:05:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:05:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:05:02.614Z||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.
2023-01-07T06:05:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:05:12.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:05:12.205Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:06:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:06:02.611Z||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.
2023-01-07T06:06:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:06:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:06:02.614Z||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.
2023-01-07T06:06:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:06:12.159Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:06:12.164Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:07:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:07:02.611Z||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.
2023-01-07T06:07:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:07:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:07:02.614Z||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.
2023-01-07T06:07:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:07:12.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:07:12.244Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:08:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:08:02.611Z||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.
2023-01-07T06:08:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:08:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:08:02.614Z||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.
2023-01-07T06:08:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:08:12.176Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:08:12.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:09:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:09:02.611Z||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.
2023-01-07T06:09:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:09:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:09:02.614Z||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.
2023-01-07T06:09:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:09:12.173Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:09:12.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:10:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:10:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:10:02.614Z||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.
2023-01-07T06:10:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:10:02.614Z||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.
2023-01-07T06:10:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:10:12.165Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:10:12.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:11:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:11:02.611Z||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.
2023-01-07T06:11:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:11:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:11:02.614Z||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.
2023-01-07T06:11:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:11:12.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:11:12.172Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:12:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:12:02.611Z||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.
2023-01-07T06:12:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:12:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:12:02.614Z||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.
2023-01-07T06:12:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:12:12.171Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:12:12.194Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:13:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:13:02.611Z||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.
2023-01-07T06:13:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:13:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:13:02.614Z||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.
2023-01-07T06:13:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:13:12.185Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:13:12.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:14:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:14:02.611Z||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.
2023-01-07T06:14:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:14:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:14:02.614Z||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.
2023-01-07T06:14:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:14:12.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:14:12.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:15:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:15:02.611Z||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.
2023-01-07T06:15:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:15:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:15:02.614Z||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.
2023-01-07T06:15:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:15:12.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:15:12.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:16:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:16:02.612Z||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.
2023-01-07T06:16:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:16:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:16:02.614Z||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.
2023-01-07T06:16:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:16:12.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:16:12.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:17:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:17:02.611Z||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.
2023-01-07T06:17:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:17:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:17:02.614Z||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.
2023-01-07T06:17:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:17:12.165Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:17:12.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:18:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:18:02.611Z||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.
2023-01-07T06:18:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:18:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:18:02.614Z||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.
2023-01-07T06:18:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:18:12.218Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:18:12.219Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:19:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:19:02.611Z||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.
2023-01-07T06:19:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:19:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:19:02.614Z||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.
2023-01-07T06:19:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:19:12.184Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:19:12.204Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:20:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:20:02.611Z||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.
2023-01-07T06:20:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:20:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:20:02.614Z||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.
2023-01-07T06:20:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:20:12.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:20:12.251Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:21:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:21:02.611Z||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.
2023-01-07T06:21:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:21:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:21:02.614Z||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.
2023-01-07T06:21:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:21:12.203Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:21:12.213Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:22:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:22:02.611Z||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.
2023-01-07T06:22:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:22:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:22:02.614Z||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.
2023-01-07T06:22:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:22:12.182Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:22:12.263Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:23:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:23:02.612Z||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.
2023-01-07T06:23:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:23:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:23:02.614Z||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.
2023-01-07T06:23:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:23:12.205Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:23:12.217Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:24:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:24:02.611Z||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.
2023-01-07T06:24:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:24:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:24:02.613Z||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.
2023-01-07T06:24:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:24:12.199Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:24:12.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:25:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:25:02.611Z||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.
2023-01-07T06:25:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:25:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:25:02.614Z||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.
2023-01-07T06:25:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:25:12.196Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:25:12.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:26:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:26:02.611Z||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.
2023-01-07T06:26:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:26:02.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:26:02.614Z||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.
2023-01-07T06:26:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:26:12.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:26:12.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:27:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:27:02.611Z||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.
2023-01-07T06:27:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:27:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:27:02.614Z||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.
2023-01-07T06:27:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:27:12.179Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:27:12.183Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:28:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:28:02.611Z||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.
2023-01-07T06:28:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:28:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:28:02.614Z||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.
2023-01-07T06:28:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:28:12.192Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:28:12.201Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:29:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:29:02.612Z||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.
2023-01-07T06:29:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:29:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:29:02.614Z||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.
2023-01-07T06:29:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:29:12.179Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:29:12.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:30:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:30:02.611Z||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.
2023-01-07T06:30:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:30:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:30:02.614Z||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.
2023-01-07T06:30:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:30:12.179Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:30:12.196Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:31:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:31:02.611Z||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.
2023-01-07T06:31:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:31:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:31:02.614Z||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.
2023-01-07T06:31:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:31:12.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:31:12.195Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:32:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:32:02.611Z||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.
2023-01-07T06:32:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:32:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:32:02.613Z||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.
2023-01-07T06:32:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:32:12.173Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:32:12.179Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:33:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:33:02.611Z||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.
2023-01-07T06:33:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:33:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:33:02.613Z||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.
2023-01-07T06:33:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:33:12.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:33:12.179Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:34:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:34:02.611Z||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.
2023-01-07T06:34:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:34:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:34:02.614Z||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.
2023-01-07T06:34:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:34:12.198Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:34:12.204Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:02.610Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:35:02.613Z||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.
2023-01-07T06:35:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:35:02.614Z||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.
2023-01-07T06:35:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:03.249Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:03.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073269192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.264Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:03.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9","serviceName":"vFW 2023-01-07 06-33-14","serviceVersion":"1.0","serviceUUID":"cf5007f8-d0dd-4942-a9ef-8185a805caaa","serviceDescription":"catalog service description","serviceInvariantUUID":"361d42bf-ce1b-4fd0-847f-9e93f6c88e54","resources":[{"resourceInstanceName":"vFW d1559833-970a 0","resourceName":"vFW d1559833-970a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14018fb2-282f-4108-ba09-c9396b7bede6","resourceInvariantUUID":"b6590d5a-f748-4805-a68a-8e83fa4b896d","resourceCustomizationUUID":"bf76b2a8-92eb-45b2-95d5-3335b85550a5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml","artifactChecksum":"NGI1NTAxZDU3ODJkYWYxMTE4MjlhZTE1M2I2MzcxZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5ae4930-2b93-4be6-b068-a911933559db","artifactVersion":"1"},{"artifactName":"vfwd1559833970a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json","artifactChecksum":"ZGNkYjBiMjYxZGJhYWYwYzI1YjM2YjZlZWY1OGM3ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84762e90-170b-481f-91e6-3a380477a33c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9cafa92e-e1c3-4e1f-b942-a660d540fac4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml","artifactChecksum":"NWE0YjM0ZTA4OTg1ZTdlNmU2MWM2MzM5ZDk1ZWQ4NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85b58ce4-a3bd-4d5f-9dc8-27fccbe67b33","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5d62997-6b67-4a84-9aa9-adedf007d2f4","artifactVersion":"2","generatedFromUUID":"9cafa92e-e1c3-4e1f-b942-a660d540fac4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230107063314-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml","artifactChecksum":"OTcxZWM5Yzk5NjgwMmU1ODRiMzAyZTViZTViNzIxMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32505403-be01-4004-9de3-1c6f49c5676f","artifactVersion":"1"},{"artifactName":"service-Vfw20230107063314-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar","artifactChecksum":"YmY4MzQ1NWVhMDgxNGUzNzI0YzJjZmM0OGEzNTI4Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0d363ed-2fe0-4f7a-a8e9-0910cf003662","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T06:35:03.289Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:03.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073240132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073247411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073265128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.299Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073265573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073240132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073247411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073269192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073265128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073265573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073240132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073247411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073269192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073265128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073265573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073240132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073247411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073269192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073265128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073265573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073240132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073247411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-07T06:35:03.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073269192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073265128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073265573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073240132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073269192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073247411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.315Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:03.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073265128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.316Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073265573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073240132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073247411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073269192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073265128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073265573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:35:03.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:35:03.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073280180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073279633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073280491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073281391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073280650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-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=?
2023-01-07T06:35:03.418Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-07T06:35:03.421Z||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.
2023-01-07T06:35:03.422Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:03.435Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:03.436Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T06:35:03.557Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
2023-01-07T06:35:03.575Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 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 (?, ?, ?, ?, ?)
2023-01-07T06:35:03.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073281259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073282331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073283438,
  "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=?
2023-01-07T06:35:03.614Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
2023-01-07T06:35:03.614Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 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 (?, ?, ?, ?, ?)
2023-01-07T06:35:03.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073284441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:35:03.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073288254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:35:03.625Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073289259,
  "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=?
2023-01-07T06:35:03.630Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
2023-01-07T06:35:03.630Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 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 (?, ?, ?, ?, ?)
2023-01-07T06:35:03.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073298145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:35:03.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073299149,
  "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=?
2023-01-07T06:35:03.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
2023-01-07T06:35:03.646Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 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 (?, ?, ?, ?, ?)
2023-01-07T06:35:04.326Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:04.326Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:04.329Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:04.329Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:35:04.429Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:04.430Z||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.
2023-01-07T06:35:04.430Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:04.442Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:04.442Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:05.333Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:05.334Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:05.337Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:05.337Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:35:05.437Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:35:05.439Z||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.
2023-01-07T06:35:05.439Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:05.458Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:05.458Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:06.338Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:06.339Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:06.341Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:06.341Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:06.442Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:06.443Z||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.
2023-01-07T06:35:06.443Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:06.458Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:06.458Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:07.343Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:07.344Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:07.346Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:07.347Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-07T06:35:07.447Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:07.448Z||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.
2023-01-07T06:35:07.448Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:07.463Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:07.464Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:08.347Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:08.349Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:08.352Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:08.352Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:35:08.452Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:08.453Z||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.
2023-01-07T06:35:08.453Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:08.465Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:08.465Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:09.353Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:09.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:09.356Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:09.356Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:35:09.456Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:09.457Z||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.
2023-01-07T06:35:09.457Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:09.482Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:09.482Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1}
2023-01-07T06:35:10.359Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "serviceName": "vFW 2023-01-07 06-33-14",
  "serviceVersion": "1.0",
  "serviceUUID": "cf5007f8-d0dd-4942-a9ef-8185a805caaa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "361d42bf-ce1b-4fd0-847f-9e93f6c88e54",
  "resources": [
    {
      "resourceInstanceName": "vFW d1559833-970a 0",
      "resourceCustomizationUUID": "bf76b2a8-92eb-45b2-95d5-3335b85550a5",
      "resourceName": "vFW d1559833-970a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "14018fb2-282f-4108-ba09-c9396b7bede6",
      "resourceInvariantUUID": "b6590d5a-f748-4805-a68a-8e83fa4b896d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd1559833970a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
          "artifactChecksum": "ZGNkYjBiMjYxZGJhYWYwYzI1YjM2YjZlZWY1OGM3ZmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "84762e90-170b-481f-91e6-3a380477a33c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9cafa92e-e1c3-4e1f-b942-a660d540fac4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a5d62997-6b67-4a84-9aa9-adedf007d2f4",
            "generatedFromUUID": "9cafa92e-e1c3-4e1f-b942-a660d540fac4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a5d62997-6b67-4a84-9aa9-adedf007d2f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230107063314-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
      "artifactChecksum": "YmY4MzQ1NWVhMDgxNGUzNzI0YzJjZmM0OGEzNTI4Mjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d0d363ed-2fe0-4f7a-a8e9-0910cf003662"
    }
  ],
  "workloadContext": "Production"
}
2023-01-07T06:35:10.361Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T06:35:10.362Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cf5007f8-d0dd-4942-a9ef-8185a805caaa ASDC
2023-01-07T06:35:10.561Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
ServiceName:vFW 2023-01-07 06-33-14
ServiceVersion:1.0
ServiceUUID:cf5007f8-d0dd-4942-a9ef-8185a805caaa
ServiceInvariantUUID:361d42bf-ce1b-4fd0-847f-9e93f6c88e54
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230107063314-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar
ArtifactUUID:d0d363ed-2fe0-4f7a-a8e9-0910cf003662
ArtifactChecksum:YmY4MzQ1NWVhMDgxNGUzNzI0YzJjZmM0OGEzNTI4Mjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d1559833-970a 0
ResourceCustomizationUUID:bf76b2a8-92eb-45b2-95d5-3335b85550a5
ResourceInvariantUUID:b6590d5a-f748-4805-a68a-8e83fa4b896d
ResourceName:vFW d1559833-970a
ResourceType:VF
ResourceUUID:14018fb2-282f-4108-ba09-c9396b7bede6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd1559833970a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json
ArtifactUUID:84762e90-170b-481f-91e6-3a380477a33c
ArtifactChecksum:ZGNkYjBiMjYxZGJhYWYwYzI1YjM2YjZlZWY1OGM3ZmQ=
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/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml
ArtifactUUID:9cafa92e-e1c3-4e1f-b942-a660d540fac4
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/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
ArtifactUUID:a5d62997-6b67-4a84-9aa9-adedf007d2f4
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/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
ArtifactUUID:a5d62997-6b67-4a84-9aa9-adedf007d2f4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-07T06:35:10.563Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf5007f8-d0dd-4942-a9ef-8185a805caaa 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=?
2023-01-07T06:35:10.616Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:35:10.617Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:35:10.618Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:35:10.618Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d0d363ed-2fe0-4f7a-a8e9-0910cf003662 from URL: /sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:10.619Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:35:10.620Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:10.717Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:35:10.737Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar d0d363ed-2fe0-4f7a-a8e9-0910cf003662 101550
2023-01-07T06:35:10.739Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar ASDC sendASDCNotification
2023-01-07T06:35:10.739Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:10.740Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:35:10.741Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:10.743Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:10.743Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073310737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:35:10.844Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:10.844Z||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.
2023-01-07T06:35:10.845Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:10.902Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:10.902Z||pool-10-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:11.744Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:35:11.746Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:35:11.746Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d0d363ed-2fe0-4f7a-a8e9-0910cf003662, URL: /sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar to file: /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:11.747Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230107063314-csar.csar
2023-01-07T06:35:11.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:11.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:12.444Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6128096988952465209/Definitions/service-Vfw20230107063314-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
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_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
2023-01-07T06:35:15.319Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T06:35:15.325Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-07T06:35:15.325Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.326Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-07T06:35:15.326Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.326Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.326Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.326Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.327Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.327Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.327Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.327Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.327Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.328Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.328Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d1559833-970a 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-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.328Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-07T06:35:15.334Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.336Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.340Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:15.340Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-07T06:35:15.342Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:35:15.344Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.344Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.344Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:15.344Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-07T06:35:15.345Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:35:15.345Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.345Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.348Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.349Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:15.349Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:15.349Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T06:35:15.349Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.350Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.350Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T06:35:15.350Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.350Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:15.351Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T06:35:15.351Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T06:35:15.351Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.351Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.352Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T06:35:15.352Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.352Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T06:35:15.352Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.352Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-07T06:35:15.353Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.353Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:35:15.354Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.354Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:15.355Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:15.355Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.355Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:15.356Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:15.356Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.356Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:15.356Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:15.357Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.357Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:15.357Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:15.357Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-07T06:35:15.358Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:15.358Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T06:35:15.358Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T06:35:15.358Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.358Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.359Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T06:35:15.359Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.359Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T06:35:15.359Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.360Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=77910ad2-5df5-49d4-a8fe-cecdada6de9a
2023-01-07T06:35:15.360Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.360Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:15.360Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:15.361Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T06:35:15.361Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.361Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.362Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T06:35:15.362Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.362Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:15.363Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-07T06:35:15.363Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T06:35:15.364Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.364Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T06:35:15.365Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.365Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b722c26f-a812-4c9c-98ad-68bbcefc4c0d
2023-01-07T06:35:15.365Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.366Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:15.366Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:15.366Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T06:35:15.366Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.367Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.367Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T06:35:15.367Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.367Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:15.367Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T06:35:15.368Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T06:35:15.368Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.368Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.368Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-07T06:35:15.369Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7706b566-52f7-4284-a2ea-a7e48aecc1af
2023-01-07T06:35:15.369Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.369Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.369Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.370Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.370Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.370Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.370Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:15.371Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.371Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-07 06-33-14
Description:catalog service description
Model UUID:cf5007f8-d0dd-4942-a9ef-8185a805caaa
Model Version:NULL
Model InvariantUuid:361d42bf-ce1b-4fd0-847f-9e93f6c88e54
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d1559833-970a
Model UUID:b22a67da-1de3-47cc-9766-26609eca2ddd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b6590d5a-f748-4805-a68a-8e83fa4b896d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bf76b2a8-92eb-45b2-95d5-3335b85550a5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b7387594-1ab8-4f82-949f-81355cb11c2d
ModelName:VfwD1559833970a..base_vfw..module-0
ModelUuid:7a4e2e97-af79-44b1-995c-197bede1a341
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:77910ad2-5df5-49d4-a8fe-cecdada6de9a
ModelInvariantUuid:4b77850b-c861-4a12-afa3-5a9d6eff5c4e
ModelName:vFW d1559833-970a-nodes.vfwCvfc
ModelUuid:082cce30-0954-4628-98f0-dd1531158f00
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ac078f82-3709-43e2-b10c-0842bac7fc27
ModelInvariantUuid:f997c5ec-4052-4b97-be8d-22a1b497d772
ModelName:VfwD1559833970a.compute.nodes.heat.vfw
ModelUuid:ea441ce7-b414-47e7-a7e7-4a2801e8ca83
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b722c26f-a812-4c9c-98ad-68bbcefc4c0d
ModelInvariantUuid:651849a1-c516-410a-b289-a2d2381917d6
ModelName:vFW d1559833-970a-nodes.vsnCvfc
ModelUuid:955afa74-4f5c-40e8-acad-f9ab4304862e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:147b0ba9-f65f-477f-aa88-accaf10bbd2f
ModelInvariantUuid:1ffacd0b-9e5e-43d5-a114-92bbd6414a2a
ModelName:VfwD1559833970a.compute.nodes.heat.vsn
ModelUuid:0ac7bdb1-ee74-47ea-9e04-e259b57ec0e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7706b566-52f7-4284-a2ea-a7e48aecc1af
ModelInvariantUuid:e03bf7da-fe06-4a7e-947f-e8f8f3759d8f
ModelName:vFW d1559833-970a-nodes.vpgCvfc
ModelUuid:aa6e6082-8ecd-496e-b860-483b6448375b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7639b215-2cf8-49c8-8c31-04c3cb8b508d
ModelInvariantUuid:d735cdb3-9089-46fd-b708-0b65bd2513a1
ModelName:VfwD1559833970a.compute.nodes.heat.vpg
ModelUuid:ce45d45f-7381-472d-aa59-31985cb5d0f5
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=?
2023-01-07T06:35:15.398Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 14018fb2-282f-4108-ba09-c9396b7bede6
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=?
2023-01-07T06:35:15.524Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||vFW d1559833-970a 0
2023-01-07T06:35:15.531Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14018fb2-282f-4108-ba09-c9396b7bede6
2023-01-07T06:35:15.531Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84762e90-170b-481f-91e6-3a380477a33c from URL: /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json
2023-01-07T06:35:15.532Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:35:15.532Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json
2023-01-07T06:35:15.580Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:35:15.580Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json 84762e90-170b-481f-91e6-3a380477a33c 785
2023-01-07T06:35:15.581Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json ASDC sendASDCNotification
2023-01-07T06:35:15.581Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json
2023-01-07T06:35:15.581Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:35:15.581Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:15.584Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:15.584Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073315581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:35:15.684Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:15.685Z||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.
2023-01-07T06:35:15.685Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:15.701Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:15.702Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:16.586Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD1559833970a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b7387594-1ab8-4f82-949f-81355cb11c2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7a4e2e97-af79-44b1-995c-197bede1a341",
    "vfModuleModelCustomizationUUID": "c898a67c-c200-4f43-8ff0-6924973c5844",
    "isBase": true,
    "artifacts": [
      "9cafa92e-e1c3-4e1f-b942-a660d540fac4",
      "a5d62997-6b67-4a84-9aa9-adedf007d2f4"
    ],
    "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": ""
    }
  }
]
2023-01-07T06:35:16.604Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD1559833970a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7a4e2e97-af79-44b1-995c-197bede1a341
VfModuleModelInvariantUUID:b7387594-1ab8-4f82-949f-81355cb11c2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
9cafa92e-e1c3-4e1f-b942-a660d540fac4
,
a5d62997-6b67-4a84-9aa9-adedf007d2f4

}
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


}

2023-01-07T06:35:16.607Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD1559833970a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b7387594-1ab8-4f82-949f-81355cb11c2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7a4e2e97-af79-44b1-995c-197bede1a341",
    "vfModuleModelCustomizationUUID": "c898a67c-c200-4f43-8ff0-6924973c5844",
    "isBase": true,
    "artifacts": [
      "9cafa92e-e1c3-4e1f-b942-a660d540fac4",
      "a5d62997-6b67-4a84-9aa9-adedf007d2f4"
    ],
    "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": ""
    }
  }
]
2023-01-07T06:35:16.607Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD1559833970a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7a4e2e97-af79-44b1-995c-197bede1a341
VfModuleModelInvariantUUID:b7387594-1ab8-4f82-949f-81355cb11c2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
9cafa92e-e1c3-4e1f-b942-a660d540fac4
,
a5d62997-6b67-4a84-9aa9-adedf007d2f4

}
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


}

2023-01-07T06:35:16.607Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9cafa92e-e1c3-4e1f-b942-a660d540fac4 from URL: /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml
2023-01-07T06:35:16.607Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:35:16.608Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml
2023-01-07T06:35:16.669Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:35:16.670Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml 9cafa92e-e1c3-4e1f-b942-a660d540fac4 20368
2023-01-07T06:35:16.670Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-07T06:35:16.671Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml
2023-01-07T06:35:16.671Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:35:16.672Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:16.674Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:16.674Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073316670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:35:16.774Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:35:16.776Z||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.
2023-01-07T06:35:16.776Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:16.789Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:16.789Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:17.675Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a5d62997-6b67-4a84-9aa9-adedf007d2f4 from URL: /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
2023-01-07T06:35:17.676Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:35:17.676Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
2023-01-07T06:35:17.749Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:35:17.750Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env a5d62997-6b67-4a84-9aa9-adedf007d2f4 2098
2023-01-07T06:35:17.750Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-07T06:35:17.750Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
2023-01-07T06:35:17.750Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:35:17.751Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:17.753Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:17.754Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073317750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:35:17.854Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:17.855Z||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.
2023-01-07T06:35:17.855Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:17.869Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:17.869Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:18.754Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: cf5007f8-d0dd-4942-a9ef-8185a805caaa
2023-01-07T06:35:18.755Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d1559833-970a 0 14018fb2-282f-4108-ba09-c9396b7bede6 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=?
2023-01-07T06:35:18.799Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@381fbb90, org.onap.sdc.toscaparser.api.parameters.Input@ae25496, org.onap.sdc.toscaparser.api.parameters.Input@4b532404, org.onap.sdc.toscaparser.api.parameters.Input@37b66f42, org.onap.sdc.toscaparser.api.parameters.Input@7230811f]
2023-01-07T06:35:18.803Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.804Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.804Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-07T06:35:18.804Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bf76b2a8-92eb-45b2-95d5-3335b85550a5
2023-01-07T06:35:18.804Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf76b2a8-92eb-45b2-95d5-3335b85550a5 matches Tosca VF Customization UUID: bf76b2a8-92eb-45b2-95d5-3335b85550a5
2023-01-07T06:35:18.805Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bf76b2a8-92eb-45b2-95d5-3335b85550a5  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=?
2023-01-07T06:35:18.811Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.812Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.813Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bf76b2a8-92eb-45b2-95d5-3335b85550a5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-07T06:35:18.813Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d711f7c
2023-01-07T06:35:18.813Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.813Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:35:18.814Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c898a67c-c200-4f43-8ff0-6924973c5844
2023-01-07T06:35:18.815Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c898a67c-c200-4f43-8ff0-6924973c5844
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=?
2023-01-07T06:35:18.821Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.821Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.822Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:18.822Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.823Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.823Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:18.823Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.824Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:18.824Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:18.824Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-07T06:35:18.824Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:18.824Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T06:35:18.825Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T06:35:18.825Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.825Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.825Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T06:35:18.826Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.826Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T06:35:18.826Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.826Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=77910ad2-5df5-49d4-a8fe-cecdada6de9a
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=?
2023-01-07T06:35:18.836Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.837Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.837Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:18.837Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.837Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:18.838Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:18.838Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T06:35:18.838Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.838Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.839Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T06:35:18.839Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.839Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:18.840Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-07T06:35:18.840Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T06:35:18.840Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.840Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T06:35:18.841Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.841Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b722c26f-a812-4c9c-98ad-68bbcefc4c0d
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=?
2023-01-07T06:35:18.844Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.844Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.845Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:18.847Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.847Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:18.848Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:18.848Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T06:35:18.848Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.848Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.849Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T06:35:18.849Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.849Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:18.849Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T06:35:18.850Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T06:35:18.850Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.850Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.850Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-07T06:35:18.851Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7706b566-52f7-4284-a2ea-a7e48aecc1af
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=?
2023-01-07T06:35:18.853Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.854Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.854Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:18.854Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.854Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.855Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=bf76b2a8-92eb-45b2-95d5-3335b85550a5
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=?
2023-01-07T06:35:18.859Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.860Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.860Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid cf5007f8-d0dd-4942-a9ef-8185a805caaa: vFW d1559833-970a
2023-01-07T06:35:18.860Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.862Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.862Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.862Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.862Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:35:18.863Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.863Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-01-07 06-33-14 
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 (?, ?, ?, ?, ?)
2023-01-07T06:35:19.283Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d1559833-970a 14018fb2-282f-4108-ba09-c9396b7bede6 1 ASDC deployResourceStructure
2023-01-07T06:35:19.284Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json ASDC sendASDCNotification
2023-01-07T06:35:19.284Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json
2023-01-07T06:35:19.284Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:35:19.284Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:19.286Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:19.286Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073319284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:35:19.387Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:35:19.388Z||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.
2023-01-07T06:35:19.388Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:19.401Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:19.401Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:20.288Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-07T06:35:20.288Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml
2023-01-07T06:35:20.288Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:35:20.289Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:20.291Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:20.291Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073320288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T06:35:20.391Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:20.393Z||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.
2023-01-07T06:35:20.393Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:20.411Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:20.412Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:35:21.292Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-07T06:35:21.293Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
2023-01-07T06:35:21.293Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:35:21.293Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:21.295Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:21.295Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073321292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-07T06:35:21.395Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:21.396Z||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.
2023-01-07T06:35:21.396Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:21.411Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:21.411Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:22.296Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar ASDC sendASDCNotification
2023-01-07T06:35:22.297Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:22.297Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:35:22.297Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:22.300Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:22.300Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073322296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:35:22.400Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:22.401Z||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.
2023-01-07T06:35:22.401Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:22.415Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:35:22.415Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:35:23.306Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:35:23.329Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
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=?
2023-01-07T06:35:23.332Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:35:23.332Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:35:23.334Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:35:23.334Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T06:35:23.339Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T06:35:53.339Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 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=?
2023-01-07T06:35:53.350Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 and serviceModelVersionId: cf5007f8-d0dd-4942-a9ef-8185a805caaa
2023-01-07T06:35:53.351Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 361d42bf-ce1b-4fd0-847f-9e93f6c88e54
2023-01-07T06:36:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:36:02.614Z||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.
2023-01-07T06:36:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:02.764Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:02.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:36:02.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:36:02.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:36:08.521Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?depth=0
2023-01-07T06:36:08.635Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T06:36:09.107Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?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]}
2023-01-07T06:36:09.112Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?depth=0|INFO|500||Invoke
2023-01-07T06:36:09.222Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-07T06:36:09.406Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?depth=0|INFO|500||InvokeReturn
2023-01-07T06:36:09.407Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 06:36:09 GMT], content-length=[0], vertex-id=[168160], x-aai-txid=[0-aai-resources-230107-06:36:09:523-37100], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T06:36:09.408Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-07T06:36:09.411Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T06:36:09.412Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T06:36:09.418Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T06:36:09.420Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T06:36:09.421Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T06:36:09.422Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:09.425Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:09.426Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073369420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:36:09.525Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:36:09.526Z||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.
2023-01-07T06:36:09.527Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:09.543Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:09.544Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T06:36:10.439Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:36:10.440Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|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.
2023-01-07T06:36:10.441Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:11.077Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:11.078Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T06:36:11.078Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"16298e4d-cf41-40de-886d-6cac678343cd","serviceName":"basic_onboard_sWyStB","serviceVersion":"1.0","serviceUUID":"ef719050-d6eb-41cc-8f96-6a989758eb07","serviceDescription":"service","serviceInvariantUUID":"ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572","resources":[{"resourceInstanceName":"basic_onboard_sWyStB 0","resourceName":"basic_onboard_sWyStB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6","resourceInvariantUUID":"9ab6c5ba-e93a-4f7a-9b53-fac4eff90394","resourceCustomizationUUID":"5482f477-080d-431b-ad20-940760a1d60d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml","artifactChecksum":"Y2YwMjUzYTJmNGQzN2M2YzNlNDBjMjA0MDRiM2Y4YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e275bdb3-e741-4d4a-8026-2b3c9f14b088","artifactVersion":"1"},{"artifactName":"basic_onboard_swystb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json","artifactChecksum":"MzFkMDMwODA1Yzc2YzBiMmNhMzMwNjZjOGFjMTcxMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"223c2ca8-c9fc-4ac7-9c55-0ec662deb78c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72dfbed3-dcdf-4152-b260-223ae6b3ff21","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"46a9f00e-1eaf-4d01-8866-e3a4909354bd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0566743b-52ae-46c0-90c1-cf9bbb5049b5","artifactVersion":"2","generatedFromUUID":"72dfbed3-dcdf-4152-b260-223ae6b3ff21"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSwystb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml","artifactChecksum":"ZmI5YmQxY2MyMjM0OTk0ZDljMTFmNThjMzJhODQ4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae0d4792-930b-4f3c-98ad-9f23ff5770b0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSwystb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar","artifactChecksum":"MDM3NDM1M2EyNjkxMDg3ZWQ2MzE5MmZjMDhmNGVjYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b82bbd88-e651-4a29-9a5d-f102e7eddf55","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T06:36:11.082Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:11.082Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:11.084Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:11.084Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:36:11.185Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:11.186Z||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.
2023-01-07T06:36:11.186Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:11.216Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:11.217Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:12.085Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:12.086Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:12.088Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:12.089Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:36:12.193Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-01-07T06:36:12.194Z||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.
2023-01-07T06:36:12.194Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:12.208Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:12.209Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:13.089Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:13.090Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:13.092Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:13.093Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:36:13.193Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:36:13.194Z||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.
2023-01-07T06:36:13.194Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:13.209Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:13.209Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:14.093Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:14.095Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:14.097Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:14.097Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:36:14.198Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:14.199Z||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.
2023-01-07T06:36:14.199Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:14.212Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:14.212Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:36:15.098Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:15.099Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:15.102Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:15.102Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-07T06:36:15.202Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:15.203Z||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.
2023-01-07T06:36:15.203Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:15.219Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:15.220Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:16.102Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:16.103Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:16.106Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:16.106Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:36:16.206Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:16.207Z||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.
2023-01-07T06:36:16.207Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:16.220Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:16.220Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:36:17.106Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:17.107Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:17.109Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:17.109Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:36:17.210Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:17.211Z||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.
2023-01-07T06:36:17.211Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:17.230Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:17.230Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:36:18.111Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "serviceName": "basic_onboard_sWyStB",
  "serviceVersion": "1.0",
  "serviceUUID": "ef719050-d6eb-41cc-8f96-6a989758eb07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_sWyStB 0",
      "resourceCustomizationUUID": "5482f477-080d-431b-ad20-940760a1d60d",
      "resourceName": "basic_onboard_sWyStB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6",
      "resourceInvariantUUID": "9ab6c5ba-e93a-4f7a-9b53-fac4eff90394",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_swystb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
          "artifactChecksum": "MzFkMDMwODA1Yzc2YzBiMmNhMzMwNjZjOGFjMTcxMDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "223c2ca8-c9fc-4ac7-9c55-0ec662deb78c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "72dfbed3-dcdf-4152-b260-223ae6b3ff21",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0566743b-52ae-46c0-90c1-cf9bbb5049b5",
            "generatedFromUUID": "72dfbed3-dcdf-4152-b260-223ae6b3ff21"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0566743b-52ae-46c0-90c1-cf9bbb5049b5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSwystb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
      "artifactChecksum": "MDM3NDM1M2EyNjkxMDg3ZWQ2MzE5MmZjMDhmNGVjYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b82bbd88-e651-4a29-9a5d-f102e7eddf55"
    }
  ],
  "workloadContext": "Production"
}
2023-01-07T06:36:18.111Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T06:36:18.112Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ef719050-d6eb-41cc-8f96-6a989758eb07 ASDC
2023-01-07T06:36:18.112Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:16298e4d-cf41-40de-886d-6cac678343cd
ServiceName:basic_onboard_sWyStB
ServiceVersion:1.0
ServiceUUID:ef719050-d6eb-41cc-8f96-6a989758eb07
ServiceInvariantUUID:ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSwystb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar
ArtifactUUID:b82bbd88-e651-4a29-9a5d-f102e7eddf55
ArtifactChecksum:MDM3NDM1M2EyNjkxMDg3ZWQ2MzE5MmZjMDhmNGVjYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sWyStB 0
ResourceCustomizationUUID:5482f477-080d-431b-ad20-940760a1d60d
ResourceInvariantUUID:9ab6c5ba-e93a-4f7a-9b53-fac4eff90394
ResourceName:basic_onboard_sWyStB
ResourceType:VF
ResourceUUID:d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_swystb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json
ArtifactUUID:223c2ca8-c9fc-4ac7-9c55-0ec662deb78c
ArtifactChecksum:MzFkMDMwODA1Yzc2YzBiMmNhMzMwNjZjOGFjMTcxMDk=
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/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:72dfbed3-dcdf-4152-b260-223ae6b3ff21
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/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
ArtifactUUID:0566743b-52ae-46c0-90c1-cf9bbb5049b5
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/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
ArtifactUUID:0566743b-52ae-46c0-90c1-cf9bbb5049b5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-07T06:36:18.112Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef719050-d6eb-41cc-8f96-6a989758eb07 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 (?, ?, ?, ?, ?)
2023-01-07T06:36:18.144Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:36:18.144Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:36:18.144Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:36:18.145Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b82bbd88-e651-4a29-9a5d-f102e7eddf55 from URL: /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:18.145Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:36:18.145Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:18.293Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:36:18.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar b82bbd88-e651-4a29-9a5d-f102e7eddf55 75670
2023-01-07T06:36:18.298Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar ASDC sendASDCNotification
2023-01-07T06:36:18.298Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:18.298Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:36:18.298Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:18.300Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:18.301Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073378297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:36:18.401Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:36:18.402Z||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.
2023-01-07T06:36:18.402Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:18.416Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:18.417Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:19.301Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:36:19.303Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:36:19.303Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b82bbd88-e651-4a29-9a5d-f102e7eddf55, URL: /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar to file: /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:19.303Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:19.304Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:19.304Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:19.537Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16095174429740449184/Definitions/service-BasicOnboardSwystb-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
2023-01-07T06:36:20.759Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T06:36:20.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-07T06:36:20.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sWyStB 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-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.762Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.762Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-07T06:36:20.762Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.762Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.763Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:20.763Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-07T06:36:20.763Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:36:20.763Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.764Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.764Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:20.764Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-07T06:36:20.764Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:36:20.765Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.765Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.765Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.765Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is not matching search criteria
2023-01-07T06:36:20.766Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-07T06:36:20.766Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-07T06:36:20.766Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-07T06:36:20.766Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-07T06:36:20.767Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-07T06:36:20.767Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.767Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:36:20.767Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.768Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:20.768Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:20.768Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.768Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:20.769Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:20.769Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.769Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:20.769Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:20.770Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.770Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is not matching search criteria
2023-01-07T06:36:20.770Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-07T06:36:20.770Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-07T06:36:20.771Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=646e7087-4aee-4123-a411-d63801149c96
2023-01-07T06:36:20.771Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.771Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.771Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.772Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.772Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.772Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.772Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:20.773Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.773Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_sWyStB
Description:service
Model UUID:ef719050-d6eb-41cc-8f96-6a989758eb07
Model Version:NULL
Model InvariantUuid:ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_sWyStB
Model UUID:0d0290ba-a659-4c07-a15b-a5af5ba86e3f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ab6c5ba-e93a-4f7a-9b53-fac4eff90394
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5482f477-080d-431b-ad20-940760a1d60d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aaad6d6a-3708-4789-9981-e05614ffe9de
ModelName:BasicOnboardSwystb..base_ubuntu18..module-0
ModelUuid:f9e358be-4a54-4277-8926-b0714b6126b4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:646e7087-4aee-4123-a411-d63801149c96
ModelInvariantUuid:4ef1cf6d-d5cc-4a57-97a0-8c1730c67fd2
ModelName:basic_onboard_sWyStB-nodes.ubuntu18Cvfc
ModelUuid:64a92b53-286b-4176-bb7a-41252e0e2a49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:337e879f-14c3-461b-acba-0ecaff30b8d1
ModelInvariantUuid:b89d7c7e-ee0c-413a-86a9-d4a3a66c50e9
ModelName:BasicOnboardSwystb.compute.nodes.heat.ubuntu18
ModelUuid:83eb93fb-8dd1-4510-9a55-b704638a976e
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=?
2023-01-07T06:36:20.792Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6
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=?
2023-01-07T06:36:20.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||basic_onboard_sWyStB 0
2023-01-07T06:36:20.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6
2023-01-07T06:36:20.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 223c2ca8-c9fc-4ac7-9c55-0ec662deb78c from URL: /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json
2023-01-07T06:36:20.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:36:20.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json
2023-01-07T06:36:20.867Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:36:20.868Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json 223c2ca8-c9fc-4ac7-9c55-0ec662deb78c 798
2023-01-07T06:36:20.868Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json ASDC sendASDCNotification
2023-01-07T06:36:20.869Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json
2023-01-07T06:36:20.869Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:36:20.870Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:20.872Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:20.872Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073380868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:36:20.972Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:36:20.973Z||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.
2023-01-07T06:36:20.973Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:20.986Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:20.986Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:21.873Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSwystb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "aaad6d6a-3708-4789-9981-e05614ffe9de",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9e358be-4a54-4277-8926-b0714b6126b4",
    "vfModuleModelCustomizationUUID": "c65fe96f-4904-4882-90d3-2abcba7ae335",
    "isBase": true,
    "artifacts": [
      "72dfbed3-dcdf-4152-b260-223ae6b3ff21",
      "0566743b-52ae-46c0-90c1-cf9bbb5049b5"
    ],
    "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": ""
    }
  }
]
2023-01-07T06:36:21.878Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSwystb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9e358be-4a54-4277-8926-b0714b6126b4
VfModuleModelInvariantUUID:aaad6d6a-3708-4789-9981-e05614ffe9de
VfModuleModelDescription:NULL
Artifacts UUID List:{
72dfbed3-dcdf-4152-b260-223ae6b3ff21
,
0566743b-52ae-46c0-90c1-cf9bbb5049b5

}
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


}

2023-01-07T06:36:21.879Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSwystb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "aaad6d6a-3708-4789-9981-e05614ffe9de",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9e358be-4a54-4277-8926-b0714b6126b4",
    "vfModuleModelCustomizationUUID": "c65fe96f-4904-4882-90d3-2abcba7ae335",
    "isBase": true,
    "artifacts": [
      "72dfbed3-dcdf-4152-b260-223ae6b3ff21",
      "0566743b-52ae-46c0-90c1-cf9bbb5049b5"
    ],
    "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": ""
    }
  }
]
2023-01-07T06:36:21.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSwystb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9e358be-4a54-4277-8926-b0714b6126b4
VfModuleModelInvariantUUID:aaad6d6a-3708-4789-9981-e05614ffe9de
VfModuleModelDescription:NULL
Artifacts UUID List:{
72dfbed3-dcdf-4152-b260-223ae6b3ff21
,
0566743b-52ae-46c0-90c1-cf9bbb5049b5

}
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


}

2023-01-07T06:36:21.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 72dfbed3-dcdf-4152-b260-223ae6b3ff21 from URL: /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml
2023-01-07T06:36:21.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:36:21.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml
2023-01-07T06:36:21.947Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:36:21.948Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml 72dfbed3-dcdf-4152-b260-223ae6b3ff21 5033
2023-01-07T06:36:21.948Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-07T06:36:21.948Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml
2023-01-07T06:36:21.948Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:36:21.949Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:21.951Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:21.952Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073381948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:36:22.052Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:22.053Z||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.
2023-01-07T06:36:22.053Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:22.065Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:22.065Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:22.953Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0566743b-52ae-46c0-90c1-cf9bbb5049b5 from URL: /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
2023-01-07T06:36:22.954Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:36:22.954Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
2023-01-07T06:36:23.015Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:36:23.015Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env 0566743b-52ae-46c0-90c1-cf9bbb5049b5 909
2023-01-07T06:36:23.016Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-07T06:36:23.016Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
2023-01-07T06:36:23.016Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:36:23.017Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:23.019Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:23.019Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073383016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:36:23.119Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:23.120Z||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.
2023-01-07T06:36:23.120Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:23.131Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:23.132Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:24.020Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ef719050-d6eb-41cc-8f96-6a989758eb07
2023-01-07T06:36:24.021Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sWyStB 0 d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6 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=?
2023-01-07T06:36:24.045Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75d98b8d, org.onap.sdc.toscaparser.api.parameters.Input@1e696c25, org.onap.sdc.toscaparser.api.parameters.Input@69a1e123, org.onap.sdc.toscaparser.api.parameters.Input@f63cc8f, org.onap.sdc.toscaparser.api.parameters.Input@365fbb0d]
2023-01-07T06:36:24.047Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.047Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.048Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-07T06:36:24.048Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 5482f477-080d-431b-ad20-940760a1d60d
2023-01-07T06:36:24.048Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5482f477-080d-431b-ad20-940760a1d60d matches Tosca VF Customization UUID: 5482f477-080d-431b-ad20-940760a1d60d
2023-01-07T06:36:24.048Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 5482f477-080d-431b-ad20-940760a1d60d  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=?
2023-01-07T06:36:24.056Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.057Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.057Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 5482f477-080d-431b-ad20-940760a1d60d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-07T06:36:24.058Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@145a0f8f
2023-01-07T06:36:24.058Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.058Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:36:24.058Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c65fe96f-4904-4882-90d3-2abcba7ae335
2023-01-07T06:36:24.059Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c65fe96f-4904-4882-90d3-2abcba7ae335
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=?
2023-01-07T06:36:24.063Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.063Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:24.063Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:24.064Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.064Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:24.064Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:24.065Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.065Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is not matching search criteria
2023-01-07T06:36:24.065Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-07T06:36:24.065Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-07T06:36:24.066Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=646e7087-4aee-4123-a411-d63801149c96
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=?
2023-01-07T06:36:24.072Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.072Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:24.073Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:24.073Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.074Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:24.074Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=5482f477-080d-431b-ad20-940760a1d60d
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=?
2023-01-07T06:36:24.076Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.077Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.077Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ef719050-d6eb-41cc-8f96-6a989758eb07: basic_onboard_sWyStB
2023-01-07T06:36:24.077Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.078Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.078Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.078Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.079Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.079Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.079Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.080Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.080Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:36:24.080Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.081Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_sWyStB 
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 (?, ?, ?, ?, ?)
2023-01-07T06:36:24.229Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sWyStB d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6 1 ASDC deployResourceStructure
2023-01-07T06:36:24.230Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json ASDC sendASDCNotification
2023-01-07T06:36:24.230Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json
2023-01-07T06:36:24.230Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:36:24.231Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:24.233Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:24.233Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073384230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:36:24.334Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T06:36:24.335Z||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.
2023-01-07T06:36:24.335Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:24.356Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:24.357Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:25.234Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-07T06:36:25.235Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml
2023-01-07T06:36:25.235Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:36:25.236Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:25.238Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:25.238Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073385234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T06:36:25.338Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:25.340Z||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.
2023-01-07T06:36:25.340Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:25.353Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:25.353Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:26.239Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-07T06:36:26.240Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
2023-01-07T06:36:26.240Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:36:26.240Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:26.242Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:26.243Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073386239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-07T06:36:26.343Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:26.344Z||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.
2023-01-07T06:36:26.344Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:26.362Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:26.363Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:27.243Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar ASDC sendASDCNotification
2023-01-07T06:36:27.244Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:27.244Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:36:27.245Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:27.247Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:27.247Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073387243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:36:27.347Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:27.348Z||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.
2023-01-07T06:36:27.348Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:27.361Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:36:27.362Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:28.247Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:36:28.260Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
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=?
2023-01-07T06:36:28.262Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:36:28.262Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:36:28.262Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:36:58.262Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:36:58.272Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
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=?
2023-01-07T06:36:58.274Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:36:58.274Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:36:58.274Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:37:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:37:02.615Z||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.
2023-01-07T06:37:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:37:02.656Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:37:02.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073300151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073285445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073281655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073304680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073300151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073281655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073285445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073304680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073302610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073281655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073300151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073285445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073304680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073300151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073281655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073285445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073304680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073310737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073300151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073281655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073304680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073285445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073300151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073281655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073285445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073304680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073300151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073285445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073281655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673073304680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073314451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073315057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073315358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073315581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673073315456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-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=?
2023-01-07T06:37:02.701Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16298e4d-cf41-40de-886d-6cac678343cd
2023-01-07T06:37:02.701Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16298e4d-cf41-40de-886d-6cac678343cd 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 (?, ?, ?, ?, ?)
2023-01-07T06:37:02.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073316130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073316670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073317187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073317750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073318207,
  "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=?
2023-01-07T06:37:02.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16298e4d-cf41-40de-886d-6cac678343cd
2023-01-07T06:37:02.715Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16298e4d-cf41-40de-886d-6cac678343cd 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 (?, ?, ?, ?, ?)
2023-01-07T06:37:02.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673073319208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:37:02.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073319284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:37:02.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073320288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T06:37:02.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073321292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-07T06:37:02.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073322296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:37:02.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073323767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:37:02.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1673073324770,
  "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=?
2023-01-07T06:37:02.733Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16298e4d-cf41-40de-886d-6cac678343cd
2023-01-07T06:37:02.733Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16298e4d-cf41-40de-886d-6cac678343cd 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 (?, ?, ?, ?, ?)
2023-01-07T06:37:02.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073325573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073325573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073325573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073325573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073325573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073325573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073325573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:37:02.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:37:02.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073333462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073336293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:37:02.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673073337303,
  "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=?
2023-01-07T06:37:02.754Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16298e4d-cf41-40de-886d-6cac678343cd
2023-01-07T06:37:02.754Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16298e4d-cf41-40de-886d-6cac678343cd 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 (?, ?, ?, ?, ?)
2023-01-07T06:37:28.274Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:37:28.293Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
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=?
2023-01-07T06:37:28.296Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:37:28.296Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:37:28.296Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T06:37:28.296Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T06:37:28.296Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:37:28.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:37:28.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:37:28.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:37:28.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:37:28.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T06:37:28.304Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T06:37:58.304Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd 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=?
2023-01-07T06:37:58.316Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16298e4d-cf41-40de-886d-6cac678343cd and serviceModelVersionId: ef719050-d6eb-41cc-8f96-6a989758eb07
2023-01-07T06:37:58.316Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572
2023-01-07T06:37:58.317Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?depth=0
2023-01-07T06:37:58.322Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T06:37:58.379Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?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]}
2023-01-07T06:37:58.381Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?depth=0|INFO|500||Invoke
2023-01-07T06:37:58.409Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-07T06:37:58.536Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?depth=0|INFO|500||InvokeReturn
2023-01-07T06:37:58.538Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 06:37:58 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[1-aai-resources-230107-06:37:58:707-67170], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T06:37:58.538Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-07T06:37:58.539Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T06:37:58.539Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T06:37:58.545Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T06:37:58.545Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16298e4d-cf41-40de-886d-6cac678343cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T06:37:58.545Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T06:37:58.546Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:37:58.548Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:37:58.548Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073478545,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:37:58.648Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:37:58.649Z||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.
2023-01-07T06:37:58.649Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:37:58.668Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:37:58.669Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T06:37:59.564Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:37:59.564Z||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.
2023-01-07T06:37:59.564Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:38:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:38:02.614Z||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.
2023-01-07T06:38:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:38:02.637Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:38:02.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073369420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073370439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073378297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073380868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073381948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073383016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073384230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073385234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073386239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073387243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:38:02.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:09.143Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:38:09.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:38:09.144Z||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.
2023-01-07T06:38:09.144Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:38:18.720Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:39:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:39:02.611Z||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.
2023-01-07T06:39:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:39:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:39:02.614Z||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.
2023-01-07T06:39:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:39:03.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:39:03.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:39:03.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673073478545,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:39:03.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:39:12.165Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:40:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:40:02.611Z||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.
2023-01-07T06:40:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:40:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:40:02.614Z||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.
2023-01-07T06:40:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:40:12.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:40:12.197Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:41:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:41:02.611Z||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.
2023-01-07T06:41:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:41:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:41:02.614Z||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.
2023-01-07T06:41:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:41:12.158Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:41:12.208Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:42:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:42:02.613Z||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.
2023-01-07T06:42:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:42:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:42:02.614Z||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.
2023-01-07T06:42:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:42:12.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:42:12.192Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:43:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:43:02.611Z||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.
2023-01-07T06:43:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:43:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:43:02.613Z||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.
2023-01-07T06:43:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:43:12.173Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:43:12.188Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:44:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:44:02.611Z||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.
2023-01-07T06:44:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:44:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:44:02.614Z||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.
2023-01-07T06:44:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:44:12.169Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:44:12.173Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:45:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:45:02.611Z||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.
2023-01-07T06:45:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:45:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:45:02.614Z||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.
2023-01-07T06:45:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:45:12.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:45:12.187Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:46:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:46:02.611Z||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.
2023-01-07T06:46:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:46:02.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:46:02.614Z||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.
2023-01-07T06:46:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:46:12.156Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:46:12.166Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:47:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:47:02.611Z||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.
2023-01-07T06:47:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:47:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:47:02.614Z||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.
2023-01-07T06:47:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:47:12.167Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:47:12.169Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:48:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:48:02.611Z||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.
2023-01-07T06:48:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:48:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:48:02.614Z||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.
2023-01-07T06:48:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:48:12.214Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:48:12.222Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:49:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:49:02.612Z||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.
2023-01-07T06:49:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:49:02.614Z||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.
2023-01-07T06:49:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:03.314Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:49:03.314Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:49:03.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4bca7737-54fa-44c3-ac3e-005eae50b1f5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ba0d8bb9-5466-4eec-be89-94886ea144b2","serviceDescription":"service","serviceInvariantUUID":"e64c0393-b17e-473a-9c21-b8f760c79098","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ce303735-e275-4b1a-a943-f93ae383d204","resourceInvariantUUID":"ef3b9f83-0522-48d5-bf1d-861beda91097","resourceCustomizationUUID":"cd34b85c-d036-453a-ae77-bfc4c15f8a0a","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":"OTE4MTk2NWZmNzk3N2I1NDViZDFmZjg2ZDYyM2M5ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c03d2cb-c5ba-436b-a3ec-0d44a69d4d2c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjI3MjlkZWM5NzljM2Q5YTBjMjhlMjFkNjBkODUyOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18d6d852-46ac-46ec-aa8d-9ba6261a7c0a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T06:49:03.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074096475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074124754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074100249,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074096475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074124754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074100249,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074131052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:49:03.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:49:03.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074132058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2023-01-07T06:49:03.323Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:49:03.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T06:49:03.328Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:49:03.328Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074142610,
  "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 (?, ?, ?, ?, ?)
2023-01-07T06:49:03.343Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4bca7737-54fa-44c3-ac3e-005eae50b1f5
2023-01-07T06:49:03.343Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bca7737-54fa-44c3-ac3e-005eae50b1f5 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 (?, ?, ?, ?, ?)
2023-01-07T06:49:03.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074135573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074135573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074138389,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074139192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074139192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074140337,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074141342,
  "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=?
2023-01-07T06:49:03.359Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4bca7737-54fa-44c3-ac3e-005eae50b1f5
2023-01-07T06:49:03.359Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bca7737-54fa-44c3-ac3e-005eae50b1f5 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 (?, ?, ?, ?, ?)
2023-01-07T06:49:03.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074141314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:49:03.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:49:03.428Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:49:03.429Z||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.
2023-01-07T06:49:03.429Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:03.457Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:49:03.458Z||pool-35-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:49:04.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:49:04.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:49:04.332Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:49:04.332Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074142610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:49:04.432Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:49:04.433Z||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.
2023-01-07T06:49:04.434Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:04.458Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:49:04.458Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:49:05.335Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ba0d8bb9-5466-4eec-be89-94886ea144b2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e64c0393-b17e-473a-9c21-b8f760c79098",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "cd34b85c-d036-453a-ae77-bfc4c15f8a0a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ce303735-e275-4b1a-a943-f93ae383d204",
      "resourceInvariantUUID": "ef3b9f83-0522-48d5-bf1d-861beda91097",
      "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": "NjI3MjlkZWM5NzljM2Q5YTBjMjhlMjFkNjBkODUyOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18d6d852-46ac-46ec-aa8d-9ba6261a7c0a"
    }
  ],
  "workloadContext": "Production"
}
2023-01-07T06:49:05.335Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T06:49:05.335Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ba0d8bb9-5466-4eec-be89-94886ea144b2 ASDC
2023-01-07T06:49:05.336Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4bca7737-54fa-44c3-ac3e-005eae50b1f5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ba0d8bb9-5466-4eec-be89-94886ea144b2
ServiceInvariantUUID:e64c0393-b17e-473a-9c21-b8f760c79098
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:18d6d852-46ac-46ec-aa8d-9ba6261a7c0a
ArtifactChecksum:NjI3MjlkZWM5NzljM2Q5YTBjMjhlMjFkNjBkODUyOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cd34b85c-d036-453a-ae77-bfc4c15f8a0a
ResourceInvariantUUID:ef3b9f83-0522-48d5-bf1d-861beda91097
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ce303735-e275-4b1a-a943-f93ae383d204
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-07T06:49:05.336Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba0d8bb9-5466-4eec-be89-94886ea144b2 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=?
2023-01-07T06:49:05.368Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:49:05.369Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:49:05.369Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:49:05.369Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 18d6d852-46ac-46ec-aa8d-9ba6261a7c0a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T06:49:05.369Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:49:05.370Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T06:49:05.439Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:49:05.442Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 18d6d852-46ac-46ec-aa8d-9ba6261a7c0a 57788
2023-01-07T06:49:05.442Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-07T06:49:05.442Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T06:49:05.442Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:49:05.442Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:49:05.444Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:49:05.445Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074145442,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:49:05.545Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:49:05.546Z||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.
2023-01-07T06:49:05.546Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:05.583Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:49:05.584Z||pool-37-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:49:06.445Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:49:06.446Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:49:06.447Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 18d6d852-46ac-46ec-aa8d-9ba6261a7c0a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:06.447Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-07T06:49:06.448Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:06.448Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:06.611Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4495495966115540591/Definitions/service-BasicNetwork-template.yml
2023-01-07T06:49:07.173Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T06:49:07.173Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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
2023-01-07T06:49:07.175Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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
2023-01-07T06:49:07.175Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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
2023-01-07T06:49:07.175Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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
2023-01-07T06:49:07.175Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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
2023-01-07T06:49:07.175Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:49:07.176Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.176Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.176Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-07T06:49:07.177Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:49:07.177Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:49:07.177Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.177Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.178Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-07T06:49:07.178Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:49:07.178Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:49:07.178Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.178Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.179Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.179Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.179Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.179Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.180Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.180Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.180Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.180Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.181Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ba0d8bb9-5466-4eec-be89-94886ea144b2
Model Version:NULL
Model InvariantUuid:e64c0393-b17e-473a-9c21-b8f760c79098
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ef3b9f83-0522-48d5-bf1d-861beda91097
Model UUID:91e17cb1-33b4-485e-b28c-d9ed1484d352
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:cd34b85c-d036-453a-ae77-bfc4c15f8a0a
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=?
2023-01-07T06:49:07.189Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: ce303735-e275-4b1a-a943-f93ae383d204
2023-01-07T06:49:07.189Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||No resources found for Service: ba0d8bb9-5466-4eec-be89-94886ea144b2
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=?
2023-01-07T06:49:07.196Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||
2023-01-07T06:49:07.197Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-07T06:49:07.198Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||No resources found for Service: ba0d8bb9-5466-4eec-be89-94886ea144b2
2023-01-07T06:49:07.198Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ba0d8bb9-5466-4eec-be89-94886ea144b2
2023-01-07T06:49:07.198Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-07T06:49:07.198Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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=?
2023-01-07T06:49:07.203Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e96c856, org.onap.sdc.toscaparser.api.parameters.Input@4f1e492d, org.onap.sdc.toscaparser.api.parameters.Input@5b75b025, org.onap.sdc.toscaparser.api.parameters.Input@233e05d0, org.onap.sdc.toscaparser.api.parameters.Input@6ba2ad99]
2023-01-07T06:49:07.205Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.205Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.205Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.206Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.206Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ba0d8bb9-5466-4eec-be89-94886ea144b2: Generic NeutronNet
2023-01-07T06:49:07.206Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.206Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.207Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.207Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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=?
2023-01-07T06:49:07.262Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.262Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.263Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.263Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.263Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:49:07.263Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.264Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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 (?, ?)
2023-01-07T06:49:07.401Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-07T06:49:07.402Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-07T06:49:07.402Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.402Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:49:07.402Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:49:07.404Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:49:07.404Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074147402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:49:07.504Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:49:07.505Z||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.
2023-01-07T06:49:07.505Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:07.519Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:49:07.521Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:49:08.405Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:49:08.419Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:49:08.422Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:49:08.422Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:49:08.422Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:49:38.423Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:49:38.435Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:49:38.438Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:49:38.438Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:49:38.438Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:50:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:50:02.614Z||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.
2023-01-07T06:50:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:50:02.756Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:50:02.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:50:02.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074142610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:50:02.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:50:08.439Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:50:08.450Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:50:08.454Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:50:08.454Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:50:08.454Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:50:38.455Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:50:38.468Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:50:38.472Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:50:38.472Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:50:38.472Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:51:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:51:02.614Z||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.
2023-01-07T06:51:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:02.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:02.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074142610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:51:02.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074145599,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:51:02.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074145442,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:51:02.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074146601,
  "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=?
2023-01-07T06:51:02.690Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4bca7737-54fa-44c3-ac3e-005eae50b1f5
2023-01-07T06:51:02.690Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bca7737-54fa-44c3-ac3e-005eae50b1f5 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 (?, ?, ?, ?, ?)
2023-01-07T06:51:02.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074147402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:51:02.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074133061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074164681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074161443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074169192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074133061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074169192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074161443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074164681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074133061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074169192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074161443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074164681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074133061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074169192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074161443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074164681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074133061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074169192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074161443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074164681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074133061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074169192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074161443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074164681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:51:02.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074133061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074169192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074161443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074164681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074133061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:51:02.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074161443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:51:02.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074169192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:51:02.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074164681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074184475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:51:02.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074185326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:51:02.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074184949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:51:02.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074185478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-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 (?, ?, ?, ?, ?)
2023-01-07T06:51:02.759Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9c78446-9622-4c3a-ad42-6a031a6b4744
2023-01-07T06:51:02.760Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9c78446-9622-4c3a-ad42-6a031a6b4744 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 (?, ?, ?, ?, ?)
2023-01-07T06:51:02.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074186216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T06:51:02.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074187221,
  "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=?
2023-01-07T06:51:02.772Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e9c78446-9622-4c3a-ad42-6a031a6b4744
2023-01-07T06:51:02.772Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9c78446-9622-4c3a-ad42-6a031a6b4744 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 (?, ?, ?, ?, ?)
2023-01-07T06:51:02.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074190928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:51:02.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074191930,
  "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=?
2023-01-07T06:51:02.791Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9c78446-9622-4c3a-ad42-6a031a6b4744
2023-01-07T06:51:02.791Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9c78446-9622-4c3a-ad42-6a031a6b4744 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 (?, ?, ?, ?, ?)
2023-01-07T06:51:02.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074195576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074195576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074195576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074195576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074195576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074195576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074195576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:51:08.473Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:51:08.486Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:51:08.488Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:51:08.488Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:51:08.489Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T06:51:08.489Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T06:51:08.489Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:51:08.489Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:51:08.489Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:51:08.490Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:51:08.490Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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=?
2023-01-07T06:51:08.494Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T06:51:38.495Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5 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=?
2023-01-07T06:51:38.510Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5 and serviceModelVersionId: ba0d8bb9-5466-4eec-be89-94886ea144b2
2023-01-07T06:51:38.510Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e64c0393-b17e-473a-9c21-b8f760c79098
2023-01-07T06:51:38.512Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0
2023-01-07T06:51:38.516Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T06:51:38.575Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0|INFO|500||Invoke
2023-01-07T06:51:38.575Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4bca7737-54fa-44c3-ac3e-005eae50b1f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2fcb67b-6023-437f-93f0-866cbe69fc12], X-ECOMP-RequestID=[4bca7737-54fa-44c3-ac3e-005eae50b1f5], X-TransactionId=[], X-ONAP-RequestID=[4bca7737-54fa-44c3-ac3e-005eae50b1f5], Content-Type=[application/merge-patch+json]}
2023-01-07T06:51:38.599Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-07T06:51:38.710Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?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/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 06:51:38 GMT], content-length=[0], vertex-id=[159856], x-aai-txid=[2-aai-resources-230107-06:51:38:892-58933], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T06:51:38.711Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-07T06:51:38.711Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0|INFO|500||InvokeReturn
2023-01-07T06:51:38.712Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T06:51:38.713Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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=?
2023-01-07T06:51:38.719Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||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)
2023-01-07T06:51:38.719Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4bca7737-54fa-44c3-ac3e-005eae50b1f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T06:51:38.719Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T06:51:38.719Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:38.721Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:38.721Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074298719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:51:38.821Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:51:38.822Z||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.
2023-01-07T06:51:38.822Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:38.868Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:38.868Z||pool-39-thread-1|||||INFO|500||cambria reply ok (46 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=?
2023-01-07T06:51:39.743Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:51:39.743Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|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.
2023-01-07T06:51:39.744Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:45.398Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:45.401Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:51:45.401Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9c78446-9622-4c3a-ad42-6a031a6b4744","serviceName":"Demo_pNF_KRaSWgBqFh9aJMAwKK2k","serviceVersion":"1.0","serviceUUID":"824af481-b108-4aaa-b230-1c5a433a63b6","serviceDescription":"catalog service description","serviceInvariantUUID":"53bfe1a6-4723-4841-a643-bb73829834f4","resources":[{"resourceInstanceName":"pNF aedb9c3e-2c37 0","resourceName":"pNF aedb9c3e-2c37","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5c0c2a5e-4253-4460-9ec1-603bd50c11f5","resourceInvariantUUID":"fdca30b6-ef8c-4004-af40-065a1f2592d6","resourceCustomizationUUID":"bf8dc090-bbab-434c-8c93-4463af48a06d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml","artifactChecksum":"MDg1ZGZiYTdlMjM1YzM3ZjZhMmUxMWQ4ZTNmNTEzNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d14ba7c-88a0-4f97-8af2-5ee4d05185ed","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar","artifactChecksum":"NjFlMzcyZmNiYTNjNmY4NmE0YjBmOGI5MDdkNTQ3OGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"850cea8f-1d26-4961-919f-ce2a8161a7b6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6767a624-b3c3-464b-8f84-d630a81f8bdc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml","artifactChecksum":"NTA0MWNkZDJhYjc2MzY3ZDk0OWFmNjRkZDAyNGZjMTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de4a0230-c3f0-4e5a-93b6-7df9a50a7925","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7af4f8b7-d5d2-4512-9ab7-05f2c7b76eb3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d73b4239-8f64-4a7a-a7b0-584e89027355","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml","artifactChecksum":"ZTBhNmE1MDMxYThkOGZhNTVmZDZkNzQyMmEwOTY4NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a33e4e5-41cd-4071-85e1-03967fceb3c9","artifactVersion":"1"},{"artifactName":"service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar","artifactChecksum":"YTUwMjg2MTQxMzM0OWM2ZjA2OTZkYWNkOTY5MmEzZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f910b94-9138-435c-aef7-54fcae1bd681","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T06:51:45.404Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:45.404Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:45.406Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:45.406Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:45.506Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:45.507Z||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.
2023-01-07T06:51:45.507Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:45.524Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:45.524Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:51:46.407Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:46.408Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:46.410Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:46.410Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:46.510Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:46.511Z||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.
2023-01-07T06:51:46.511Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:46.525Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:46.526Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:51:47.411Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:47.412Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:47.415Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:47.415Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:47.515Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:47.516Z||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.
2023-01-07T06:51:47.516Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:47.532Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:47.532Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:51:48.415Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:48.417Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:48.419Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:48.419Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:48.519Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:51:48.520Z||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.
2023-01-07T06:51:48.520Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:48.552Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:48.552Z||pool-43-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":2,"count":1}
2023-01-07T06:51:49.420Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:49.421Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:49.423Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:49.423Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:49.523Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:49.524Z||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.
2023-01-07T06:51:49.524Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:49.540Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:49.540Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:51:50.424Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:50.425Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:50.428Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:50.429Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:50.527Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-07T06:51:50.528Z||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.
2023-01-07T06:51:50.528Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:50.555Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:50.555Z||pool-45-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:51:51.429Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:51.430Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:51.433Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:51.433Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:51:51.533Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:51:51.533Z||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.
2023-01-07T06:51:51.534Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:51.555Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:51.556Z||pool-46-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:51:52.434Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:52.435Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:52.437Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:52.437Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:51:52.537Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:52.538Z||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.
2023-01-07T06:51:52.538Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:52.554Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:52.555Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:51:53.438Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "serviceName": "Demo_pNF_KRaSWgBqFh9aJMAwKK2k",
  "serviceVersion": "1.0",
  "serviceUUID": "824af481-b108-4aaa-b230-1c5a433a63b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53bfe1a6-4723-4841-a643-bb73829834f4",
  "resources": [
    {
      "resourceInstanceName": "pNF aedb9c3e-2c37 0",
      "resourceCustomizationUUID": "bf8dc090-bbab-434c-8c93-4463af48a06d",
      "resourceName": "pNF aedb9c3e-2c37",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5c0c2a5e-4253-4460-9ec1-603bd50c11f5",
      "resourceInvariantUUID": "fdca30b6-ef8c-4004-af40-065a1f2592d6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
      "artifactChecksum": "YTUwMjg2MTQxMzM0OWM2ZjA2OTZkYWNkOTY5MmEzZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4f910b94-9138-435c-aef7-54fcae1bd681"
    }
  ],
  "workloadContext": "Production"
}
2023-01-07T06:51:53.438Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T06:51:53.439Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 824af481-b108-4aaa-b230-1c5a433a63b6 ASDC
2023-01-07T06:51:53.439Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e9c78446-9622-4c3a-ad42-6a031a6b4744
ServiceName:Demo_pNF_KRaSWgBqFh9aJMAwKK2k
ServiceVersion:1.0
ServiceUUID:824af481-b108-4aaa-b230-1c5a433a63b6
ServiceInvariantUUID:53bfe1a6-4723-4841-a643-bb73829834f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
ArtifactUUID:4f910b94-9138-435c-aef7-54fcae1bd681
ArtifactChecksum:YTUwMjg2MTQxMzM0OWM2ZjA2OTZkYWNkOTY5MmEzZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF aedb9c3e-2c37 0
ResourceCustomizationUUID:bf8dc090-bbab-434c-8c93-4463af48a06d
ResourceInvariantUUID:fdca30b6-ef8c-4004-af40-065a1f2592d6
ResourceName:pNF aedb9c3e-2c37
ResourceType:PNF
ResourceUUID:5c0c2a5e-4253-4460-9ec1-603bd50c11f5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-07T06:51:53.439Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 824af481-b108-4aaa-b230-1c5a433a63b6 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=?
2023-01-07T06:51:53.477Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:51:53.477Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:51:53.477Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:51:53.478Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4f910b94-9138-435c-aef7-54fcae1bd681 from URL: /sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:53.478Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:51:53.478Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:53.609Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:51:53.613Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar 4f910b94-9138-435c-aef7-54fcae1bd681 88022
2023-01-07T06:51:53.614Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar ASDC sendASDCNotification
2023-01-07T06:51:53.614Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:53.614Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:51:53.614Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:53.616Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:53.616Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074313614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:51:53.716Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:53.717Z||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.
2023-01-07T06:51:53.718Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:53.737Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:53.737Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:51:54.617Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:51:54.618Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:51:54.618Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4f910b94-9138-435c-aef7-54fcae1bd681, URL: /sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar to file: /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:54.619Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:54.619Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:54.619Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:54.736Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP22465035462070589/Definitions/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml
2023-01-07T06:51:55.504Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T06:51:55.505Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:51:55.505Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.505Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-07T06:51:55.506Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF aedb9c3e-2c37 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-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.506Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||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-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.506Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.506Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||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-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.506Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||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-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.507Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||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-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.507Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||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-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.507Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:51:55.507Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:51:55.507Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.508Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Node template pNF aedb9c3e-2c37 0 is matching search criteria
2023-01-07T06:51:55.508Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:51:55.508Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF aedb9c3e-2c37 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:51:55.508Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:51:55.509Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.509Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Node template pNF aedb9c3e-2c37 0 is matching search criteria
2023-01-07T06:51:55.509Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:51:55.509Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF aedb9c3e-2c37 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:51:55.510Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:51:55.510Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.510Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:51:55.510Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.510Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:51:55.511Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.511Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:51:55.511Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.511Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:51:55.511Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.512Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_KRaSWgBqFh9aJMAwKK2k
Description:catalog service description
Model UUID:824af481-b108-4aaa-b230-1c5a433a63b6
Model Version:NULL
Model InvariantUuid:53bfe1a6-4723-4841-a643-bb73829834f4
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=?
2023-01-07T06:51:55.531Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5c0c2a5e-4253-4460-9ec1-603bd50c11f5
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=?
2023-01-07T06:51:55.534Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||pNF aedb9c3e-2c37 0
2023-01-07T06:51:55.534Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5c0c2a5e-4253-4460-9ec1-603bd50c11f5
2023-01-07T06:51:55.534Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 824af481-b108-4aaa-b230-1c5a433a63b6
2023-01-07T06:51:55.534Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 824af481-b108-4aaa-b230-1c5a433a63b6
2023-01-07T06:51:55.535Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF aedb9c3e-2c37 0 5c0c2a5e-4253-4460-9ec1-603bd50c11f5 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=?
2023-01-07T06:51:55.539Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f3743e3, org.onap.sdc.toscaparser.api.parameters.Input@454f111, org.onap.sdc.toscaparser.api.parameters.Input@72c4db31, org.onap.sdc.toscaparser.api.parameters.Input@50ca00df, org.onap.sdc.toscaparser.api.parameters.Input@2597797e]
2023-01-07T06:51:55.540Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:51:55.540Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.540Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 824af481-b108-4aaa-b230-1c5a433a63b6: pNF aedb9c3e-2c37
2023-01-07T06:51:55.541Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Processing PNF resource: 5c0c2a5e-4253-4460-9ec1-603bd50c11f5
2023-01-07T06:51:55.541Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:51:55.541Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.541Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Resource customization UUID: bf8dc090-bbab-434c-8c93-4463af48a06d is the same as notified resource customizationUUID: bf8dc090-bbab-434c-8c93-4463af48a06d
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 (?, ?)
2023-01-07T06:51:55.590Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF aedb9c3e-2c37 5c0c2a5e-4253-4460-9ec1-603bd50c11f5 0 ASDC deployResourceStructure
2023-01-07T06:51:55.591Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar ASDC sendASDCNotification
2023-01-07T06:51:55.591Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.591Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:51:55.592Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:55.594Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:55.594Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074315591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:51:55.694Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:55.695Z||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.
2023-01-07T06:51:55.695Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:55.712Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:51:55.713Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:51:56.595Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9c78446-9622-4c3a-ad42-6a031a6b4744
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:51:56.608Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9c78446-9622-4c3a-ad42-6a031a6b4744
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=?
2023-01-07T06:51:56.611Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:51:56.611Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:51:56.612Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:51:56.612Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:52:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:52:02.614Z||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.
2023-01-07T06:52:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:52:02.654Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:52:02.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:52:02.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074195576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:52:02.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:52:26.612Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9c78446-9622-4c3a-ad42-6a031a6b4744
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:52:26.625Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9c78446-9622-4c3a-ad42-6a031a6b4744
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=?
2023-01-07T06:52:26.630Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:52:26.630Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:52:26.631Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:52:26.631Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:52:56.631Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9c78446-9622-4c3a-ad42-6a031a6b4744
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:52:56.643Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9c78446-9622-4c3a-ad42-6a031a6b4744
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=?
2023-01-07T06:52:56.648Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:52:56.648Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:52:56.648Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:52:56.648Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:53:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:53:02.614Z||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.
2023-01-07T06:53:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:53:02.658Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:53:02.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074204351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074206391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:53:02.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074207396,
  "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=?
2023-01-07T06:53:02.673Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9c78446-9622-4c3a-ad42-6a031a6b4744
2023-01-07T06:53:02.673Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9c78446-9622-4c3a-ad42-6a031a6b4744 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 (?, ?, ?, ?, ?)
2023-01-07T06:53:02.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074186481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074184962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074199192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074208228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074208228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074199192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074184962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074186481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074208228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074186481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074184962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074199192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074186481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074199192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074184962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074208228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074199192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074208228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074186481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074184962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074199192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074186481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074184962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074208228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074186481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074199192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074208228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074184962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074220379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074220930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074221225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074221383,
  "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 (?, ?, ?, ?, ?)
2023-01-07T06:53:02.739Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17bc7bc0-333c-460f-9260-b98218a4c2d8
2023-01-07T06:53:02.740Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17bc7bc0-333c-460f-9260-b98218a4c2d8 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 (?, ?, ?, ?, ?)
2023-01-07T06:53:02.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074221996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.749Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074222384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074223060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074222384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074224085,
  "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=?
2023-01-07T06:53:02.757Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17bc7bc0-333c-460f-9260-b98218a4c2d8
2023-01-07T06:53:02.757Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17bc7bc0-333c-460f-9260-b98218a4c2d8 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 (?, ?, ?, ?, ?)
2023-01-07T06:53:02.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074222384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074224675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074225087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:53:02.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074222384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074224675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074226094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074222384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074224675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074226094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074222384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074224675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074226094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074229230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:53:02.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074222384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074224675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074226094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074222384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074230234,
  "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=?
2023-01-07T06:53:02.785Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17bc7bc0-333c-460f-9260-b98218a4c2d8
2023-01-07T06:53:02.785Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17bc7bc0-333c-460f-9260-b98218a4c2d8 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 (?, ?, ?, ?, ?)
2023-01-07T06:53:02.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074224675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074226094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074222384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074231238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074224675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074226094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074231238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074224675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074231522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074226094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074231238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074233359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673074224675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673074232526,
  "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 (?, ?, ?, ?, ?)
2023-01-07T06:53:02.815Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e33e68c6-e531-4bce-933f-d2210d2bd88f
2023-01-07T06:53:02.815Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e33e68c6-e531-4bce-933f-d2210d2bd88f 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 (?, ?, ?, ?, ?)
2023-01-07T06:53:02.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074226094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074231238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074226094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074231238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074235212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074235982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:53:02.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074231238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074236277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074236994,
  "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=?
2023-01-07T06:53:02.831Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17bc7bc0-333c-460f-9260-b98218a4c2d8
2023-01-07T06:53:02.831Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17bc7bc0-333c-460f-9260-b98218a4c2d8 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 (?, ?, ?, ?, ?)
2023-01-07T06:53:02.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074231238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074237338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074231238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074238412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074231238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074239465,
  "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=?
2023-01-07T06:53:02.846Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e33e68c6-e531-4bce-933f-d2210d2bd88f
2023-01-07T06:53:02.846Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e33e68c6-e531-4bce-933f-d2210d2bd88f 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 (?, ?, ?, ?, ?)
2023-01-07T06:53:02.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074240356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673074240468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:53:02.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:02.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074225573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:53:02.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:53:02.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074247125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:53:02.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074247874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:53:02.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "aai-model-loader",
  "timestamp": 1673074248877,
  "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=?
2023-01-07T06:53:02.863Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e33e68c6-e531-4bce-933f-d2210d2bd88f
2023-01-07T06:53:02.864Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e33e68c6-e531-4bce-933f-d2210d2bd88f 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 (?, ?, ?, ?, ?)
2023-01-07T06:53:02.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074249771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:53:02.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:53:02.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:53:02.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673074250777,
  "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=?
2023-01-07T06:53:02.878Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e33e68c6-e531-4bce-933f-d2210d2bd88f
2023-01-07T06:53:02.878Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e33e68c6-e531-4bce-933f-d2210d2bd88f 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 (?, ?, ?, ?, ?)
2023-01-07T06:53:26.648Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9c78446-9622-4c3a-ad42-6a031a6b4744
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:53:26.662Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9c78446-9622-4c3a-ad42-6a031a6b4744
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=?
2023-01-07T06:53:26.664Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:53:26.664Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:53:26.665Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T06:53:26.665Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T06:53:26.665Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:53:26.665Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:53:26.665Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:53:26.665Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:53:26.665Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:53:26.666Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||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=?
2023-01-07T06:53:26.671Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T06:53:56.672Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9c78446-9622-4c3a-ad42-6a031a6b4744 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=?
2023-01-07T06:53:56.677Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9c78446-9622-4c3a-ad42-6a031a6b4744 and serviceModelVersionId: 824af481-b108-4aaa-b230-1c5a433a63b6
2023-01-07T06:53:56.677Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53bfe1a6-4723-4841-a643-bb73829834f4
2023-01-07T06:53:56.678Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53bfe1a6-4723-4841-a643-bb73829834f4/model-vers/model-ver/824af481-b108-4aaa-b230-1c5a433a63b6?depth=0
2023-01-07T06:53:56.681Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T06:53:56.741Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53bfe1a6-4723-4841-a643-bb73829834f4/model-vers/model-ver/824af481-b108-4aaa-b230-1c5a433a63b6?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]}
2023-01-07T06:53:56.742Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53bfe1a6-4723-4841-a643-bb73829834f4/model-vers/model-ver/824af481-b108-4aaa-b230-1c5a433a63b6?depth=0|INFO|500||Invoke
2023-01-07T06:53:56.761Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53bfe1a6-4723-4841-a643-bb73829834f4/model-vers/model-ver/824af481-b108-4aaa-b230-1c5a433a63b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-07T06:53:56.884Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53bfe1a6-4723-4841-a643-bb73829834f4/model-vers/model-ver/824af481-b108-4aaa-b230-1c5a433a63b6?depth=0|INFO|500||InvokeReturn
2023-01-07T06:53:56.885Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53bfe1a6-4723-4841-a643-bb73829834f4/model-vers/model-ver/824af481-b108-4aaa-b230-1c5a433a63b6?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 06:53:57 GMT], content-length=[0], vertex-id=[188640], x-aai-txid=[0-aai-resources-230107-06:53:57:052-19472], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T06:53:56.886Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-01-07T06:53:56.886Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T06:53:56.886Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||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=?
2023-01-07T06:53:56.890Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||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)
2023-01-07T06:53:56.890Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9c78446-9622-4c3a-ad42-6a031a6b4744 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T06:53:56.890Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T06:53:56.891Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:53:56.892Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:53:56.892Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074436890,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:53:56.993Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T06:53:56.994Z||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.
2023-01-07T06:53:56.994Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:53:57.016Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:53:57.017Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 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=?
2023-01-07T06:53:57.904Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:53:57.904Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"17bc7bc0-333c-460f-9260-b98218a4c2d8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f7589236-3dbe-4372-8750-2643e2e96fae","serviceDescription":"service","serviceInvariantUUID":"c64bfdfd-f383-4bab-9d13-0be184140a08","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbad8425-85e2-4d31-9e7c-369dd665dac2","resourceInvariantUUID":"69f509cf-6833-46cf-9313-41771ac1a8da","resourceCustomizationUUID":"9ce68432-bbd0-45f3-8684-fb521246d996","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":"NTc3MGIyZDNmMjJjNTFmMzY4ZmU4NmEzZDhmMDQyODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6750171-a7dc-4cff-951b-f89014a4e078","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":"NzE1Yjc2MjUyY2ZkNDQ3YzM4MDM5MjEwOWQ5ZmZjMDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"49aee719-2706-43f6-a6be-629e36b624f6","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":"276c0886-5b7b-48a4-a5e8-683ee41a4413","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":"c063d7fd-31a1-47d2-b919-8598f91fbf03","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":"addaa0f2-7480-438d-9e31-6ffc8b4189f5","artifactVersion":"2","generatedFromUUID":"276c0886-5b7b-48a4-a5e8-683ee41a4413"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Nzk0NTRlNWNmNTQ0MzAwZmJiMDE3MmQzNmUxNGIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"764f4c3f-2208-4914-86bd-a4a305ad8be9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTZmZjRkYzMxM2QwMzNmZGQ5MzA4MmY2YWE3ZjY1OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90d7e2d6-153c-4cfa-ae56-083887286820","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T06:53:57.905Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:53:57.905Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:53:57.906Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:53:57.906Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:53:58.007Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T06:53:58.007Z||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.
2023-01-07T06:53:58.008Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:53:58.036Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:53:58.037Z||pool-51-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:53:58.907Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:53:58.908Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:53:58.912Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:53:58.912Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:53:59.012Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:53:59.013Z||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.
2023-01-07T06:53:59.013Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:53:59.048Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:53:59.049Z||pool-52-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:53:59.912Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:53:59.914Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:53:59.917Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:53:59.917Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:54:00.018Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T06:54:00.019Z||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.
2023-01-07T06:54:00.019Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:00.033Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:00.033Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:54:00.919Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:00.920Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:00.926Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:00.926Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:01.026Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:01.028Z||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.
2023-01-07T06:54:01.028Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:01.041Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:01.043Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:54:01.927Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:01.928Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:01.930Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:01.930Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-07T06:54:02.030Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:02.031Z||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.
2023-01-07T06:54:02.032Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:02.048Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:02.048Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:02.614Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:54:02.615Z||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.
2023-01-07T06:54:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:02.657Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:02.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074298719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:54:02.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:54:02.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:02.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:54:02.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:02.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:54:02.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:02.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:54:02.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:02.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:54:02.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:02.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:54:02.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:02.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:54:02.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:02.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:54:02.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:54:02.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:54:02.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074313614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:54:02.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:54:02.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:54:02.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074315591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:54:02.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:54:02.930Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:02.931Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:02.933Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:02.933Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:03.033Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:03.034Z||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.
2023-01-07T06:54:03.034Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:03.046Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:03.047Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:03.934Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:03.936Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:03.938Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:03.938Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:54:04.039Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T06:54:04.040Z||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.
2023-01-07T06:54:04.040Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:04.056Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:04.056Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:54:04.944Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f7589236-3dbe-4372-8750-2643e2e96fae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c64bfdfd-f383-4bab-9d13-0be184140a08",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9ce68432-bbd0-45f3-8684-fb521246d996",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbad8425-85e2-4d31-9e7c-369dd665dac2",
      "resourceInvariantUUID": "69f509cf-6833-46cf-9313-41771ac1a8da",
      "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": "NzE1Yjc2MjUyY2ZkNDQ3YzM4MDM5MjEwOWQ5ZmZjMDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "49aee719-2706-43f6-a6be-629e36b624f6",
          "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": "276c0886-5b7b-48a4-a5e8-683ee41a4413",
          "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": "addaa0f2-7480-438d-9e31-6ffc8b4189f5",
            "generatedFromUUID": "276c0886-5b7b-48a4-a5e8-683ee41a4413"
          },
          "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": "addaa0f2-7480-438d-9e31-6ffc8b4189f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZTZmZjRkYzMxM2QwMzNmZGQ5MzA4MmY2YWE3ZjY1OTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90d7e2d6-153c-4cfa-ae56-083887286820"
    }
  ],
  "workloadContext": "Production"
}
2023-01-07T06:54:04.945Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T06:54:04.945Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7589236-3dbe-4372-8750-2643e2e96fae ASDC
2023-01-07T06:54:04.945Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:17bc7bc0-333c-460f-9260-b98218a4c2d8
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f7589236-3dbe-4372-8750-2643e2e96fae
ServiceInvariantUUID:c64bfdfd-f383-4bab-9d13-0be184140a08
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:90d7e2d6-153c-4cfa-ae56-083887286820
ArtifactChecksum:ZTZmZjRkYzMxM2QwMzNmZGQ5MzA4MmY2YWE3ZjY1OTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9ce68432-bbd0-45f3-8684-fb521246d996
ResourceInvariantUUID:69f509cf-6833-46cf-9313-41771ac1a8da
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:fbad8425-85e2-4d31-9e7c-369dd665dac2
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:49aee719-2706-43f6-a6be-629e36b624f6
ArtifactChecksum:NzE1Yjc2MjUyY2ZkNDQ3YzM4MDM5MjEwOWQ5ZmZjMDc=
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:276c0886-5b7b-48a4-a5e8-683ee41a4413
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:addaa0f2-7480-438d-9e31-6ffc8b4189f5
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:addaa0f2-7480-438d-9e31-6ffc8b4189f5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-07T06:54:04.945Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7589236-3dbe-4372-8750-2643e2e96fae 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=?
2023-01-07T06:54:05.007Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:54:05.009Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:54:05.009Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:54:05.010Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 90d7e2d6-153c-4cfa-ae56-083887286820 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-07T06:54:05.010Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:54:05.011Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-07T06:54:05.171Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:54:05.175Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 90d7e2d6-153c-4cfa-ae56-083887286820 75203
2023-01-07T06:54:05.175Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-07T06:54:05.175Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-07T06:54:05.175Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:54:05.176Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:05.178Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:05.178Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074445175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:54:05.279Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T06:54:05.280Z||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.
2023-01-07T06:54:05.280Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:05.294Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:05.295Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:06.179Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:54:06.182Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:54:06.183Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 90d7e2d6-153c-4cfa-ae56-083887286820, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-07T06:54:06.183Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-07T06:54:06.183Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-07T06:54:06.183Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-07T06:54:06.302Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9784769459907524955/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
2023-01-07T06:54:07.543Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T06:54:07.544Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:54:07.544Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-07T06:54:07.544Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-07T06:54:07.544Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:07.544Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:07.545Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:07.545Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:07.545Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:07.545Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:07.545Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:07.545Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:54:07.545Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.545Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:07.546Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-07T06:54:07.546Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:54:07.546Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:54:07.546Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.546Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:07.547Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-07T06:54:07.547Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:54:07.547Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:54:07.547Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.547Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:07.547Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.547Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-07T06:54:07.547Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-07T06:54:07.548Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-07T06:54:07.548Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-07T06:54:07.548Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-07T06:54:07.548Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-07T06:54:07.548Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.548Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:54:07.549Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.549Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-07T06:54:07.549Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:54:07.549Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.549Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-07T06:54:07.549Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:54:07.549Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.550Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-07T06:54:07.550Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:54:07.550Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.550Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-07T06:54:07.550Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-07T06:54:07.550Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-07T06:54:07.550Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b8dc64c5-4929-428d-bcde-96d2b82912f7
2023-01-07T06:54:07.551Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.551Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:07.551Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.551Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:07.551Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.551Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:07.551Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:07.551Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:07.552Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f7589236-3dbe-4372-8750-2643e2e96fae
Model Version:NULL
Model InvariantUuid:c64bfdfd-f383-4bab-9d13-0be184140a08
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:78be44eb-2f42-4abc-921c-34cf27cb78f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69f509cf-6833-46cf-9313-41771ac1a8da
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9ce68432-bbd0-45f3-8684-fb521246d996
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:48df5c85-09a2-475f-a31a-18d1c91dd9a5
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:619c20c9-33bf-4ad9-9dfb-b3b97bd856e5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b8dc64c5-4929-428d-bcde-96d2b82912f7
ModelInvariantUuid:abc2fe44-ea08-4072-b321-f5bd93b5562f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:8845f806-bc66-4906-92f4-137ba8c9240f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9f6388b2-9169-43bd-96b8-c6aebcc1baba
ModelInvariantUuid:d451a18f-37fc-44dd-a53c-97981c3cc9b2
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:02a2c1cc-5d02-4f9d-a038-8c61f4a5fb09
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=?
2023-01-07T06:54:07.560Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fbad8425-85e2-4d31-9e7c-369dd665dac2
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=?
2023-01-07T06:54:07.565Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||basic_vm 0
2023-01-07T06:54:07.565Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fbad8425-85e2-4d31-9e7c-369dd665dac2
2023-01-07T06:54:07.565Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 49aee719-2706-43f6-a6be-629e36b624f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-07T06:54:07.565Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:54:07.566Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:07.617Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:54:07.618Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 49aee719-2706-43f6-a6be-629e36b624f6 787
2023-01-07T06:54:07.618Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:07.618Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:07.618Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:54:07.618Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:07.620Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:07.620Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074447618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:54:07.720Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:07.721Z||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.
2023-01-07T06:54:07.721Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:07.744Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:07.744Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:08.621Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "48df5c85-09a2-475f-a31a-18d1c91dd9a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "619c20c9-33bf-4ad9-9dfb-b3b97bd856e5",
    "vfModuleModelCustomizationUUID": "2c6715a7-1a0d-434e-b617-9678832121a4",
    "isBase": true,
    "artifacts": [
      "276c0886-5b7b-48a4-a5e8-683ee41a4413",
      "addaa0f2-7480-438d-9e31-6ffc8b4189f5"
    ],
    "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": ""
    }
  }
]
2023-01-07T06:54:08.628Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:619c20c9-33bf-4ad9-9dfb-b3b97bd856e5
VfModuleModelInvariantUUID:48df5c85-09a2-475f-a31a-18d1c91dd9a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
276c0886-5b7b-48a4-a5e8-683ee41a4413
,
addaa0f2-7480-438d-9e31-6ffc8b4189f5

}
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


}

2023-01-07T06:54:08.630Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "48df5c85-09a2-475f-a31a-18d1c91dd9a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "619c20c9-33bf-4ad9-9dfb-b3b97bd856e5",
    "vfModuleModelCustomizationUUID": "2c6715a7-1a0d-434e-b617-9678832121a4",
    "isBase": true,
    "artifacts": [
      "276c0886-5b7b-48a4-a5e8-683ee41a4413",
      "addaa0f2-7480-438d-9e31-6ffc8b4189f5"
    ],
    "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": ""
    }
  }
]
2023-01-07T06:54:08.630Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:619c20c9-33bf-4ad9-9dfb-b3b97bd856e5
VfModuleModelInvariantUUID:48df5c85-09a2-475f-a31a-18d1c91dd9a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
276c0886-5b7b-48a4-a5e8-683ee41a4413
,
addaa0f2-7480-438d-9e31-6ffc8b4189f5

}
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


}

2023-01-07T06:54:08.631Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 276c0886-5b7b-48a4-a5e8-683ee41a4413 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-07T06:54:08.631Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:54:08.631Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-07T06:54:08.693Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:54:08.694Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 276c0886-5b7b-48a4-a5e8-683ee41a4413 5033
2023-01-07T06:54:08.694Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:08.694Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:08.694Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:54:08.695Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:08.697Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:08.697Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074448694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:54:08.798Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:08.799Z||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.
2023-01-07T06:54:08.799Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:08.817Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:08.817Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:09.698Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: addaa0f2-7480-438d-9e31-6ffc8b4189f5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-07T06:54:09.699Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:54:09.699Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-07T06:54:09.760Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:54:09.761Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env addaa0f2-7480-438d-9e31-6ffc8b4189f5 903
2023-01-07T06:54:09.762Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:09.762Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:09.766Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:54:09.767Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:09.781Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:09.782Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074449762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:54:09.879Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-07T06:54:09.880Z||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.
2023-01-07T06:54:09.880Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:09.895Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:09.895Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:10.782Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f7589236-3dbe-4372-8750-2643e2e96fae
2023-01-07T06:54:10.783Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 fbad8425-85e2-4d31-9e7c-369dd665dac2 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=?
2023-01-07T06:54:10.799Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74a96d57, org.onap.sdc.toscaparser.api.parameters.Input@2fd68bb2, org.onap.sdc.toscaparser.api.parameters.Input@495f4fb0, org.onap.sdc.toscaparser.api.parameters.Input@606b4ca6, org.onap.sdc.toscaparser.api.parameters.Input@5f974629]
2023-01-07T06:54:10.801Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.802Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:10.802Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-01-07T06:54:10.803Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9ce68432-bbd0-45f3-8684-fb521246d996
2023-01-07T06:54:10.803Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ce68432-bbd0-45f3-8684-fb521246d996 matches Tosca VF Customization UUID: 9ce68432-bbd0-45f3-8684-fb521246d996
2023-01-07T06:54:10.803Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9ce68432-bbd0-45f3-8684-fb521246d996  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=?
2023-01-07T06:54:10.806Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.807Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:10.807Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9ce68432-bbd0-45f3-8684-fb521246d996: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-07T06:54:10.807Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4da244a5
2023-01-07T06:54:10.808Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.808Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:54:10.810Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c6715a7-1a0d-434e-b617-9678832121a4
2023-01-07T06:54:10.810Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c6715a7-1a0d-434e-b617-9678832121a4
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=?
2023-01-07T06:54:10.813Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.814Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-07T06:54:10.814Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:54:10.815Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.815Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-07T06:54:10.816Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:54:10.816Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.817Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-07T06:54:10.817Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-07T06:54:10.818Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-07T06:54:10.818Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b8dc64c5-4929-428d-bcde-96d2b82912f7
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=?
2023-01-07T06:54:10.822Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.822Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-07T06:54:10.827Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:54:10.828Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.828Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-07T06:54:10.828Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9ce68432-bbd0-45f3-8684-fb521246d996
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=?
2023-01-07T06:54:10.830Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.831Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:10.831Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f7589236-3dbe-4372-8750-2643e2e96fae: basic_vm
2023-01-07T06:54:10.831Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.832Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:10.832Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.832Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:10.833Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.833Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:10.834Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.834Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:10.834Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:10.835Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:10.835Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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 (?, ?, ?, ?, ?)
2023-01-07T06:54:10.976Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm fbad8425-85e2-4d31-9e7c-369dd665dac2 1 ASDC deployResourceStructure
2023-01-07T06:54:10.976Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:10.977Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:10.977Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:54:10.977Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:10.979Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:10.979Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074450976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:54:11.079Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:11.081Z||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.
2023-01-07T06:54:11.081Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:11.104Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:11.105Z||pool-62-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:11.980Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:11.981Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:11.981Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:54:11.982Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:11.984Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:11.989Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074451980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T06:54:12.084Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-07T06:54:12.085Z||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.
2023-01-07T06:54:12.085Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:12.097Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:12.100Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:12.990Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:12.991Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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
2023-01-07T06:54:12.991Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:54:12.992Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:12.999Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:12.999Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074452990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-07T06:54:13.116Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2023-01-07T06:54:13.117Z||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.
2023-01-07T06:54:13.117Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:13.160Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:13.161Z||pool-64-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:14.000Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-07T06:54:14.001Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-07T06:54:14.001Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:54:14.003Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:14.013Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:14.014Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074454000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:54:14.114Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:14.115Z||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.
2023-01-07T06:54:14.115Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:14.129Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:14.129Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:15.015Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17bc7bc0-333c-460f-9260-b98218a4c2d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:54:15.045Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17bc7bc0-333c-460f-9260-b98218a4c2d8
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=?
2023-01-07T06:54:15.048Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:54:15.048Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:54:15.048Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T06:54:15.048Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T06:54:15.048Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:54:15.048Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:54:15.048Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:54:15.049Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:54:15.049Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:54:15.049Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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=?
2023-01-07T06:54:15.062Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T06:54:45.064Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17bc7bc0-333c-460f-9260-b98218a4c2d8 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=?
2023-01-07T06:54:45.214Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17bc7bc0-333c-460f-9260-b98218a4c2d8 and serviceModelVersionId: f7589236-3dbe-4372-8750-2643e2e96fae
2023-01-07T06:54:45.214Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c64bfdfd-f383-4bab-9d13-0be184140a08
2023-01-07T06:54:45.215Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c64bfdfd-f383-4bab-9d13-0be184140a08/model-vers/model-ver/f7589236-3dbe-4372-8750-2643e2e96fae?depth=0
2023-01-07T06:54:45.221Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T06:54:45.324Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c64bfdfd-f383-4bab-9d13-0be184140a08/model-vers/model-ver/f7589236-3dbe-4372-8750-2643e2e96fae?depth=0|INFO|500||Invoke
2023-01-07T06:54:45.325Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c64bfdfd-f383-4bab-9d13-0be184140a08/model-vers/model-ver/f7589236-3dbe-4372-8750-2643e2e96fae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c64bfdfd-f383-4bab-9d13-0be184140a08/model-vers/model-ver/f7589236-3dbe-4372-8750-2643e2e96fae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17bc7bc0-333c-460f-9260-b98218a4c2d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ea97d46-c7b9-4fd6-b832-741eee7dfeec], X-ECOMP-RequestID=[17bc7bc0-333c-460f-9260-b98218a4c2d8], X-TransactionId=[], X-ONAP-RequestID=[17bc7bc0-333c-460f-9260-b98218a4c2d8], Content-Type=[application/merge-patch+json]}
2023-01-07T06:54:45.347Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c64bfdfd-f383-4bab-9d13-0be184140a08/model-vers/model-ver/f7589236-3dbe-4372-8750-2643e2e96fae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-07T06:54:45.446Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c64bfdfd-f383-4bab-9d13-0be184140a08/model-vers/model-ver/f7589236-3dbe-4372-8750-2643e2e96fae?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/c64bfdfd-f383-4bab-9d13-0be184140a08/model-vers/model-ver/f7589236-3dbe-4372-8750-2643e2e96fae?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 06:54:45 GMT], content-length=[0], vertex-id=[167968], x-aai-txid=[0-aai-resources-230107-06:54:45:637-32689], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T06:54:45.446Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c64bfdfd-f383-4bab-9d13-0be184140a08/model-vers/model-ver/f7589236-3dbe-4372-8750-2643e2e96fae?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-07T06:54:45.447Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c64bfdfd-f383-4bab-9d13-0be184140a08/model-vers/model-ver/f7589236-3dbe-4372-8750-2643e2e96fae?depth=0|INFO|500||InvokeReturn
2023-01-07T06:54:45.451Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T06:54:45.452Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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=?
2023-01-07T06:54:45.458Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||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)
2023-01-07T06:54:45.458Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17bc7bc0-333c-460f-9260-b98218a4c2d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T06:54:45.458Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T06:54:45.459Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:45.461Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:45.461Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074485458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:54:45.561Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:45.562Z||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.
2023-01-07T06:54:45.562Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:45.578Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:45.578Z||pool-66-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=?
2023-01-07T06:54:46.476Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:54:46.476Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e33e68c6-e531-4bce-933f-d2210d2bd88f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"262678f7-9641-45bf-870e-27995ac647ff","serviceDescription":"service","serviceInvariantUUID":"92ed01f8-4600-43d9-8169-f11784ff08cf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74c2e116-9d7a-44f1-945d-2d2805d3fd22","resourceInvariantUUID":"1a1b31b8-0ad6-42a1-a55a-b50fce553be1","resourceCustomizationUUID":"267b6558-d73b-4640-a0e8-c83822ea0738","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":"Y2U4MGZlZmUwNGNmZjBiYjgzN2U1ZmY3NDNkOWVjN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b768d54-0753-4ec9-a031-55371904903c","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":"59b31743-d2b9-4f4f-855e-08ecc2bce132","artifactVersion":"2","generatedFromUUID":"6f7aa817-3268-4681-96bb-ddf461a7d37b"},{"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":"6f7aa817-3268-4681-96bb-ddf461a7d37b","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":"N2UxZjA5NWQ0YzI1MzhjODY5YzliOTMwYTU1MTkwN2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"94480a39-0b6f-4a2d-a972-20230cf6d2bd","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":"5983a4ff-e656-4723-af2a-3265a0e1e0c7","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":"d81f8213-1737-4d6a-8f5d-639d6e137069","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":"8eccc741-6a0a-45cd-b490-bd00e11855dc","artifactVersion":"2","generatedFromUUID":"5983a4ff-e656-4723-af2a-3265a0e1e0c7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTY3Mjc3MjYxODE0ODMxZDVmNjJkNzI5MmNlNmRmZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53d8e835-0b7a-4529-99a7-83a76b59119c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDFkNzM2ZjZhMjlkYmU0OGE1NGE0MTMxMzNlNmYyZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46da38a5-82a5-4f97-bf33-1dc375c6f724","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T06:54:46.477Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:46.478Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:46.480Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:46.480Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:46.580Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:46.581Z||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.
2023-01-07T06:54:46.581Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:46.597Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:46.598Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:47.483Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:47.485Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:47.487Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:47.487Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-07T06:54:47.587Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:47.588Z||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.
2023-01-07T06:54:47.588Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:47.602Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:47.603Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:48.488Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:48.489Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:48.491Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:48.491Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-07T06:54:48.591Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:54:48.592Z||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.
2023-01-07T06:54:48.592Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:48.614Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:48.614Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:49.492Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:49.493Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:49.495Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:49.496Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:54:49.596Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:49.596Z||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.
2023-01-07T06:54:49.596Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:49.612Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:49.613Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:50.497Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:50.497Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:50.499Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:50.500Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:54:50.600Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:50.601Z||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.
2023-01-07T06:54:50.601Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:50.614Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:50.615Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:51.500Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:51.501Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:51.503Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:51.503Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:51.605Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-07T06:54:51.606Z||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.
2023-01-07T06:54:51.606Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:51.624Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:51.625Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:54:52.504Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:52.504Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:52.507Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:52.507Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-07T06:54:52.607Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:52.608Z||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.
2023-01-07T06:54:52.608Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:52.626Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:52.627Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:53.508Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:53.509Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:53.518Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:53.519Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:54:53.619Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:53.621Z||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.
2023-01-07T06:54:53.621Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:53.636Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:53.637Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:54.519Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:54:54.521Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:54.523Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:54.523Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:54:54.623Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:54.624Z||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.
2023-01-07T06:54:54.624Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:54.642Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:54.643Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:55.524Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "262678f7-9641-45bf-870e-27995ac647ff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "92ed01f8-4600-43d9-8169-f11784ff08cf",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "267b6558-d73b-4640-a0e8-c83822ea0738",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "74c2e116-9d7a-44f1-945d-2d2805d3fd22",
      "resourceInvariantUUID": "1a1b31b8-0ad6-42a1-a55a-b50fce553be1",
      "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": "59b31743-d2b9-4f4f-855e-08ecc2bce132",
          "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": "6f7aa817-3268-4681-96bb-ddf461a7d37b",
          "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": "N2UxZjA5NWQ0YzI1MzhjODY5YzliOTMwYTU1MTkwN2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "94480a39-0b6f-4a2d-a972-20230cf6d2bd",
          "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": "5983a4ff-e656-4723-af2a-3265a0e1e0c7",
          "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": "8eccc741-6a0a-45cd-b490-bd00e11855dc",
            "generatedFromUUID": "5983a4ff-e656-4723-af2a-3265a0e1e0c7"
          },
          "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": "8eccc741-6a0a-45cd-b490-bd00e11855dc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDFkNzM2ZjZhMjlkYmU0OGE1NGE0MTMxMzNlNmYyZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "46da38a5-82a5-4f97-bf33-1dc375c6f724"
    }
  ],
  "workloadContext": "Production"
}
2023-01-07T06:54:55.525Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T06:54:55.525Z|17bc7bc0-333c-460f-9260-b98218a4c2d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 262678f7-9641-45bf-870e-27995ac647ff ASDC
2023-01-07T06:54:55.526Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e33e68c6-e531-4bce-933f-d2210d2bd88f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:262678f7-9641-45bf-870e-27995ac647ff
ServiceInvariantUUID:92ed01f8-4600-43d9-8169-f11784ff08cf
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:46da38a5-82a5-4f97-bf33-1dc375c6f724
ArtifactChecksum:MDFkNzM2ZjZhMjlkYmU0OGE1NGE0MTMxMzNlNmYyZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:267b6558-d73b-4640-a0e8-c83822ea0738
ResourceInvariantUUID:1a1b31b8-0ad6-42a1-a55a-b50fce553be1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:74c2e116-9d7a-44f1-945d-2d2805d3fd22
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:59b31743-d2b9-4f4f-855e-08ecc2bce132
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:6f7aa817-3268-4681-96bb-ddf461a7d37b
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:94480a39-0b6f-4a2d-a972-20230cf6d2bd
ArtifactChecksum:N2UxZjA5NWQ0YzI1MzhjODY5YzliOTMwYTU1MTkwN2E=
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:5983a4ff-e656-4723-af2a-3265a0e1e0c7
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:8eccc741-6a0a-45cd-b490-bd00e11855dc
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:8eccc741-6a0a-45cd-b490-bd00e11855dc
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-07T06:54:55.526Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 262678f7-9641-45bf-870e-27995ac647ff 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=?
2023-01-07T06:54:55.565Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:54:55.566Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:54:55.566Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:54:55.566Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 46da38a5-82a5-4f97-bf33-1dc375c6f724 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-07T06:54:55.566Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:54:55.567Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-07T06:54:55.703Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:54:55.707Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 46da38a5-82a5-4f97-bf33-1dc375c6f724 73992
2023-01-07T06:54:55.708Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-07T06:54:55.708Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-07T06:54:55.708Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:54:55.709Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:55.711Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:55.711Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074495708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:54:55.811Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:55.812Z||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.
2023-01-07T06:54:55.812Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:55.828Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:55.828Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:56.712Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:54:56.713Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:54:56.713Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 46da38a5-82a5-4f97-bf33-1dc375c6f724, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-07T06:54:56.714Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-07T06:54:56.714Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-07T06:54:56.714Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-07T06:54:56.887Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8418476047857377717/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
2023-01-07T06:54:58.123Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T06:54:58.124Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:54:58.124Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-07T06:54:58.124Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-07T06:54:58.124Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:54:58.124Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:54:58.124Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:54:58.124Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:54:58.124Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:54:58.125Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.125Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:58.125Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-07T06:54:58.125Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:54:58.125Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:54:58.125Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.126Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:58.126Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-07T06:54:58.126Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:54:58.126Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:54:58.126Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.126Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:58.127Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.127Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-07T06:54:58.127Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-07T06:54:58.127Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-07T06:54:58.127Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-07T06:54:58.127Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.127Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:54:58.128Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.128Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-07T06:54:58.128Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:54:58.128Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.128Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-07T06:54:58.128Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:54:58.129Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.129Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-07T06:54:58.129Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:54:58.129Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.129Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-07T06:54:58.129Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-07T06:54:58.130Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7a8ad5e5-dd60-40f9-baa1-bf5cb76ef1b9
2023-01-07T06:54:58.130Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.130Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:58.130Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.130Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:58.130Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.130Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:58.130Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:54:58.131Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:54:58.131Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:262678f7-9641-45bf-870e-27995ac647ff
Model Version:NULL
Model InvariantUuid:92ed01f8-4600-43d9-8169-f11784ff08cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c5e6bb1d-3659-4318-83ab-d93966bfd5f4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1a1b31b8-0ad6-42a1-a55a-b50fce553be1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:267b6558-d73b-4640-a0e8-c83822ea0738
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:63568c7e-138e-4a02-a5e9-903d66edbd25
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6ba40c1f-47aa-4de3-980e-43f09d808e51
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7a8ad5e5-dd60-40f9-baa1-bf5cb76ef1b9
ModelInvariantUuid:aeed0c5b-c100-4958-8fdb-e7fc04591602
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:03a2cf18-7aa6-4884-b846-3c538e6e6aec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:254ea9f7-34d0-40ca-a03b-8a77b3de4586
ModelInvariantUuid:9b5f8e7e-cad5-47d5-8aa5-d3968b159a3a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:70f22510-bf78-4a68-967b-6078b4b32497
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=?
2023-01-07T06:54:58.138Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 74c2e116-9d7a-44f1-945d-2d2805d3fd22
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=?
2023-01-07T06:54:58.141Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||basic_cnf 0
2023-01-07T06:54:58.141Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74c2e116-9d7a-44f1-945d-2d2805d3fd22
2023-01-07T06:54:58.141Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 59b31743-d2b9-4f4f-855e-08ecc2bce132 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-07T06:54:58.141Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:54:58.142Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:54:58.241Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:54:58.241Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 59b31743-d2b9-4f4f-855e-08ecc2bce132 12
2023-01-07T06:54:58.241Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:54:58.241Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:54:58.242Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:54:58.242Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:58.244Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:58.244Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074498241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:54:58.345Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:58.345Z||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.
2023-01-07T06:54:58.345Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:58.360Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:58.360Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:54:59.244Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6f7aa817-3268-4681-96bb-ddf461a7d37b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-07T06:54:59.245Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:54:59.246Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:54:59.302Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:54:59.303Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6f7aa817-3268-4681-96bb-ddf461a7d37b 2688
2023-01-07T06:54:59.303Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:54:59.303Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:54:59.303Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:54:59.304Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:54:59.306Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:54:59.306Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074499303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:54:59.406Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:54:59.407Z||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.
2023-01-07T06:54:59.407Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:54:59.419Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:54:59.420Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:55:00.307Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 94480a39-0b6f-4a2d-a972-20230cf6d2bd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-07T06:55:00.308Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:55:00.308Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:00.386Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:55:00.387Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 94480a39-0b6f-4a2d-a972-20230cf6d2bd 828
2023-01-07T06:55:00.387Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:00.387Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:00.387Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:55:00.388Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:55:00.390Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:55:00.390Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074500387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:55:00.490Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:55:00.490Z||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.
2023-01-07T06:55:00.490Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:00.506Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:00.507Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:55:01.390Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "63568c7e-138e-4a02-a5e9-903d66edbd25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ba40c1f-47aa-4de3-980e-43f09d808e51",
    "vfModuleModelCustomizationUUID": "ef3fe4e3-7643-42ca-9435-753093c35aa1",
    "isBase": true,
    "artifacts": [
      "6f7aa817-3268-4681-96bb-ddf461a7d37b",
      "5983a4ff-e656-4723-af2a-3265a0e1e0c7",
      "8eccc741-6a0a-45cd-b490-bd00e11855dc"
    ],
    "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": ""
    }
  }
]
2023-01-07T06:55:01.394Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ba40c1f-47aa-4de3-980e-43f09d808e51
VfModuleModelInvariantUUID:63568c7e-138e-4a02-a5e9-903d66edbd25
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f7aa817-3268-4681-96bb-ddf461a7d37b
,
5983a4ff-e656-4723-af2a-3265a0e1e0c7
,
8eccc741-6a0a-45cd-b490-bd00e11855dc

}
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


}

2023-01-07T06:55:01.396Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "63568c7e-138e-4a02-a5e9-903d66edbd25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ba40c1f-47aa-4de3-980e-43f09d808e51",
    "vfModuleModelCustomizationUUID": "ef3fe4e3-7643-42ca-9435-753093c35aa1",
    "isBase": true,
    "artifacts": [
      "6f7aa817-3268-4681-96bb-ddf461a7d37b",
      "5983a4ff-e656-4723-af2a-3265a0e1e0c7",
      "8eccc741-6a0a-45cd-b490-bd00e11855dc"
    ],
    "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": ""
    }
  }
]
2023-01-07T06:55:01.396Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ba40c1f-47aa-4de3-980e-43f09d808e51
VfModuleModelInvariantUUID:63568c7e-138e-4a02-a5e9-903d66edbd25
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f7aa817-3268-4681-96bb-ddf461a7d37b
,
5983a4ff-e656-4723-af2a-3265a0e1e0c7
,
8eccc741-6a0a-45cd-b490-bd00e11855dc

}
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


}

2023-01-07T06:55:01.396Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5983a4ff-e656-4723-af2a-3265a0e1e0c7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-07T06:55:01.397Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:55:01.397Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-07T06:55:01.443Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:55:01.444Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5983a4ff-e656-4723-af2a-3265a0e1e0c7 1164
2023-01-07T06:55:01.444Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:01.444Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:01.444Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:55:01.444Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:55:01.446Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:55:01.446Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074501444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:55:01.547Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:55:01.548Z||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.
2023-01-07T06:55:01.548Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:01.568Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:01.569Z||pool-80-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:55:02.447Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8eccc741-6a0a-45cd-b490-bd00e11855dc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-07T06:55:02.448Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:55:02.448Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-07T06:55:02.506Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:55:02.506Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8eccc741-6a0a-45cd-b490-bd00e11855dc 200
2023-01-07T06:55:02.507Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:02.507Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:02.507Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:55:02.507Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:55:02.509Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:55:02.509Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074502507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:55:02.609Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:55:02.610Z||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.
2023-01-07T06:55:02.610Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:55:02.615Z||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.
2023-01-07T06:55:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:02.626Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:02.627Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:55:02.668Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:02.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:55:02.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074436890,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:55:02.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:55:02.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:55:02.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:55:02.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:55:02.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:55:02.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:55:02.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:55:02.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:55:02.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:55:02.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:55:02.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:55:02.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:55:02.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:55:02.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T06:55:02.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-07T06:55:02.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:55:03.509Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 262678f7-9641-45bf-870e-27995ac647ff
2023-01-07T06:55:03.510Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 74c2e116-9d7a-44f1-945d-2d2805d3fd22 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=?
2023-01-07T06:55:03.527Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T06:55:03.535Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d284cd2, org.onap.sdc.toscaparser.api.parameters.Input@1f5b5bc3, org.onap.sdc.toscaparser.api.parameters.Input@42093bea, org.onap.sdc.toscaparser.api.parameters.Input@7e5d3e95, org.onap.sdc.toscaparser.api.parameters.Input@51bcb350]
2023-01-07T06:55:03.536Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.536Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:55:03.536Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-01-07T06:55:03.536Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 267b6558-d73b-4640-a0e8-c83822ea0738
2023-01-07T06:55:03.536Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 267b6558-d73b-4640-a0e8-c83822ea0738 matches Tosca VF Customization UUID: 267b6558-d73b-4640-a0e8-c83822ea0738
2023-01-07T06:55:03.537Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 267b6558-d73b-4640-a0e8-c83822ea0738  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=?
2023-01-07T06:55:03.538Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.539Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:55:03.539Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 267b6558-d73b-4640-a0e8-c83822ea0738: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-07T06:55:03.539Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@89fec0e
2023-01-07T06:55:03.539Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.539Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:55:03.540Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ef3fe4e3-7643-42ca-9435-753093c35aa1
2023-01-07T06:55:03.540Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ef3fe4e3-7643-42ca-9435-753093c35aa1
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=?
2023-01-07T06:55:03.542Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.542Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-07T06:55:03.542Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:55:03.543Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.543Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-07T06:55:03.543Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:55:03.543Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.543Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-07T06:55:03.543Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-07T06:55:03.544Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7a8ad5e5-dd60-40f9-baa1-bf5cb76ef1b9
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=?
2023-01-07T06:55:03.545Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.546Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-07T06:55:03.546Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:55:03.546Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.546Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-07T06:55:03.546Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=267b6558-d73b-4640-a0e8-c83822ea0738
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=?
2023-01-07T06:55:03.548Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.548Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:55:03.548Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 262678f7-9641-45bf-870e-27995ac647ff: basic_cnf
2023-01-07T06:55:03.549Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.552Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:55:03.553Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.553Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:55:03.553Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.553Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:55:03.554Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.554Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:55:03.554Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T06:55:03.554Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:55:03.554Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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 (?, ?, ?, ?, ?)
2023-01-07T06:55:03.619Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 74c2e116-9d7a-44f1-945d-2d2805d3fd22 1 ASDC deployResourceStructure
2023-01-07T06:55:03.620Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:03.620Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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)
2023-01-07T06:55:03.620Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-07T06:55:03.620Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:55:03.622Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:55:03.622Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074503619,
  "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"
}
2023-01-07T06:55:03.723Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T06:55:03.724Z||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.
2023-01-07T06:55:03.724Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:03.737Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:03.738Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:55:04.623Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:04.624Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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)
2023-01-07T06:55:04.624Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-07T06:55:04.624Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:55:04.626Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:55:04.626Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074504623,
  "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"
}
2023-01-07T06:55:04.726Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:55:04.727Z||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.
2023-01-07T06:55:04.727Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:04.745Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:04.745Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:55:05.627Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:05.628Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:05.628Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:55:05.628Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:55:05.631Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:55:05.631Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074505627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:55:05.731Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:55:05.733Z||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.
2023-01-07T06:55:05.733Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:05.749Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:05.749Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:55:06.633Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:06.633Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:06.633Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:55:06.634Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:55:06.636Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:55:06.636Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074506632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T06:55:06.736Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:55:06.737Z||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.
2023-01-07T06:55:06.737Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:06.761Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:06.761Z||pool-85-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:55:07.637Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:07.637Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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
2023-01-07T06:55:07.637Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:55:07.637Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:55:07.639Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:55:07.639Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074507637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-07T06:55:07.739Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:55:07.741Z||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.
2023-01-07T06:55:07.742Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:07.755Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:07.756Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:55:08.640Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-07T06:55:08.641Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-07T06:55:08.641Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:55:08.641Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:55:08.643Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:55:08.643Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074508640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:55:08.743Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:55:08.744Z||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.
2023-01-07T06:55:08.744Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:08.766Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:08.767Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:55:09.644Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e33e68c6-e531-4bce-933f-d2210d2bd88f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T06:55:09.655Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e33e68c6-e531-4bce-933f-d2210d2bd88f
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=?
2023-01-07T06:55:09.658Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:55:09.658Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:55:09.658Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T06:55:09.658Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T06:55:09.658Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:55:09.659Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:55:09.659Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:55:09.659Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:55:09.659Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T06:55:09.659Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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=?
2023-01-07T06:55:09.665Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T06:55:39.665Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e33e68c6-e531-4bce-933f-d2210d2bd88f 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=?
2023-01-07T06:55:39.673Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e33e68c6-e531-4bce-933f-d2210d2bd88f and serviceModelVersionId: 262678f7-9641-45bf-870e-27995ac647ff
2023-01-07T06:55:39.673Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92ed01f8-4600-43d9-8169-f11784ff08cf
2023-01-07T06:55:39.674Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92ed01f8-4600-43d9-8169-f11784ff08cf/model-vers/model-ver/262678f7-9641-45bf-870e-27995ac647ff?depth=0
2023-01-07T06:55:39.678Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T06:55:39.719Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed01f8-4600-43d9-8169-f11784ff08cf/model-vers/model-ver/262678f7-9641-45bf-870e-27995ac647ff?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]}
2023-01-07T06:55:39.721Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed01f8-4600-43d9-8169-f11784ff08cf/model-vers/model-ver/262678f7-9641-45bf-870e-27995ac647ff?depth=0|INFO|500||Invoke
2023-01-07T06:55:39.741Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed01f8-4600-43d9-8169-f11784ff08cf/model-vers/model-ver/262678f7-9641-45bf-870e-27995ac647ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-07T06:55:39.854Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed01f8-4600-43d9-8169-f11784ff08cf/model-vers/model-ver/262678f7-9641-45bf-870e-27995ac647ff?depth=0|INFO|500||InvokeReturn
2023-01-07T06:55:39.855Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed01f8-4600-43d9-8169-f11784ff08cf/model-vers/model-ver/262678f7-9641-45bf-870e-27995ac647ff?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 06:55:40 GMT], content-length=[0], vertex-id=[254104], x-aai-txid=[0-aai-resources-230107-06:55:40:035-69481], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T06:55:39.855Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-01-07T06:55:39.855Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T06:55:39.855Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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=?
2023-01-07T06:55:39.860Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||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)
2023-01-07T06:55:39.860Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e33e68c6-e531-4bce-933f-d2210d2bd88f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T06:55:39.861Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T06:55:39.861Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:55:39.863Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:55:39.863Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074539861,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:55:39.963Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:55:39.964Z||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.
2023-01-07T06:55:39.964Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:39.985Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:39.985Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T06:55:41.046Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:55:41.047Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T06:55:41.047Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:55:51.369Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:55:51.370Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:55:51.370Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T06:55:51.371Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:56:00.997Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:56:00.998Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:56:00.999Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T06:56:00.999Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:56:02.614Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:56:02.614Z||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.
2023-01-07T06:56:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:56:02.650Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:56:02.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:56:02.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:56:02.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:56:10.547Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:56:10.548Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:56:10.549Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T06:56:10.549Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:56:20.108Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:56:20.109Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:56:20.109Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T06:56:20.109Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:56:29.661Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:56:29.662Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:56:29.662Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T06:56:29.663Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:56:39.314Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:57:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:57:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T06:57:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:57:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:57:02.614Z||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.
2023-01-07T06:57:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:57:02.646Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:57:02.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:57:02.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:57:02.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074445175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:57:02.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074447618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:57:02.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074448694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:57:02.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074449762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:57:02.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074450976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074451980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074452990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074454000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17bc7bc0-333c-460f-9260-b98218a4c2d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074485458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-07T06:57:02.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074299743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074495708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074498241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:57:02.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074499303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:57:02.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074500387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:57:02.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074501444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:57:02.655Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:02.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T06:57:02.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074502507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T06:57:02.655Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:57:12.215Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:58:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:58:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T06:58:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:58:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:58:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T06:58:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:58:03.162Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:58:03.163Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:58:03.163Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074503619,
  "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"
}
2023-01-07T06:58:03.164Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:58:03.164Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:58:03.164Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074504623,
  "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"
}
2023-01-07T06:58:03.164Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:58:03.164Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074505627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074506632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074507637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074508640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e33e68c6-e531-4bce-933f-d2210d2bd88f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673074539861,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:58:03.165Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:58:12.273Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:59:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:59:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T06:59:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:59:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:59:02.614Z||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.
2023-01-07T06:59:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:59:12.165Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T06:59:12.166Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:00:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:00:02.612Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:00:02.612Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:00:02.614Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:00:02.615Z||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.
2023-01-07T07:00:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:00:12.170Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:00:12.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:01:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:01:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:01:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:01:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:01:02.614Z||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.
2023-01-07T07:01:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:01:12.168Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:01:12.169Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:02:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:02:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:02:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:02:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:02:02.614Z||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.
2023-01-07T07:02:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:02:12.156Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:02:12.161Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:03:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:03:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:03:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:03:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:03:02.614Z||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.
2023-01-07T07:03:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:03:12.171Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:03:12.172Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:04:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:04:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:04:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:04:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:04:02.614Z||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.
2023-01-07T07:04:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:04:12.199Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:04:12.202Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:05:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:05:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:05:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:05:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:05:02.615Z||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.
2023-01-07T07:05:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:05:12.161Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:05:12.177Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:06:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:06:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:06:02.614Z||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.
2023-01-07T07:06:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:06:02.618Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:06:02.618Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:06:12.191Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:06:12.193Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:07:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:07:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:07:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:07:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:07:02.613Z||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.
2023-01-07T07:07:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:07:12.211Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:07:12.214Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:08:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:08:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:08:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:08:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:08:02.614Z||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.
2023-01-07T07:08:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:08:12.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:08:12.205Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:09:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:09:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:09:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:09:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:09:02.614Z||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.
2023-01-07T07:09:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:09:12.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:09:12.191Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:10:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:10:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:10:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:10:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:10:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T07:10:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:10:12.187Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:10:12.201Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:11:02.610Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:11:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:11:02.611Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:11:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:11:02.613Z||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.
2023-01-07T07:11:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:11:12.233Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:11:12.241Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:12:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:12:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:12:02.613Z||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.
2023-01-07T07:12:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:12:02.614Z||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.
2023-01-07T07:12:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:12:12.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:12:12.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:13:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:13:02.611Z||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.
2023-01-07T07:13:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:13:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:13:02.614Z||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.
2023-01-07T07:13:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:13:12.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:13:12.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:14:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:14:02.611Z||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.
2023-01-07T07:14:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:14:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:14:02.614Z||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.
2023-01-07T07:14:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:14:12.173Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:14:12.175Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:15:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:15:02.611Z||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.
2023-01-07T07:15:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:15:02.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:15:02.614Z||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.
2023-01-07T07:15:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:15:12.201Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:15:12.252Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:16:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:16:02.611Z||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.
2023-01-07T07:16:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:16:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:16:02.613Z||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.
2023-01-07T07:16:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:16:12.183Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:16:12.200Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:17:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:17:02.611Z||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.
2023-01-07T07:17:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:17:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:17:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T07:17:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:17:12.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:17:12.195Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:18:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:18:02.611Z||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.
2023-01-07T07:18:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:18:02.613Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:18:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:18:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:18:12.190Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:18:12.203Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:19:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:19:02.612Z||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.
2023-01-07T07:19:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:19:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:19:02.614Z||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.
2023-01-07T07:19:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:19:12.202Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:19:12.229Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:20:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:20:02.611Z||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.
2023-01-07T07:20:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:20:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:20:02.614Z||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.
2023-01-07T07:20:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:20:12.186Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:20:12.189Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:21:02.612Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:21:02.614Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:21:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T07:21:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:21:02.615Z||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.
2023-01-07T07:21:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:21:12.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:21:12.186Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:22:02.610Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:22:02.610Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T07:22:02.611Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:22:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:22:02.613Z||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.
2023-01-07T07:22:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:22:12.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:22:12.192Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:23:02.610Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:23:02.611Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T07:23:02.611Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:23:02.614Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:23:02.614Z||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.
2023-01-07T07:23:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:23:12.168Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:23:12.201Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:24:02.610Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:24:02.611Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T07:24:02.611Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:24:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:24:02.614Z||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.
2023-01-07T07:24:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:24:12.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:24:12.179Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:25:02.610Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:25:02.612Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T07:25:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:25:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:25:02.614Z||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.
2023-01-07T07:25:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:25:12.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:25:12.199Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:26:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:26:02.612Z||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.
2023-01-07T07:26:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:26:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:26:02.615Z||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.
2023-01-07T07:26:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:26:12.170Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:26:12.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:27:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:27:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:27:02.613Z||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.
2023-01-07T07:27:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:27:02.613Z||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.
2023-01-07T07:27:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:27:12.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:27:12.183Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:28:02.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:28:02.612Z||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.
2023-01-07T07:28:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:28:02.614Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:28:02.614Z||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.
2023-01-07T07:28:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:28:12.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:28:12.197Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:29:02.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:29:02.613Z||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.
2023-01-07T07:29:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:29:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:29:02.614Z||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.
2023-01-07T07:29:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:29:12.177Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:29:12.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:02.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:30:02.613Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:30:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:30:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:02.614Z||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.
2023-01-07T07:30:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:02.791Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:02.793Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.793Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076573585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.794Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.794Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.794Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076569192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.795Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.795Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.795Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076551569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.795Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.795Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.795Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076564829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.795Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.795Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.795Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076573585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076569192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076564829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076551569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.796Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076573585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076569192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076564829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076551569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.797Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076573585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076569192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076564829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076551569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076573585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076569192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076564829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076551569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076573585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076569192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.800Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076564829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.801Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.801Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.801Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076551569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.801Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.801Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.801Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076573585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.801Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.801Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.801Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076569192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.802Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.802Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.802Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076564829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.802Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.802Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.802Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076551569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.802Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.802Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.802Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076573585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.802Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076564829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076569192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076551569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.803Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076573585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.804Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.804Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.804Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076564829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.804Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.804Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.804Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076569192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.804Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.804Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.804Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076551569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.806Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.806Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.806Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076573585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.806Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.806Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.806Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076569192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.806Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.806Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.806Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076564829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.807Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.807Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.807Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076551569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.807Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.807Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.807Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076589849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.807Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.807Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.808Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076589734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:02.808Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:30:02.808Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.808Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076590548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:02.808Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:30:02.808Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.808Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076590292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:02.808Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:30:02.809Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.809Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076589849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.809Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.809Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.809Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076591375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:02.809Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:30:02.809Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.809Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076589849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.810Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.810Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.810Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076592430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:02.810Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:30:02.810Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.810Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076592494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T07:30:02.831Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fcf9055f-a1ca-440f-86df-838e43f33c67
2023-01-07T07:30:02.831Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcf9055f-a1ca-440f-86df-838e43f33c67 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 (?, ?, ?, ?, ?)
2023-01-07T07:30:02.840Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.840Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076589849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.840Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.840Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.841Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076593502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:02.841Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:30:02.841Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.841Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076593496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.841Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.841Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.841Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076589849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.842Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.842Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.842Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076594573,
  "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=?
2023-01-07T07:30:02.847Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcf9055f-a1ca-440f-86df-838e43f33c67
2023-01-07T07:30:02.847Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcf9055f-a1ca-440f-86df-838e43f33c67 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 (?, ?, ?, ?, ?)
2023-01-07T07:30:02.855Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.855Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076593496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.856Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.856Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.856Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076589849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.856Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.856Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.856Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076595575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T07:30:02.856Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:30:02.857Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.857Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.857Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.857Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.857Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076593496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.857Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.857Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.858Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076589849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.858Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.858Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.858Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076596577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.858Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.858Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.858Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.859Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.859Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.859Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076593496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.859Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.859Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.859Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076589849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.860Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.860Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.860Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076596577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.860Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.860Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.860Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.860Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.861Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.861Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076593496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.861Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.861Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.861Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076598474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:30:02.861Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:30:02.861Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.861Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076596577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.862Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.862Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.862Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.862Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.862Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.862Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076593496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.862Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.862Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.863Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076599477,
  "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=?
2023-01-07T07:30:02.867Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fcf9055f-a1ca-440f-86df-838e43f33c67
2023-01-07T07:30:02.867Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcf9055f-a1ca-440f-86df-838e43f33c67 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 (?, ?, ?, ?, ?)
2023-01-07T07:30:02.875Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.875Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076596577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.875Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.876Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.876Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.876Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.876Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.876Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076593496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.876Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.876Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.876Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076600478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.877Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.877Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.877Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076596577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.877Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.877Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.877Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.877Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.877Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.877Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076593496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:30:02.878Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.878Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.878Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076600478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.878Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.878Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.878Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076596577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.878Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.879Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.879Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.879Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.879Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.879Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076601621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:02.879Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:30:02.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076600478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:02.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:30:02.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076596577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:02.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:30:03.265Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:03.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-07T07:30:03.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fcf9055f-a1ca-440f-86df-838e43f33c67","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d504bc00-63f3-4016-853a-6aa306b6d565","serviceDescription":"service","serviceInvariantUUID":"a7b7d76a-0cb4-4aae-94a4-fdad2c675eec","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"08cfc8ce-8662-4ae9-8699-068af3f4bf08","resourceInvariantUUID":"276da5bd-7436-4adb-8928-32fbd7a06498","resourceCustomizationUUID":"0085d984-d426-40ae-b758-b0adff9d3b19","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":"OGMxYTY4YWM2MDUwODg0MjBjMGM5ZDYwNGRhMGJmMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf7764e4-a021-400e-a1aa-c1b22e5df6e0","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":"OWI2Mjg1MjNjMmI0MzhiNDQ0NzA2MTNjMjFjZGExNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8dd10fa-2903-4fa1-8dea-53ad6bf0522d","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":"b8a8306d-58de-41a4-852e-9bcfe57cdba5","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":"e2640b05-27b1-46cc-b79b-95cd5c0f1f4c","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":"06f7181b-3014-450e-b4ca-0d3d61674f41","artifactVersion":"2","generatedFromUUID":"3f408d08-0f3e-4f97-baea-5d97be0bae3e"},{"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":"78314510-51f6-42a7-91c8-b1030d777d73","artifactVersion":"2","generatedFromUUID":"b8a8306d-58de-41a4-852e-9bcfe57cdba5"},{"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":"3f408d08-0f3e-4f97-baea-5d97be0bae3e","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":"0b716a6f-3fa0-4ec8-a510-8f687dd33da8","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":"MGI3MTVhMjJjOTExYzkzMDAwMGZmNmJmNGJmZDAxNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d69c6f7-4237-4b24-84f6-9bd9c1a56520","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTBiMWY4NDljMThhMzM2Y2ExYzJiMjBlNWVjZTE3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d803ce1a-65cd-445d-aa5f-a948ebfd7f59","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T07:30:03.270Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:30:03.271Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:03.274Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:03.274Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:03.374Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:03.375Z||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.
2023-01-07T07:30:03.376Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:03.397Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:03.397Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:04.275Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:30:04.276Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:04.278Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:04.278Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T07:30:04.379Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T07:30:04.380Z||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.
2023-01-07T07:30:04.380Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:04.393Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:04.393Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:05.278Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:30:05.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:05.286Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:05.286Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-07T07:30:05.386Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:05.387Z||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.
2023-01-07T07:30:05.387Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:05.400Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:05.401Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-07T07:30:06.286Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:30:06.287Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:06.289Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:06.289Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:06.390Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T07:30:06.391Z||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.
2023-01-07T07:30:06.392Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:06.423Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:06.423Z||pool-92-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:07.290Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:30:07.291Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:07.294Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:07.294Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-07T07:30:07.394Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:07.395Z||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.
2023-01-07T07:30:07.395Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:07.408Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:07.408Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:08.294Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:30:08.295Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:08.297Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:08.297Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-07T07:30:08.399Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T07:30:08.400Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T07:30:08.400Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:08.418Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:08.419Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:09.299Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:30:09.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:09.302Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:09.302Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-07T07:30:09.402Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:09.403Z||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.
2023-01-07T07:30:09.403Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:09.440Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:09.440Z||pool-95-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:10.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:30:10.304Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:10.306Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:10.306Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:10.409Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-07T07:30:10.410Z||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.
2023-01-07T07:30:10.410Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:10.422Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:10.422Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:11.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:30:11.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:11.310Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:11.310Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:30:11.410Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:11.411Z||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.
2023-01-07T07:30:11.411Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:11.430Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:11.430Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:12.311Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:30:12.315Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:12.318Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:12.319Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:30:12.419Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:12.421Z||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.
2023-01-07T07:30:12.421Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:12.455Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:12.456Z||pool-98-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:13.320Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d504bc00-63f3-4016-853a-6aa306b6d565",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7b7d76a-0cb4-4aae-94a4-fdad2c675eec",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "0085d984-d426-40ae-b758-b0adff9d3b19",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "08cfc8ce-8662-4ae9-8699-068af3f4bf08",
      "resourceInvariantUUID": "276da5bd-7436-4adb-8928-32fbd7a06498",
      "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": "OWI2Mjg1MjNjMmI0MzhiNDQ0NzA2MTNjMjFjZGExNzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e8dd10fa-2903-4fa1-8dea-53ad6bf0522d",
          "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": "b8a8306d-58de-41a4-852e-9bcfe57cdba5",
          "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": "78314510-51f6-42a7-91c8-b1030d777d73",
            "generatedFromUUID": "b8a8306d-58de-41a4-852e-9bcfe57cdba5"
          },
          "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": "06f7181b-3014-450e-b4ca-0d3d61674f41",
          "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": "78314510-51f6-42a7-91c8-b1030d777d73",
          "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": "3f408d08-0f3e-4f97-baea-5d97be0bae3e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTBiMWY4NDljMThhMzM2Y2ExYzJiMjBlNWVjZTE3MTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d803ce1a-65cd-445d-aa5f-a948ebfd7f59"
    }
  ],
  "workloadContext": "Production"
}
2023-01-07T07:30:13.321Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T07:30:13.321Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d504bc00-63f3-4016-853a-6aa306b6d565 ASDC
2023-01-07T07:30:13.322Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fcf9055f-a1ca-440f-86df-838e43f33c67
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d504bc00-63f3-4016-853a-6aa306b6d565
ServiceInvariantUUID:a7b7d76a-0cb4-4aae-94a4-fdad2c675eec
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:d803ce1a-65cd-445d-aa5f-a948ebfd7f59
ArtifactChecksum:OTBiMWY4NDljMThhMzM2Y2ExYzJiMjBlNWVjZTE3MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:0085d984-d426-40ae-b758-b0adff9d3b19
ResourceInvariantUUID:276da5bd-7436-4adb-8928-32fbd7a06498
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:08cfc8ce-8662-4ae9-8699-068af3f4bf08
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:e8dd10fa-2903-4fa1-8dea-53ad6bf0522d
ArtifactChecksum:OWI2Mjg1MjNjMmI0MzhiNDQ0NzA2MTNjMjFjZGExNzg=
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:b8a8306d-58de-41a4-852e-9bcfe57cdba5
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:78314510-51f6-42a7-91c8-b1030d777d73
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:06f7181b-3014-450e-b4ca-0d3d61674f41
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:78314510-51f6-42a7-91c8-b1030d777d73
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:3f408d08-0f3e-4f97-baea-5d97be0bae3e
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-07T07:30:13.323Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d504bc00-63f3-4016-853a-6aa306b6d565 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=?
2023-01-07T07:30:13.389Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T07:30:13.391Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-07T07:30:13.392Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-07T07:30:13.392Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d803ce1a-65cd-445d-aa5f-a948ebfd7f59 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:13.392Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:30:13.392Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:13.553Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:30:13.562Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d803ce1a-65cd-445d-aa5f-a948ebfd7f59 163288
2023-01-07T07:30:13.562Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-07T07:30:13.562Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:13.562Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:30:13.563Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:13.564Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:13.564Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076613562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:13.665Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:13.666Z||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.
2023-01-07T07:30:13.666Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:13.688Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:13.689Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:14.565Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T07:30:14.566Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-07T07:30:14.567Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d803ce1a-65cd-445d-aa5f-a948ebfd7f59, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:14.567Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-07T07:30:14.568Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:14.568Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:14.820Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16904128797124756941/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-07T07:30:16.131Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T07:30:16.132Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-07T07:30:16.132Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:16.132Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-07T07:30:16.132Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:16.132Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||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
2023-01-07T07:30:16.132Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:16.132Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:16.132Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-07T07:30:16.132Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.133Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:16.133Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-07T07:30:16.133Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-07T07:30:16.133Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T07:30:16.133Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.134Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:16.134Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-07T07:30:16.134Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-07T07:30:16.134Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T07:30:16.134Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.134Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:16.134Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.134Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-07T07:30:16.135Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-07T07:30:16.135Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-07T07:30:16.135Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-07T07:30:16.135Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.135Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T07:30:16.135Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.135Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-07T07:30:16.136Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:30:16.136Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.136Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-07T07:30:16.136Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:30:16.136Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.136Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-07T07:30:16.136Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:30:16.137Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.137Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-07T07:30:16.137Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:30:16.137Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.137Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-07T07:30:16.137Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-07T07:30:16.137Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9301f26f-346a-4aca-87a6-134947690e79
2023-01-07T07:30:16.138Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.138Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:16.138Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.138Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:16.138Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.138Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:16.138Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:16.138Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:16.139Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d504bc00-63f3-4016-853a-6aa306b6d565
Model Version:NULL
Model InvariantUuid:a7b7d76a-0cb4-4aae-94a4-fdad2c675eec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:10a22fdf-e7da-428e-9e4c-d7f67591b845
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:276da5bd-7436-4adb-8928-32fbd7a06498
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0085d984-d426-40ae-b758-b0adff9d3b19
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:df648518-8a34-4f79-a36b-304b711478a8
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:909ee766-7a8b-4c72-af3a-06f8b0d15687
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:a451520b-4740-42ff-bf52-a1af0dc0d85c
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:929efd51-8ea5-4f3d-8dfa-048cd2bb58a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9301f26f-346a-4aca-87a6-134947690e79
ModelInvariantUuid:996b4f8c-cd3a-4b8f-8044-c9320492d9b8
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9521b35c-cdb8-4d6c-9ed0-801c2d0a0ace
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6ed298a0-e19b-4025-b05f-69cc2d84dc67
ModelInvariantUuid:cf9a1e51-7aa9-492a-81c4-0b66cc4c223f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:9e5de424-dd1c-47ff-b9f1-919bc4bd8ddd
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=?
2023-01-07T07:30:16.147Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 08cfc8ce-8662-4ae9-8699-068af3f4bf08
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=?
2023-01-07T07:30:16.152Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2023-01-07T07:30:16.152Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 08cfc8ce-8662-4ae9-8699-068af3f4bf08
2023-01-07T07:30:16.153Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e8dd10fa-2903-4fa1-8dea-53ad6bf0522d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-07T07:30:16.153Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:30:16.153Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-07T07:30:16.224Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:30:16.224Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json e8dd10fa-2903-4fa1-8dea-53ad6bf0522d 1565
2023-01-07T07:30:16.225Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-01-07T07:30:16.225Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-07T07:30:16.225Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:30:16.225Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:16.227Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:16.227Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076616224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:16.327Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:16.328Z||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.
2023-01-07T07:30:16.328Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:16.342Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:16.342Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-07T07:30:17.228Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a451520b-4740-42ff-bf52-a1af0dc0d85c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "929efd51-8ea5-4f3d-8dfa-048cd2bb58a9",
    "vfModuleModelCustomizationUUID": "2dfcb5dc-8e5c-44ee-8574-e3a0087a5260",
    "isBase": true,
    "artifacts": [
      "b8a8306d-58de-41a4-852e-9bcfe57cdba5",
      "78314510-51f6-42a7-91c8-b1030d777d73"
    ],
    "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": "df648518-8a34-4f79-a36b-304b711478a8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "909ee766-7a8b-4c72-af3a-06f8b0d15687",
    "vfModuleModelCustomizationUUID": "7ec87556-46c2-451c-9610-f8f82167be66",
    "isBase": false,
    "artifacts": [
      "3f408d08-0f3e-4f97-baea-5d97be0bae3e"
    ],
    "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": ""
    }
  }
]
2023-01-07T07:30:17.232Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:929efd51-8ea5-4f3d-8dfa-048cd2bb58a9
VfModuleModelInvariantUUID:a451520b-4740-42ff-bf52-a1af0dc0d85c
VfModuleModelDescription:NULL
Artifacts UUID List:{
b8a8306d-58de-41a4-852e-9bcfe57cdba5
,
78314510-51f6-42a7-91c8-b1030d777d73

}
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:909ee766-7a8b-4c72-af3a-06f8b0d15687
VfModuleModelInvariantUUID:df648518-8a34-4f79-a36b-304b711478a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f408d08-0f3e-4f97-baea-5d97be0bae3e

}
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


}

2023-01-07T07:30:17.234Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a451520b-4740-42ff-bf52-a1af0dc0d85c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "929efd51-8ea5-4f3d-8dfa-048cd2bb58a9",
    "vfModuleModelCustomizationUUID": "2dfcb5dc-8e5c-44ee-8574-e3a0087a5260",
    "isBase": true,
    "artifacts": [
      "b8a8306d-58de-41a4-852e-9bcfe57cdba5",
      "78314510-51f6-42a7-91c8-b1030d777d73"
    ],
    "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": "df648518-8a34-4f79-a36b-304b711478a8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "909ee766-7a8b-4c72-af3a-06f8b0d15687",
    "vfModuleModelCustomizationUUID": "7ec87556-46c2-451c-9610-f8f82167be66",
    "isBase": false,
    "artifacts": [
      "3f408d08-0f3e-4f97-baea-5d97be0bae3e"
    ],
    "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": ""
    }
  }
]
2023-01-07T07:30:17.234Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:929efd51-8ea5-4f3d-8dfa-048cd2bb58a9
VfModuleModelInvariantUUID:a451520b-4740-42ff-bf52-a1af0dc0d85c
VfModuleModelDescription:NULL
Artifacts UUID List:{
b8a8306d-58de-41a4-852e-9bcfe57cdba5
,
78314510-51f6-42a7-91c8-b1030d777d73

}
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:909ee766-7a8b-4c72-af3a-06f8b0d15687
VfModuleModelInvariantUUID:df648518-8a34-4f79-a36b-304b711478a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f408d08-0f3e-4f97-baea-5d97be0bae3e

}
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


}

2023-01-07T07:30:17.234Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b8a8306d-58de-41a4-852e-9bcfe57cdba5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-07T07:30:17.235Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:30:17.235Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-07T07:30:17.287Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:30:17.288Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b8a8306d-58de-41a4-852e-9bcfe57cdba5 914
2023-01-07T07:30:17.288Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-01-07T07:30:17.288Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-07T07:30:17.288Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:30:17.288Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:17.290Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:17.290Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076617288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:17.390Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:17.391Z||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.
2023-01-07T07:30:17.391Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:17.412Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:17.412Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:18.291Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 06f7181b-3014-450e-b4ca-0d3d61674f41 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-07T07:30:18.292Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:30:18.292Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-07T07:30:18.379Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:30:18.380Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 06f7181b-3014-450e-b4ca-0d3d61674f41 12
2023-01-07T07:30:18.380Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-01-07T07:30:18.380Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-07T07:30:18.380Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:30:18.381Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:18.383Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:18.383Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076618380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:18.484Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T07:30:18.485Z||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.
2023-01-07T07:30:18.485Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:18.502Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:18.503Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:19.384Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 78314510-51f6-42a7-91c8-b1030d777d73 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-07T07:30:19.384Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:30:19.385Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-07T07:30:19.474Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:30:19.475Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 78314510-51f6-42a7-91c8-b1030d777d73 96
2023-01-07T07:30:19.475Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-01-07T07:30:19.475Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-07T07:30:19.475Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:30:19.476Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:19.478Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:19.478Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076619475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:19.578Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:19.579Z||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.
2023-01-07T07:30:19.579Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:19.605Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:19.606Z||pool-103-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:20.478Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3f408d08-0f3e-4f97-baea-5d97be0bae3e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-07T07:30:20.479Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:30:20.479Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-07T07:30:20.566Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:30:20.568Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 3f408d08-0f3e-4f97-baea-5d97be0bae3e 20206
2023-01-07T07:30:20.568Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-01-07T07:30:20.568Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-07T07:30:20.568Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:30:20.569Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:20.571Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:20.571Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076620568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:30:20.671Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T07:30:20.672Z||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.
2023-01-07T07:30:20.673Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:20.696Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:20.697Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:21.577Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d504bc00-63f3-4016-853a-6aa306b6d565
2023-01-07T07:30:21.578Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 08cfc8ce-8662-4ae9-8699-068af3f4bf08 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=?
2023-01-07T07:30:21.592Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fe3b4b4, org.onap.sdc.toscaparser.api.parameters.Input@66a8b4e2, org.onap.sdc.toscaparser.api.parameters.Input@454737e9, org.onap.sdc.toscaparser.api.parameters.Input@6fd57411, org.onap.sdc.toscaparser.api.parameters.Input@3d412b4b]
2023-01-07T07:30:21.595Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.595Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:21.596Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-07T07:30:21.596Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0085d984-d426-40ae-b758-b0adff9d3b19
2023-01-07T07:30:21.596Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0085d984-d426-40ae-b758-b0adff9d3b19 matches Tosca VF Customization UUID: 0085d984-d426-40ae-b758-b0adff9d3b19
2023-01-07T07:30:21.596Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0085d984-d426-40ae-b758-b0adff9d3b19  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=?
2023-01-07T07:30:21.599Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.599Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:21.600Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0085d984-d426-40ae-b758-b0adff9d3b19: {\"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\"}
2023-01-07T07:30:21.600Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2658964e
2023-01-07T07:30:21.600Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.601Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T07:30:21.601Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ec87556-46c2-451c-9610-f8f82167be66
2023-01-07T07:30:21.601Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ec87556-46c2-451c-9610-f8f82167be66
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=?
2023-01-07T07:30:21.604Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.604Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-07T07:30:21.605Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:30:21.605Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.605Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-07T07:30:21.605Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:30:21.606Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.606Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-07T07:30:21.606Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0085d984-d426-40ae-b758-b0adff9d3b19
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=?
2023-01-07T07:30:21.608Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.609Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:21.609Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d504bc00-63f3-4016-853a-6aa306b6d565: basic_cnf_macro
2023-01-07T07:30:21.609Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.609Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:21.610Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.610Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:21.610Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.610Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:21.611Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.611Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:21.611Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:30:21.612Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:30:21.612Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T07:30:21.672Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 08cfc8ce-8662-4ae9-8699-068af3f4bf08 2 ASDC deployResourceStructure
2023-01-07T07:30:21.672Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-01-07T07:30:21.672Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-07T07:30:21.673Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T07:30:21.673Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:21.675Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:21.675Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076621672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T07:30:21.775Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T07:30:21.776Z||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.
2023-01-07T07:30:21.776Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:21.797Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:21.797Z||pool-105-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-07T07:30:22.676Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-01-07T07:30:22.676Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-07T07:30:22.676Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T07:30:22.677Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:22.679Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:22.679Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076622676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T07:30:22.779Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:22.780Z||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.
2023-01-07T07:30:22.780Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:22.798Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:22.798Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:23.680Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-01-07T07:30:23.680Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-01-07T07:30:23.680Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-07T07:30:23.681Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:23.682Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:23.683Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076623680,
  "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"
}
2023-01-07T07:30:23.783Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:23.784Z||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.
2023-01-07T07:30:23.784Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:23.833Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:23.834Z||pool-107-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:24.684Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-01-07T07:30:24.684Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-07T07:30:24.684Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T07:30:24.685Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:24.687Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:24.687Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076624684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-07T07:30:24.787Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:24.788Z||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.
2023-01-07T07:30:24.789Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:24.805Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:24.805Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:25.688Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-01-07T07:30:25.688Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-01-07T07:30:25.688Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-07T07:30:25.689Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:25.690Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:25.691Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076625688,
  "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"
}
2023-01-07T07:30:25.791Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:25.791Z||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.
2023-01-07T07:30:25.792Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:25.848Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:25.848Z||pool-109-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:26.691Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-07T07:30:26.692Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-07T07:30:26.692Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T07:30:26.692Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:30:26.694Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:30:26.694Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076626691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:30:26.794Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:30:26.794Z||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.
2023-01-07T07:30:26.794Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:30:26.844Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:30:26.844Z||pool-110-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:30:27.695Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T07:30:27.706Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
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=?
2023-01-07T07:30:27.709Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T07:30:27.709Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T07:30:27.709Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T07:30:27.709Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T07:30:57.709Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T07:30:57.723Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
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=?
2023-01-07T07:30:57.729Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T07:30:57.729Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T07:30:57.729Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T07:30:57.729Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T07:31:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:31:02.615Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:31:02.615Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:31:02.639Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:31:02.640Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:31:02.640Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:31:02.641Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:31:27.729Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T07:31:27.739Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
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=?
2023-01-07T07:31:27.742Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T07:31:27.742Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T07:31:27.742Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T07:31:27.742Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T07:31:57.743Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T07:31:57.755Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
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=?
2023-01-07T07:31:57.758Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T07:31:57.758Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T07:31:57.758Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T07:31:57.758Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T07:32:02.613Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:32:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:32:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:32:02.665Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:32:02.665Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:32:02.665Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076600478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:32:02.666Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:32:27.758Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T07:32:27.778Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
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=?
2023-01-07T07:32:27.780Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T07:32:27.780Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T07:32:27.780Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T07:32:27.780Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T07:32:57.781Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T07:32:57.794Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
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=?
2023-01-07T07:32:57.798Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T07:32:57.798Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T07:32:57.799Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T07:32:57.799Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T07:33:02.613Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:33:02.615Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:33:02.615Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:33:02.658Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:33:02.659Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.659Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.660Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.660Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.661Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076602987,
  "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 (?, ?, ?, ?, ?)
2023-01-07T07:33:02.682Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfdebca7-da8a-49a1-ac78-0662642a4166
2023-01-07T07:33:02.682Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdebca7-da8a-49a1-ac78-0662642a4166 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 (?, ?, ?, ?, ?)
2023-01-07T07:33:02.693Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.693Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076596577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:33:02.693Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.693Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.693Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.693Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.693Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.693Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076600478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.693Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076604655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.694Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076600478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.695Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.695Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.695Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-07T07:33:02.695Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.695Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.695Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076605734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.695Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.695Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.695Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076606412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.695Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076600478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076606842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.696Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076600478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:33:02.697Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.697Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.697Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-07T07:33:02.697Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.697Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.697Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076607881,
  "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=?
2023-01-07T07:33:02.704Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfdebca7-da8a-49a1-ac78-0662642a4166
2023-01-07T07:33:02.704Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdebca7-da8a-49a1-ac78-0662642a4166 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 (?, ?, ?, ?, ?)
2023-01-07T07:33:02.716Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.716Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076608574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.717Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.717Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.717Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-07T07:33:02.717Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.717Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.717Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076608994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:33:02.718Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.718Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.718Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076608883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T07:33:02.718Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.718Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.718Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-07T07:33:02.719Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.719Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.719Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076609998,
  "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=?
2023-01-07T07:33:02.728Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fcf9055f-a1ca-440f-86df-838e43f33c67
2023-01-07T07:33:02.728Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcf9055f-a1ca-440f-86df-838e43f33c67 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 (?, ?, ?, ?, ?)
2023-01-07T07:33:02.738Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.738Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.739Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.739Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.739Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.739Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.739Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.739Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.739Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.739Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.739Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.740Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.741Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076613562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.741Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.741Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.741Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.741Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.741Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.741Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.741Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.741Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.741Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076615979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:33:02.742Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.742Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.742Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076616224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.742Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.742Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.742Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:02.742Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.742Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.742Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076616981,
  "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=?
2023-01-07T07:33:02.749Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dfdebca7-da8a-49a1-ac78-0662642a4166
2023-01-07T07:33:02.749Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdebca7-da8a-49a1-ac78-0662642a4166 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 (?, ?, ?, ?, ?)
2023-01-07T07:33:02.759Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.759Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076617288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076595573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076618380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076619120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076619475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076620568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076621735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076621672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T07:33:02.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.762Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.762Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076622739,
  "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=?
2023-01-07T07:33:02.771Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfdebca7-da8a-49a1-ac78-0662642a4166
2023-01-07T07:33:02.771Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfdebca7-da8a-49a1-ac78-0662642a4166 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 (?, ?, ?, ?, ?)
2023-01-07T07:33:02.781Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.781Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076622676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T07:33:02.781Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.781Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.781Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076623680,
  "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"
}
2023-01-07T07:33:02.781Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.781Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.782Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076624684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-07T07:33:02.782Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.782Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.782Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076625688,
  "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"
}
2023-01-07T07:33:02.782Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:02.782Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:33:02.782Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076626691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:33:02.782Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:33:27.799Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T07:33:27.810Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67
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=?
2023-01-07T07:33:27.812Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T07:33:27.812Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T07:33:27.812Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T07:33:27.812Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T07:33:27.812Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:33:27.812Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:33:27.812Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:33:27.813Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:33:27.813Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:33:27.813Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T07:33:27.817Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T07:33:57.818Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fcf9055f-a1ca-440f-86df-838e43f33c67 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=?
2023-01-07T07:33:57.822Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fcf9055f-a1ca-440f-86df-838e43f33c67 and serviceModelVersionId: d504bc00-63f3-4016-853a-6aa306b6d565
2023-01-07T07:33:57.822Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7b7d76a-0cb4-4aae-94a4-fdad2c675eec
2023-01-07T07:33:57.824Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7b7d76a-0cb4-4aae-94a4-fdad2c675eec/model-vers/model-ver/d504bc00-63f3-4016-853a-6aa306b6d565?depth=0
2023-01-07T07:33:57.831Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T07:33:57.907Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7b7d76a-0cb4-4aae-94a4-fdad2c675eec/model-vers/model-ver/d504bc00-63f3-4016-853a-6aa306b6d565?depth=0|INFO|500||Invoke
2023-01-07T07:33:57.908Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7b7d76a-0cb4-4aae-94a4-fdad2c675eec/model-vers/model-ver/d504bc00-63f3-4016-853a-6aa306b6d565?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7b7d76a-0cb4-4aae-94a4-fdad2c675eec/model-vers/model-ver/d504bc00-63f3-4016-853a-6aa306b6d565?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fcf9055f-a1ca-440f-86df-838e43f33c67], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[60e299cd-7b4a-4785-9401-bf0ee119d605], X-ECOMP-RequestID=[fcf9055f-a1ca-440f-86df-838e43f33c67], X-TransactionId=[], X-ONAP-RequestID=[fcf9055f-a1ca-440f-86df-838e43f33c67], Content-Type=[application/merge-patch+json]}
2023-01-07T07:33:57.928Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7b7d76a-0cb4-4aae-94a4-fdad2c675eec/model-vers/model-ver/d504bc00-63f3-4016-853a-6aa306b6d565?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-07T07:33:58.016Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7b7d76a-0cb4-4aae-94a4-fdad2c675eec/model-vers/model-ver/d504bc00-63f3-4016-853a-6aa306b6d565?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/a7b7d76a-0cb4-4aae-94a4-fdad2c675eec/model-vers/model-ver/d504bc00-63f3-4016-853a-6aa306b6d565?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 07:33:58 GMT], content-length=[0], vertex-id=[479288], x-aai-txid=[0-aai-resources-230107-07:33:58:205-18419], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T07:33:58.017Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7b7d76a-0cb4-4aae-94a4-fdad2c675eec/model-vers/model-ver/d504bc00-63f3-4016-853a-6aa306b6d565?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-07T07:33:58.018Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7b7d76a-0cb4-4aae-94a4-fdad2c675eec/model-vers/model-ver/d504bc00-63f3-4016-853a-6aa306b6d565?depth=0|INFO|500||InvokeReturn
2023-01-07T07:33:58.018Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T07:33:58.019Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T07:33:58.023Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T07:33:58.023Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fcf9055f-a1ca-440f-86df-838e43f33c67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T07:33:58.024Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T07:33:58.024Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:33:58.026Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:33:58.026Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076838023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T07:33:58.126Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:33:58.127Z||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.
2023-01-07T07:33:58.127Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:33:58.142Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:33:58.142Z||pool-111-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=?
2023-01-07T07:33:59.036Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-07T07:33:59.036Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfdebca7-da8a-49a1-ac78-0662642a4166","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9021844d-34ce-4a7e-8623-8975325d9a2e","serviceDescription":"service","serviceInvariantUUID":"5377b9ca-ac71-4408-a231-2ceafe8a3aa9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"858811ab-c698-4cc4-ada8-aacd37a0e509","resourceInvariantUUID":"81c20956-101e-4985-baae-3bea386e40bd","resourceCustomizationUUID":"10dfe650-74ba-45de-abb6-8064288a9a00","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":"NjRlNzAwNWIzMGE2MDIyZGJiY2Y0M2M1ZGQ2MDg2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c848321-2e17-4497-b311-38e6e4982517","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":"ZmQ5Mzk2YzIxYmI2MTA5ZThmMjRiY2JmNGUyMjhhNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0f68ef4d-f330-47ec-85f0-251804139f23","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":"b68be983-ff4c-4867-8b80-caa7e1577c9b","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":"60c58908-4338-4201-9ec7-e1a6e2e8d468","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":"b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2","artifactVersion":"2","generatedFromUUID":"b68be983-ff4c-4867-8b80-caa7e1577c9b"},{"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":"OThlNGQ4MWFhYWIyMDIwODVjNjNlNTNlZjQ4OTU0Yzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"de517e2f-1593-4679-9f0e-4027483d4b52","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":"YmVjNDU5NjMzODk2MWNjZTJkNjg2MjQ3YWQ5ZWJkNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8eae42aa-7f8c-4983-81dd-0e5e849fabe1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWIwMTMzNjk3M2NmMWVjZDA0NDI1MTA2MGFlMjU2NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f286a1-9459-4646-9a37-faad6ab083f1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T07:33:59.037Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:33:59.037Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:33:59.039Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:33:59.039Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:33:59.139Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:33:59.140Z||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.
2023-01-07T07:33:59.140Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:33:59.159Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:33:59.160Z||pool-112-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:00.040Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:00.040Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:00.042Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:00.042Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T07:34:00.142Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:00.143Z||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.
2023-01-07T07:34:00.143Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:00.173Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:00.174Z||pool-113-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2023-01-07T07:34:01.043Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:01.043Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:01.045Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:01.046Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-07T07:34:01.146Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:01.146Z||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.
2023-01-07T07:34:01.146Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:01.181Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:01.181Z||pool-114-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:02.046Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:02.047Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:02.049Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:02.049Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.149Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T07:34:02.150Z||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.
2023-01-07T07:34:02.150Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:02.165Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:02.166Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:02.613Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:34:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:34:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:02.640Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:02.641Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.641Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076684678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.642Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.642Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.642Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076663990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.642Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.642Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076689192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076669887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076685573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076684678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.643Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.644Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.644Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076663990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.644Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.644Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.644Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076689192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.644Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.644Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.644Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076669887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.644Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076685573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076689192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076663990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076684678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076669887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.645Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076685573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076663990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076689192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.646Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076684678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076669887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076685573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076663990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.647Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.648Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076689192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.648Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.648Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.648Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076684678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.648Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.648Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.648Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076669887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.648Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.648Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.648Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076685573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.649Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.649Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.649Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076663990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.649Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.649Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.649Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076689192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.649Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.649Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.649Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076684678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.650Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.650Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.650Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076669887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.650Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.650Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.650Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076685573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.650Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.650Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076663990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076689192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076684678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076669887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.651Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076685573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076663990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076689192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076684678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.652Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076669887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076685573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076663990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076689192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.653Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076684678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673076669887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076685573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076699995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:34:02.654Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:34:02.655Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.655Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076699707,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:34:02.655Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:34:02.655Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.655Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076700530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:34:02.655Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:34:02.655Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.655Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076701436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:34:02.655Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:34:02.655Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.656Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076701041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T07:34:02.656Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:34:02.656Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.656Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673076701065,
  "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 (?, ?, ?, ?, ?)
2023-01-07T07:34:02.671Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d6aaede-54fe-48be-8faf-9a90cd577f44
2023-01-07T07:34:02.671Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d6aaede-54fe-48be-8faf-9a90cd577f44 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 (?, ?, ?, ?, ?)
2023-01-07T07:34:02.678Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.678Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673076702046,
  "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=?
2023-01-07T07:34:02.684Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5d6aaede-54fe-48be-8faf-9a90cd577f44
2023-01-07T07:34:02.684Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d6aaede-54fe-48be-8faf-9a90cd577f44 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 (?, ?, ?, ?, ?)
2023-01-07T07:34:02.698Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.698Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076703454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:34:02.698Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:34:02.698Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.698Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673076704460,
  "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=?
2023-01-07T07:34:02.705Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d6aaede-54fe-48be-8faf-9a90cd577f44
2023-01-07T07:34:02.706Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d6aaede-54fe-48be-8faf-9a90cd577f44 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 (?, ?, ?, ?, ?)
2023-01-07T07:34:02.714Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.714Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076706346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:34:02.714Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:34:02.714Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T07:34:02.714Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "aai-model-loader",
  "timestamp": 1673076707350,
  "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=?
2023-01-07T07:34:02.719Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d6aaede-54fe-48be-8faf-9a90cd577f44
2023-01-07T07:34:02.719Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d6aaede-54fe-48be-8faf-9a90cd577f44 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 (?, ?, ?, ?, ?)
2023-01-07T07:34:03.050Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:03.051Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:03.053Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:03.053Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-07T07:34:03.153Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:03.154Z||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.
2023-01-07T07:34:03.154Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:03.168Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:03.168Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:04.053Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:04.055Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:04.057Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:04.057Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:04.157Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:04.158Z||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.
2023-01-07T07:34:04.158Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:04.175Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:04.175Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:05.058Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:05.059Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:05.061Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:05.061Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:05.161Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:05.162Z||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.
2023-01-07T07:34:05.162Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:05.176Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:05.176Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-07T07:34:06.062Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:06.062Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:06.064Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:06.065Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:34:06.165Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:06.166Z||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.
2023-01-07T07:34:06.166Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:06.183Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:06.183Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:07.066Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9021844d-34ce-4a7e-8623-8975325d9a2e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5377b9ca-ac71-4408-a231-2ceafe8a3aa9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "10dfe650-74ba-45de-abb6-8064288a9a00",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "858811ab-c698-4cc4-ada8-aacd37a0e509",
      "resourceInvariantUUID": "81c20956-101e-4985-baae-3bea386e40bd",
      "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": "ZmQ5Mzk2YzIxYmI2MTA5ZThmMjRiY2JmNGUyMjhhNjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0f68ef4d-f330-47ec-85f0-251804139f23",
          "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": "b68be983-ff4c-4867-8b80-caa7e1577c9b",
          "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": "b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2",
            "generatedFromUUID": "b68be983-ff4c-4867-8b80-caa7e1577c9b"
          },
          "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": "b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWIwMTMzNjk3M2NmMWVjZDA0NDI1MTA2MGFlMjU2NmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f286a1-9459-4646-9a37-faad6ab083f1"
    }
  ],
  "workloadContext": "Production"
}
2023-01-07T07:34:07.066Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T07:34:07.067Z|fcf9055f-a1ca-440f-86df-838e43f33c67|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9021844d-34ce-4a7e-8623-8975325d9a2e ASDC
2023-01-07T07:34:07.068Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dfdebca7-da8a-49a1-ac78-0662642a4166
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9021844d-34ce-4a7e-8623-8975325d9a2e
ServiceInvariantUUID:5377b9ca-ac71-4408-a231-2ceafe8a3aa9
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:57f286a1-9459-4646-9a37-faad6ab083f1
ArtifactChecksum:ZWIwMTMzNjk3M2NmMWVjZDA0NDI1MTA2MGFlMjU2NmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:10dfe650-74ba-45de-abb6-8064288a9a00
ResourceInvariantUUID:81c20956-101e-4985-baae-3bea386e40bd
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:858811ab-c698-4cc4-ada8-aacd37a0e509
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:0f68ef4d-f330-47ec-85f0-251804139f23
ArtifactChecksum:ZmQ5Mzk2YzIxYmI2MTA5ZThmMjRiY2JmNGUyMjhhNjM=
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:b68be983-ff4c-4867-8b80-caa7e1577c9b
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:b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2
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:b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-07T07:34:07.068Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9021844d-34ce-4a7e-8623-8975325d9a2e 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=?
2023-01-07T07:34:07.109Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T07:34:07.109Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-07T07:34:07.109Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-07T07:34:07.110Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 57f286a1-9459-4646-9a37-faad6ab083f1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-07T07:34:07.110Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:34:07.110Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-07T07:34:07.288Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:34:07.291Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 57f286a1-9459-4646-9a37-faad6ab083f1 83002
2023-01-07T07:34:07.292Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-07T07:34:07.292Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-07T07:34:07.292Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:34:07.292Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:07.294Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:07.294Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076847292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:34:07.394Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:07.395Z||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.
2023-01-07T07:34:07.396Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:07.407Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:07.408Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:08.295Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T07:34:08.295Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-07T07:34:08.296Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 57f286a1-9459-4646-9a37-faad6ab083f1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-07T07:34:08.296Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-07T07:34:08.296Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-07T07:34:08.296Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-07T07:34:08.453Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7948690312695438468/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
2023-01-07T07:34:09.730Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T07:34:09.731Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-07T07:34:09.731Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-07T07:34:09.731Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-07T07:34:09.731Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-07T07:34:09.732Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-07T07:34:09.732Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-07T07:34:09.732Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-07T07:34:09.732Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-07T07:34:09.733Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-07T07:34:09.733Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:09.733Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-07T07:34:09.733Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.734Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:09.734Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-07T07:34:09.734Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-07T07:34:09.735Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T07:34:09.735Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.735Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:09.736Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-07T07:34:09.736Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-07T07:34:09.736Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T07:34:09.737Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.737Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:09.737Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.737Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-07T07:34:09.738Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-07T07:34:09.738Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-07T07:34:09.738Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-07T07:34:09.738Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-07T07:34:09.739Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-07T07:34:09.739Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.739Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T07:34:09.739Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.740Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-07T07:34:09.740Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:34:09.740Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.741Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-07T07:34:09.741Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:34:09.741Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.742Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-07T07:34:09.742Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:34:09.742Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.742Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-07T07:34:09.743Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-07T07:34:09.743Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-07T07:34:09.743Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bc81e5a0-0378-4cb6-ae09-483ba5f5cc11
2023-01-07T07:34:09.743Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.744Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:09.744Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.744Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:09.745Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.745Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:09.745Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:09.745Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:09.746Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9021844d-34ce-4a7e-8623-8975325d9a2e
Model Version:NULL
Model InvariantUuid:5377b9ca-ac71-4408-a231-2ceafe8a3aa9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:70e654a2-7090-4724-bc17-b1f3acc91e98
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:81c20956-101e-4985-baae-3bea386e40bd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:10dfe650-74ba-45de-abb6-8064288a9a00
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5838068a-859f-4955-b6ea-513e9c6051fc
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b6bf0049-51ca-4e7e-ae79-c10b1f4b44ae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bc81e5a0-0378-4cb6-ae09-483ba5f5cc11
ModelInvariantUuid:a66cf986-476f-4338-a0cd-c093e4cb735c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f303a50f-1068-4960-be3d-10c22222d87a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c770d7fe-e229-4443-a349-00196cee223b
ModelInvariantUuid:51a6f8df-5bcd-4898-bb23-c39356fd7077
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:05e66dc2-449a-45bf-b15a-5ca9687fc08b
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=?
2023-01-07T07:34:09.764Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 858811ab-c698-4cc4-ada8-aacd37a0e509
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=?
2023-01-07T07:34:09.767Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2023-01-07T07:34:09.767Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 858811ab-c698-4cc4-ada8-aacd37a0e509
2023-01-07T07:34:09.768Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0f68ef4d-f330-47ec-85f0-251804139f23 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-07T07:34:09.768Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:34:09.768Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:09.826Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:34:09.827Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0f68ef4d-f330-47ec-85f0-251804139f23 792
2023-01-07T07:34:09.827Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:09.827Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:09.828Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:34:09.828Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:09.831Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:09.831Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076849827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:34:09.931Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:09.932Z||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.
2023-01-07T07:34:09.932Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:09.944Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:09.944Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:10.831Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5838068a-859f-4955-b6ea-513e9c6051fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6bf0049-51ca-4e7e-ae79-c10b1f4b44ae",
    "vfModuleModelCustomizationUUID": "ee03f09b-f63a-4531-8020-91ea3081a793",
    "isBase": true,
    "artifacts": [
      "b68be983-ff4c-4867-8b80-caa7e1577c9b",
      "b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2"
    ],
    "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": ""
    }
  }
]
2023-01-07T07:34:10.835Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6bf0049-51ca-4e7e-ae79-c10b1f4b44ae
VfModuleModelInvariantUUID:5838068a-859f-4955-b6ea-513e9c6051fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
b68be983-ff4c-4867-8b80-caa7e1577c9b
,
b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2

}
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


}

2023-01-07T07:34:10.836Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5838068a-859f-4955-b6ea-513e9c6051fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6bf0049-51ca-4e7e-ae79-c10b1f4b44ae",
    "vfModuleModelCustomizationUUID": "ee03f09b-f63a-4531-8020-91ea3081a793",
    "isBase": true,
    "artifacts": [
      "b68be983-ff4c-4867-8b80-caa7e1577c9b",
      "b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2"
    ],
    "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": ""
    }
  }
]
2023-01-07T07:34:10.837Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6bf0049-51ca-4e7e-ae79-c10b1f4b44ae
VfModuleModelInvariantUUID:5838068a-859f-4955-b6ea-513e9c6051fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
b68be983-ff4c-4867-8b80-caa7e1577c9b
,
b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2

}
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


}

2023-01-07T07:34:10.837Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b68be983-ff4c-4867-8b80-caa7e1577c9b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-07T07:34:10.837Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:34:10.837Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:10.899Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:34:10.899Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b68be983-ff4c-4867-8b80-caa7e1577c9b 5033
2023-01-07T07:34:10.899Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:10.900Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:10.900Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:34:10.900Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:10.902Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:10.902Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076850899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:34:11.002Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:11.003Z||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.
2023-01-07T07:34:11.003Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:11.017Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:11.018Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:11.903Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-07T07:34:11.903Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:34:11.903Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:11.983Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:34:11.983Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b7c09964-e93e-4a12-ab45-0e8ac5b8b0c2 903
2023-01-07T07:34:11.984Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:11.984Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:11.984Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:34:11.984Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:11.986Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:11.986Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076851984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:34:12.086Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T07:34:12.087Z||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.
2023-01-07T07:34:12.087Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:12.102Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:12.102Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:12.987Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9021844d-34ce-4a7e-8623-8975325d9a2e
2023-01-07T07:34:12.987Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 858811ab-c698-4cc4-ada8-aacd37a0e509 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=?
2023-01-07T07:34:13.000Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45942355, org.onap.sdc.toscaparser.api.parameters.Input@1614c9c7, org.onap.sdc.toscaparser.api.parameters.Input@f907873, org.onap.sdc.toscaparser.api.parameters.Input@38255574, org.onap.sdc.toscaparser.api.parameters.Input@5c4f47ae]
2023-01-07T07:34:13.001Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.002Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:13.005Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-07T07:34:13.005Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 10dfe650-74ba-45de-abb6-8064288a9a00
2023-01-07T07:34:13.005Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 10dfe650-74ba-45de-abb6-8064288a9a00 matches Tosca VF Customization UUID: 10dfe650-74ba-45de-abb6-8064288a9a00
2023-01-07T07:34:13.005Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 10dfe650-74ba-45de-abb6-8064288a9a00  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=?
2023-01-07T07:34:13.008Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.008Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:13.009Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 10dfe650-74ba-45de-abb6-8064288a9a00: {\"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\"}
2023-01-07T07:34:13.009Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72e62e88
2023-01-07T07:34:13.009Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.009Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T07:34:13.011Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee03f09b-f63a-4531-8020-91ea3081a793
2023-01-07T07:34:13.011Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee03f09b-f63a-4531-8020-91ea3081a793
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=?
2023-01-07T07:34:13.015Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.016Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-07T07:34:13.019Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:34:13.020Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.020Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-07T07:34:13.020Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:34:13.021Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.028Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-07T07:34:13.028Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-07T07:34:13.029Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-07T07:34:13.029Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bc81e5a0-0378-4cb6-ae09-483ba5f5cc11
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=?
2023-01-07T07:34:13.037Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.047Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-07T07:34:13.047Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T07:34:13.048Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.048Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-07T07:34:13.048Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=10dfe650-74ba-45de-abb6-8064288a9a00
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=?
2023-01-07T07:34:13.050Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.050Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:13.051Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9021844d-34ce-4a7e-8623-8975325d9a2e: basic_vm_macro
2023-01-07T07:34:13.051Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.051Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:13.051Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.052Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:13.052Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.052Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:13.052Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.052Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:13.053Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:34:13.053Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:34:13.053Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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 (?, ?, ?, ?, ?)
2023-01-07T07:34:13.150Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 858811ab-c698-4cc4-ada8-aacd37a0e509 1 ASDC deployResourceStructure
2023-01-07T07:34:13.151Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:13.151Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:13.151Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T07:34:13.151Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:13.154Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:13.155Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076853151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T07:34:13.253Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-07T07:34:13.254Z||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.
2023-01-07T07:34:13.254Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:13.271Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:13.271Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:14.155Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:14.156Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:14.156Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T07:34:14.156Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:14.158Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:14.158Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076854155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T07:34:14.258Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:14.259Z||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.
2023-01-07T07:34:14.259Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:14.282Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:14.282Z||pool-125-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-07T07:34:15.159Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:15.159Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||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
2023-01-07T07:34:15.159Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T07:34:15.160Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:15.162Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:15.162Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076855159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-07T07:34:15.262Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:15.263Z||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.
2023-01-07T07:34:15.263Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:15.280Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:15.280Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:16.162Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-07T07:34:16.163Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-07T07:34:16.163Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T07:34:16.163Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:16.165Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:16.165Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076856162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:34:16.265Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:16.266Z||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.
2023-01-07T07:34:16.266Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:16.285Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:16.285Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:17.166Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfdebca7-da8a-49a1-ac78-0662642a4166
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T07:34:17.175Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfdebca7-da8a-49a1-ac78-0662642a4166
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=?
2023-01-07T07:34:17.177Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T07:34:17.178Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T07:34:17.178Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T07:34:17.178Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T07:34:17.178Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:34:17.178Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:34:17.178Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:34:17.178Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:34:17.178Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:34:17.178Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T07:34:17.182Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T07:34:47.183Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dfdebca7-da8a-49a1-ac78-0662642a4166 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=?
2023-01-07T07:34:47.198Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dfdebca7-da8a-49a1-ac78-0662642a4166 and serviceModelVersionId: 9021844d-34ce-4a7e-8623-8975325d9a2e
2023-01-07T07:34:47.198Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5377b9ca-ac71-4408-a231-2ceafe8a3aa9
2023-01-07T07:34:47.202Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5377b9ca-ac71-4408-a231-2ceafe8a3aa9/model-vers/model-ver/9021844d-34ce-4a7e-8623-8975325d9a2e?depth=0
2023-01-07T07:34:47.211Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T07:34:47.275Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5377b9ca-ac71-4408-a231-2ceafe8a3aa9/model-vers/model-ver/9021844d-34ce-4a7e-8623-8975325d9a2e?depth=0|INFO|500||Invoke
2023-01-07T07:34:47.276Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5377b9ca-ac71-4408-a231-2ceafe8a3aa9/model-vers/model-ver/9021844d-34ce-4a7e-8623-8975325d9a2e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5377b9ca-ac71-4408-a231-2ceafe8a3aa9/model-vers/model-ver/9021844d-34ce-4a7e-8623-8975325d9a2e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfdebca7-da8a-49a1-ac78-0662642a4166], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6789c9f7-dd41-4903-b128-13ebc8fceb55], X-ECOMP-RequestID=[dfdebca7-da8a-49a1-ac78-0662642a4166], X-TransactionId=[], X-ONAP-RequestID=[dfdebca7-da8a-49a1-ac78-0662642a4166], Content-Type=[application/merge-patch+json]}
2023-01-07T07:34:47.294Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5377b9ca-ac71-4408-a231-2ceafe8a3aa9/model-vers/model-ver/9021844d-34ce-4a7e-8623-8975325d9a2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-07T07:34:47.409Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5377b9ca-ac71-4408-a231-2ceafe8a3aa9/model-vers/model-ver/9021844d-34ce-4a7e-8623-8975325d9a2e?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/5377b9ca-ac71-4408-a231-2ceafe8a3aa9/model-vers/model-ver/9021844d-34ce-4a7e-8623-8975325d9a2e?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 07:34:47 GMT], content-length=[0], vertex-id=[495672], x-aai-txid=[1-aai-resources-230107-07:34:47:569-84352], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T07:34:47.409Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5377b9ca-ac71-4408-a231-2ceafe8a3aa9/model-vers/model-ver/9021844d-34ce-4a7e-8623-8975325d9a2e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-07T07:34:47.410Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5377b9ca-ac71-4408-a231-2ceafe8a3aa9/model-vers/model-ver/9021844d-34ce-4a7e-8623-8975325d9a2e?depth=0|INFO|500||InvokeReturn
2023-01-07T07:34:47.411Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T07:34:47.411Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T07:34:47.417Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T07:34:47.419Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dfdebca7-da8a-49a1-ac78-0662642a4166 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T07:34:47.420Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T07:34:47.421Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:47.424Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:47.424Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076887420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T07:34:47.524Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:47.525Z||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.
2023-01-07T07:34:47.525Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:47.547Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:47.548Z||pool-128-thread-1|||||INFO|500||cambria reply ok (24 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=?
2023-01-07T07:34:48.448Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:34:48.451Z|dfdebca7-da8a-49a1-ac78-0662642a4166|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.
2023-01-07T07:34:48.452Z|dfdebca7-da8a-49a1-ac78-0662642a4166|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:54.089Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:54.090Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-07T07:34:54.091Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d6aaede-54fe-48be-8faf-9a90cd577f44","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a61d2491-748c-4421-b20e-020bab233e2a","serviceDescription":"service","serviceInvariantUUID":"4d8cfc10-c815-476b-abb8-c325f2a2d16f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0b8c0eac-23b6-4157-9b70-79691b2ed670","resourceInvariantUUID":"10ce5789-a327-4c0c-a4b1-54de03a846fa","resourceCustomizationUUID":"467b3e9d-f52f-4f97-90ea-bab54528ccc3","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":"ZDQxYmQyYmYwMWQ5OWRhYzRiNzZkZmJjZDk3OGU5NWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f3e4a9c-8835-492d-a51d-0fc49a4c6713","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":"9bb0b7f1-6ce1-49af-8a80-70e53d689c0f","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":"eb138a29-5ad8-4e4a-be21-075813a6b186","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":"ZTVhMzU5NGM3YmQ5MGE5MzU1OGMxNDdmOTVlNDQ2MzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"52783b00-2b47-4e4d-ae80-fe3045fe193c","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":"0daa4d4e-5aee-4fbd-9c28-5b971c6e8fce","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":"f0741e71-63a7-45e0-8eda-a4624a88a5a6","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":"df1aea07-c5c0-41f8-870e-4d0028a873dd","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":"NzY4OTVmZTYwYmJhZmJkODUxYTYzYzgyYjk2YzIyYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a524e870-f54d-463a-bbd8-77a43cc26561","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2NkODI5Y2RlZGViY2Y1NThmYjdmNTU5YWMzYjQxOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13c372fd-7b7f-4397-af36-df87737fdf3b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T07:34:54.094Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:54.094Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:54.097Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:54.097Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:54.198Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T07:34:54.199Z||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.
2023-01-07T07:34:54.199Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:54.215Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:54.215Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:55.097Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:55.098Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:55.100Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:55.100Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:55.201Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:55.201Z||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.
2023-01-07T07:34:55.201Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:55.228Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:55.229Z||pool-130-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:56.107Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:56.107Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:56.109Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:56.109Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:56.209Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:56.210Z||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.
2023-01-07T07:34:56.210Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:56.240Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:56.241Z||pool-131-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:57.110Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:57.110Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:57.112Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:57.113Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:57.212Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T07:34:57.213Z||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.
2023-01-07T07:34:57.213Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:57.225Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:57.225Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:34:58.113Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:58.114Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:58.116Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:58.116Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:58.216Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:58.217Z||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.
2023-01-07T07:34:58.217Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:58.250Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:58.250Z||pool-133-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-01-07T07:34:59.116Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:34:59.117Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:34:59.119Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:34:59.119Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:34:59.219Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:34:59.220Z||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.
2023-01-07T07:34:59.220Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:34:59.236Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:34:59.237Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:35:00.119Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:35:00.120Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:35:00.121Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:35:00.122Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:35:00.222Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:35:00.222Z||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.
2023-01-07T07:35:00.223Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:35:00.247Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:35:00.247Z||pool-135-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:35:01.122Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:35:01.122Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:35:01.124Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:35:01.124Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:35:01.224Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:35:01.225Z||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.
2023-01-07T07:35:01.225Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:35:01.262Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:35:01.262Z||pool-136-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2023-01-07T07:35:02.125Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T07:35:02.125Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:35:02.127Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:35:02.127Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:35:02.227Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:35:02.227Z||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.
2023-01-07T07:35:02.227Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:35:02.241Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:35:02.241Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:35:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:35:02.614Z||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.
2023-01-07T07:35:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:35:02.665Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:35:02.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:35:02.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf9055f-a1ca-440f-86df-838e43f33c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076838023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T07:35:02.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:35:02.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:35:02.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:35:02.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:35:02.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:35:02.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-07T07:35:02.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:35:02.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:35:02.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-07T07:35:02.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:35:02.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:35:02.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:35:02.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:35:03.127Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a61d2491-748c-4421-b20e-020bab233e2a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4d8cfc10-c815-476b-abb8-c325f2a2d16f",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "467b3e9d-f52f-4f97-90ea-bab54528ccc3",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0b8c0eac-23b6-4157-9b70-79691b2ed670",
      "resourceInvariantUUID": "10ce5789-a327-4c0c-a4b1-54de03a846fa",
      "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": "N2NkODI5Y2RlZGViY2Y1NThmYjdmNTU5YWMzYjQxOGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13c372fd-7b7f-4397-af36-df87737fdf3b"
    }
  ],
  "workloadContext": "Production"
}
2023-01-07T07:35:03.128Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T07:35:03.128Z|dfdebca7-da8a-49a1-ac78-0662642a4166|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a61d2491-748c-4421-b20e-020bab233e2a ASDC
2023-01-07T07:35:03.128Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5d6aaede-54fe-48be-8faf-9a90cd577f44
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a61d2491-748c-4421-b20e-020bab233e2a
ServiceInvariantUUID:4d8cfc10-c815-476b-abb8-c325f2a2d16f
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:13c372fd-7b7f-4397-af36-df87737fdf3b
ArtifactChecksum:N2NkODI5Y2RlZGViY2Y1NThmYjdmNTU5YWMzYjQxOGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:467b3e9d-f52f-4f97-90ea-bab54528ccc3
ResourceInvariantUUID:10ce5789-a327-4c0c-a4b1-54de03a846fa
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0b8c0eac-23b6-4157-9b70-79691b2ed670
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-07T07:35:03.128Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a61d2491-748c-4421-b20e-020bab233e2a 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=?
2023-01-07T07:35:03.151Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T07:35:03.151Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-07T07:35:03.151Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-07T07:35:03.151Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 13c372fd-7b7f-4397-af36-df87737fdf3b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-07T07:35:03.152Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-07T07:35:03.152Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-07T07:35:03.294Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-07T07:35:03.299Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 13c372fd-7b7f-4397-af36-df87737fdf3b 111096
2023-01-07T07:35:03.300Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-07T07:35:03.300Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-07T07:35:03.300Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T07:35:03.300Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:35:03.302Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:35:03.302Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076903300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:35:03.402Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:35:03.403Z||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.
2023-01-07T07:35:03.403Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:35:03.418Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:35:03.419Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T07:35:04.302Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T07:35:04.303Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-07T07:35:04.303Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 13c372fd-7b7f-4397-af36-df87737fdf3b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-07T07:35:04.304Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-07T07:35:04.304Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-07T07:35:04.304Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-07T07:35:04.413Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5252985267055765935/Definitions/service-TestPnfMacro-template.yml
2023-01-07T07:35:05.201Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T07:35:05.201Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-07T07:35:05.201Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-07T07:35:05.201Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-07T07:35:05.201Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-07T07:35:05.201Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-07T07:35:05.201Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||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
2023-01-07T07:35:05.201Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-07T07:35:05.202Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-07T07:35:05.202Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-07T07:35:05.202Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-07T07:35:05.202Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-07T07:35:05.202Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:35:05.202Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:35:05.202Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-07T07:35:05.202Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-07T07:35:05.203Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T07:35:05.203Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:35:05.203Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:35:05.203Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-07T07:35:05.203Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-07T07:35:05.203Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T07:35:05.203Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:35:05.204Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:35:05.204Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:35:05.204Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:35:05.204Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:35:05.204Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:35:05.204Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:35:05.204Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:35:05.204Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:35:05.205Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:35:05.205Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a61d2491-748c-4421-b20e-020bab233e2a
Model Version:NULL
Model InvariantUuid:4d8cfc10-c815-476b-abb8-c325f2a2d16f
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=?
2023-01-07T07:35:05.211Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0b8c0eac-23b6-4157-9b70-79691b2ed670
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=?
2023-01-07T07:35:05.214Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||test-pnf 0
2023-01-07T07:35:05.214Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0b8c0eac-23b6-4157-9b70-79691b2ed670
2023-01-07T07:35:05.214Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||No resources found for Service: a61d2491-748c-4421-b20e-020bab233e2a
2023-01-07T07:35:05.214Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a61d2491-748c-4421-b20e-020bab233e2a
2023-01-07T07:35:05.214Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0b8c0eac-23b6-4157-9b70-79691b2ed670 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=?
2023-01-07T07:35:05.218Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f0b94a8, org.onap.sdc.toscaparser.api.parameters.Input@69f124e4, org.onap.sdc.toscaparser.api.parameters.Input@789027d7, org.onap.sdc.toscaparser.api.parameters.Input@3f1d5109, org.onap.sdc.toscaparser.api.parameters.Input@3cb02c96]
2023-01-07T07:35:05.218Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:35:05.218Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:35:05.218Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a61d2491-748c-4421-b20e-020bab233e2a: test-pnf
2023-01-07T07:35:05.218Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||Processing PNF resource: 0b8c0eac-23b6-4157-9b70-79691b2ed670
2023-01-07T07:35:05.218Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-07T07:35:05.219Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T07:35:05.219Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||Resource customization UUID: 467b3e9d-f52f-4f97-90ea-bab54528ccc3 is the same as notified resource customizationUUID: 467b3e9d-f52f-4f97-90ea-bab54528ccc3
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 (?, ?)
2023-01-07T07:35:05.261Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0b8c0eac-23b6-4157-9b70-79691b2ed670 0 ASDC deployResourceStructure
2023-01-07T07:35:05.261Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-07T07:35:05.261Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-07T07:35:05.261Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T07:35:05.262Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:35:05.264Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:35:05.264Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076905261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:35:05.364Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:35:05.365Z||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.
2023-01-07T07:35:05.365Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:35:05.386Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:35:05.387Z||pool-139-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-07T07:35:06.264Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d6aaede-54fe-48be-8faf-9a90cd577f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-07T07:35:06.279Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d6aaede-54fe-48be-8faf-9a90cd577f44
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=?
2023-01-07T07:35:06.282Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T07:35:06.282Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T07:35:06.282Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T07:35:06.283Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T07:35:06.283Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:35:06.283Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:35:06.283Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:35:06.284Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:35:06.284Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-07T07:35:06.284Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T07:35:06.289Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T07:35:36.289Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d6aaede-54fe-48be-8faf-9a90cd577f44 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=?
2023-01-07T07:35:36.298Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d6aaede-54fe-48be-8faf-9a90cd577f44 and serviceModelVersionId: a61d2491-748c-4421-b20e-020bab233e2a
2023-01-07T07:35:36.299Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d8cfc10-c815-476b-abb8-c325f2a2d16f
2023-01-07T07:35:36.300Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d8cfc10-c815-476b-abb8-c325f2a2d16f/model-vers/model-ver/a61d2491-748c-4421-b20e-020bab233e2a?depth=0
2023-01-07T07:35:36.304Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T07:35:36.343Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8cfc10-c815-476b-abb8-c325f2a2d16f/model-vers/model-ver/a61d2491-748c-4421-b20e-020bab233e2a?depth=0|INFO|500||Invoke
2023-01-07T07:35:36.343Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8cfc10-c815-476b-abb8-c325f2a2d16f/model-vers/model-ver/a61d2491-748c-4421-b20e-020bab233e2a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8cfc10-c815-476b-abb8-c325f2a2d16f/model-vers/model-ver/a61d2491-748c-4421-b20e-020bab233e2a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5d6aaede-54fe-48be-8faf-9a90cd577f44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4aa56c8f-2dbd-4885-b350-f414aa06f7ea], X-ECOMP-RequestID=[5d6aaede-54fe-48be-8faf-9a90cd577f44], X-TransactionId=[], X-ONAP-RequestID=[5d6aaede-54fe-48be-8faf-9a90cd577f44], Content-Type=[application/merge-patch+json]}
2023-01-07T07:35:36.362Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8cfc10-c815-476b-abb8-c325f2a2d16f/model-vers/model-ver/a61d2491-748c-4421-b20e-020bab233e2a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-07T07:35:36.451Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8cfc10-c815-476b-abb8-c325f2a2d16f/model-vers/model-ver/a61d2491-748c-4421-b20e-020bab233e2a?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/4d8cfc10-c815-476b-abb8-c325f2a2d16f/model-vers/model-ver/a61d2491-748c-4421-b20e-020bab233e2a?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 07:35:36 GMT], content-length=[0], vertex-id=[213104], x-aai-txid=[1-aai-resources-230107-07:35:36:637-42893], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T07:35:36.451Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8cfc10-c815-476b-abb8-c325f2a2d16f/model-vers/model-ver/a61d2491-748c-4421-b20e-020bab233e2a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-07T07:35:36.452Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8cfc10-c815-476b-abb8-c325f2a2d16f/model-vers/model-ver/a61d2491-748c-4421-b20e-020bab233e2a?depth=0|INFO|500||InvokeReturn
2023-01-07T07:35:36.452Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T07:35:36.452Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T07:35:36.458Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T07:35:36.458Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d6aaede-54fe-48be-8faf-9a90cd577f44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T07:35:36.458Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T07:35:36.459Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-07T07:35:36.461Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T07:35:36.462Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076936458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T07:35:36.562Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T07:35:36.563Z||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.
2023-01-07T07:35:36.564Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T07:35:36.585Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:35:36.586Z||pool-140-thread-1|||||INFO|500||cambria reply ok (24 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=?
2023-01-07T07:35:37.474Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:35:37.474Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T07:35:37.474Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:35:47.066Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:35:47.069Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:35:47.070Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T07:35:47.071Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:35:56.677Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:35:56.679Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:35:56.679Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T07:35:56.679Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:36:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:36:02.614Z||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.
2023-01-07T07:36:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:36:02.663Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:36:02.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-07T07:36:02.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:36:02.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:36:02.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076602610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:36:02.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076847292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:36:02.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:36:02.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076849827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:36:02.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:36:02.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076850899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:36:02.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:36:02.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076851984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:36:02.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:36:02.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076853151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-07T07:36:02.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:36:02.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076854155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-07T07:36:02.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:36:02.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076855159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-07T07:36:02.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:36:02.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076856162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:36:02.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:36:02.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfdebca7-da8a-49a1-ac78-0662642a4166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076887420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T07:36:02.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:36:02.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:36:02.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:36:02.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:36:02.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:36:02.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:36:02.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:36:02.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:36:02.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-07T07:36:02.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:02.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-07T07:36:02.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076888448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-07T07:36:02.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-07T07:36:06.252Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:36:06.253Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:36:06.254Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T07:36:06.254Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:36:15.805Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:36:15.806Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:36:15.806Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T07:36:15.806Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:36:25.394Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:37:02.610Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:37:02.611Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T07:37:02.612Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:37:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:37:02.614Z||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.
2023-01-07T07:37:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:37:03.146Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:37:03.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T07:37:03.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076903300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-07T07:37:03.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:37:03.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T07:37:03.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076905261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-07T07:37:03.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:37:03.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T07:37:03.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d6aaede-54fe-48be-8faf-9a90cd577f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673076936458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T07:37:03.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T07:37:12.172Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:38:02.610Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:38:02.611Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T07:38:02.611Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:38:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:38:02.614Z||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.
2023-01-07T07:38:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:38:12.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:38:12.203Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:39:02.610Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:39:02.611Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T07:39:02.611Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:39:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:39:02.614Z||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.
2023-01-07T07:39:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:39:12.168Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:39:12.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:40:02.610Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:40:02.611Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T07:40:02.611Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:40:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:40:02.614Z||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.
2023-01-07T07:40:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:40:12.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:40:12.175Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:41:02.610Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:41:02.611Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T07:41:02.611Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:41:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:41:02.613Z||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.
2023-01-07T07:41:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:41:12.199Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:41:12.201Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:42:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:42:02.611Z||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.
2023-01-07T07:42:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:42:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:42:02.613Z||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.
2023-01-07T07:42:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:42:12.165Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:42:12.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:43:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:43:02.612Z||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.
2023-01-07T07:43:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:43:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:43:02.614Z||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.
2023-01-07T07:43:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:43:12.167Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:43:12.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:44:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:44:02.610Z||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.
2023-01-07T07:44:02.610Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:44:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:44:02.614Z||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.
2023-01-07T07:44:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:44:12.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:44:12.197Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:45:02.611Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:45:02.613Z||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.
2023-01-07T07:45:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:45:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:45:02.614Z||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.
2023-01-07T07:45:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:45:12.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:45:12.212Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:46:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:46:02.611Z||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.
2023-01-07T07:46:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:46:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:46:02.614Z||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.
2023-01-07T07:46:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:46:12.185Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:46:12.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:47:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:47:02.611Z||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.
2023-01-07T07:47:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:47:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:47:02.613Z||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.
2023-01-07T07:47:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:47:12.164Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:47:12.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:48:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:48:02.612Z||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.
2023-01-07T07:48:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:48:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:48:02.613Z||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.
2023-01-07T07:48:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:48:12.173Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:48:12.181Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:49:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:49:02.610Z||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.
2023-01-07T07:49:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:49:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:49:02.614Z||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.
2023-01-07T07:49:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:49:12.166Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:49:12.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:50:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:50:02.611Z||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.
2023-01-07T07:50:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:50:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:50:02.614Z||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.
2023-01-07T07:50:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:50:12.164Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:50:12.165Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:51:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:51:02.610Z||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.
2023-01-07T07:51:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:51:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:51:02.614Z||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.
2023-01-07T07:51:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:51:12.155Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:51:12.163Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:52:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:52:02.611Z||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.
2023-01-07T07:52:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:52:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:52:02.614Z||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.
2023-01-07T07:52:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:52:12.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:52:12.168Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:53:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:53:02.611Z||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.
2023-01-07T07:53:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:53:02.616Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:53:02.617Z||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.
2023-01-07T07:53:02.617Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:53:12.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:53:12.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:54:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:54:02.610Z||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.
2023-01-07T07:54:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:54:02.620Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:54:02.620Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T07:54:02.620Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:54:12.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:54:12.191Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:55:02.612Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:55:02.613Z||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.
2023-01-07T07:55:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:55:02.615Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:55:02.616Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:55:02.616Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:55:12.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:55:12.195Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:56:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:56:02.611Z||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.
2023-01-07T07:56:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:56:02.613Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:56:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T07:56:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:56:12.209Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:56:12.227Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:57:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:57:02.610Z||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.
2023-01-07T07:57:02.610Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:57:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:57:02.613Z||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.
2023-01-07T07:57:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:57:12.167Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:57:12.170Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:58:02.611Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:58:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:58:02.613Z||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.
2023-01-07T07:58:02.613Z||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.
2023-01-07T07:58:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:58:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:58:12.178Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:58:12.201Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:59:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:59:02.610Z||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.
2023-01-07T07:59:02.610Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:59:02.614Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:59:02.614Z||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.
2023-01-07T07:59:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T07:59:12.166Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T07:59:12.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:00:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:00:02.611Z||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.
2023-01-07T08:00:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:00:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:00:02.614Z||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.
2023-01-07T08:00:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:00:12.170Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:00:12.173Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:01:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:01:02.611Z||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.
2023-01-07T08:01:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:01:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:01:02.613Z||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.
2023-01-07T08:01:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:01:12.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:01:12.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:02:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:02:02.610Z||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.
2023-01-07T08:02:02.610Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:02:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:02:02.614Z||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.
2023-01-07T08:02:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:02:12.185Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:02:12.208Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:03:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:03:02.612Z||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.
2023-01-07T08:03:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:03:02.613Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:03:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T08:03:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:03:12.191Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:03:12.191Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:04:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:04:02.610Z||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.
2023-01-07T08:04:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:04:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:04:02.614Z||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.
2023-01-07T08:04:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:04:12.167Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:04:12.196Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:05:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:05:02.611Z||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.
2023-01-07T08:05:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:05:02.613Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:05:02.614Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T08:05:02.614Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:05:12.162Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:05:12.163Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:06:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:06:02.611Z||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.
2023-01-07T08:06:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:06:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:06:02.614Z||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.
2023-01-07T08:06:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:06:12.170Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:06:12.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:07:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:07:02.611Z||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.
2023-01-07T08:07:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:07:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:07:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T08:07:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:07:12.160Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:07:12.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:08:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:08:02.611Z||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.
2023-01-07T08:08:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:08:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:08:02.614Z||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.
2023-01-07T08:08:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:08:12.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:08:12.220Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:09:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:09:02.611Z||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.
2023-01-07T08:09:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:09:02.613Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:09:02.614Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T08:09:02.614Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:09:12.168Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:09:12.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:10:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:10:02.610Z||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.
2023-01-07T08:10:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:10:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:10:02.613Z||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.
2023-01-07T08:10:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:10:12.168Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:10:12.183Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:11:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:11:02.611Z||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.
2023-01-07T08:11:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:11:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:11:02.613Z||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.
2023-01-07T08:11:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:11:12.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:11:12.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:12:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:12:02.611Z||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.
2023-01-07T08:12:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:12:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:12:02.613Z||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.
2023-01-07T08:12:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:12:12.165Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:12:12.165Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:13:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:13:02.610Z||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.
2023-01-07T08:13:02.610Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:13:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:13:02.615Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T08:13:02.615Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:13:12.175Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:13:12.185Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:14:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:14:02.610Z||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.
2023-01-07T08:14:02.610Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:14:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:14:02.613Z||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.
2023-01-07T08:14:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:14:12.151Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:14:12.152Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:15:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:15:02.611Z||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.
2023-01-07T08:15:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:15:02.614Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:15:02.614Z||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.
2023-01-07T08:15:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:15:12.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:15:12.204Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:16:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:16:02.610Z||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.
2023-01-07T08:16:02.610Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:16:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:16:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T08:16:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:16:12.164Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:16:12.168Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:17:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:17:02.612Z||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.
2023-01-07T08:17:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:17:02.613Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:17:02.613Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T08:17:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:17:12.171Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:17:12.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:18:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:18:02.611Z||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.
2023-01-07T08:18:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:18:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:18:02.614Z||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.
2023-01-07T08:18:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:18:12.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:18:12.191Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:19:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:19:02.610Z||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.
2023-01-07T08:19:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:19:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:19:02.613Z||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.
2023-01-07T08:19:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:19:12.179Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:19:12.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:20:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:20:02.611Z||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.
2023-01-07T08:20:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:20:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:20:02.614Z||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.
2023-01-07T08:20:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:20:12.177Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:20:12.177Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:21:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:21:02.611Z||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.
2023-01-07T08:21:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:21:02.613Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:21:02.614Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T08:21:02.614Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:21:12.156Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:21:12.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:22:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:22:02.610Z||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.
2023-01-07T08:22:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:22:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:22:02.614Z||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.
2023-01-07T08:22:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:22:12.166Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:22:12.175Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:23:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:23:02.611Z||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.
2023-01-07T08:23:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:23:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:23:02.613Z||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.
2023-01-07T08:23:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:23:12.167Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:23:12.207Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:24:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:24:02.611Z||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.
2023-01-07T08:24:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:24:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:24:02.614Z||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.
2023-01-07T08:24:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:24:12.168Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:24:12.190Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:25:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:25:02.611Z||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.
2023-01-07T08:25:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:25:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:25:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T08:25:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:25:12.189Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:25:12.189Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:26:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:26:02.610Z||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.
2023-01-07T08:26:02.610Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:26:02.613Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:26:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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.
2023-01-07T08:26:02.614Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:26:12.164Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:26:12.249Z|e33e68c6-e531-4bce-933f-d2210d2bd88f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:27:02.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:27:02.611Z||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.
2023-01-07T08:27:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:27:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:27:02.613Z||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.
2023-01-07T08:27:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:27:12.180Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:27:12.180Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:28:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:28:02.611Z||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.
2023-01-07T08:28:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:28:02.613Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:28:02.614Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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.
2023-01-07T08:28:02.614Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:28:12.183Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:28:12.214Z|5d6aaede-54fe-48be-8faf-9a90cd577f44|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:29:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:29:02.610Z||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.
2023-01-07T08:29:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:29:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:29:02.614Z||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.
2023-01-07T08:29:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:29:12.153Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:29:12.167Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:30:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:30:02.610Z||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.
2023-01-07T08:30:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:30:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:30:02.614Z||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.
2023-01-07T08:30:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:30:12.203Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:30:12.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:31:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:31:02.610Z||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.
2023-01-07T08:31:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:31:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:31:02.613Z||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.
2023-01-07T08:31:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:31:12.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:31:12.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:32:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:32:02.610Z||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.
2023-01-07T08:32:02.610Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:32:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:32:02.614Z||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.
2023-01-07T08:32:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:32:12.166Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:32:12.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:33:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:33:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:33:02.614Z||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.
2023-01-07T08:33:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:33:02.614Z||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.
2023-01-07T08:33:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:33:12.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:33:12.192Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:34:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:34:02.612Z||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.
2023-01-07T08:34:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:34:02.613Z||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.
2023-01-07T08:34:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:34:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:34:12.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:34:12.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:35:02.612Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:35:02.613Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:35:02.614Z||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.
2023-01-07T08:35:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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.
2023-01-07T08:35:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:35:02.614Z|16298e4d-cf41-40de-886d-6cac678343cd|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 3qjjno0LHPO6nyxS) ...
2023-01-07T08:35:12.172Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-07T08:35:12.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK