Results

By type

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

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

2022-12-29T04:11:49.143Z||main|||||INFO|500||The following profiles are active: basic
2022-12-29T04:12:57.855Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-29T04:12:57.856Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-29T04:12:59.142Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-29T04:13:24.339Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-29T04:13:27.473Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-29T04:13:30.862Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-29T04:13:31.032Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-29T04:13:32.712Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-29T04:13:36.811Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-29T04:13:45.119Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-29T04:14:09.580Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-29T04:14:19.796Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-29T04:14:19.902Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-29T04:14:22.302Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-29T04:14:24.028Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-29T04:14:28.813Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-29T04:14:34.052Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-29T04:14:34.144Z||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$$2538ded1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-29T04:14:34.172Z||main|||||WARN|500||The sdc end point is not alive
2022-12-29T04:14:52.986Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-29T04:15:05.124Z||main|||||WARN|500||---
2022-12-29T04:15:05.125Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-29T04:15:05.143Z||main|||||WARN|500||---
2022-12-29T04:15:07.373Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-29T04:15:24.705Z||main|||||INFO|500||Started Application in 239.482 seconds (JVM running for 259.922)
2022-12-29T04:15:24.725Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-29T04:15:24.740Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-29T04:15:24.798Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-29T04:15:24.879Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-29T04:15:25.219Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2ae71c8-b7cb-474e-a6c7-2bfdff94fa9a url= /sdc/v1/artifactTypes
2022-12-29T04:15:25.220Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-29T04:15:25.909Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-29T04:15:26.133Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-29T04:15:26.368Z||scheduling-1|||||DEBUG|500||create keys
2022-12-29T04:15:26.485Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-29T04:15:26.572Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:15:26.681Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 02686717-dc4b-4a29-afe7-fb76b1410b12 url= /sdc/v1/registerForDistribution
2022-12-29T04:15:26.912Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 02686717-dc4b-4a29-afe7-fb76b1410b12 url= /sdc/v1/registerForDistribution
2022-12-29T04:15:26.914Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-29T04:15:26.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:15:27.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:15:27.073Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-29T04:15:27.117Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:15:27.118Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:15:27.126Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:15:27.128Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:15:37.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:15:37.735Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:16:26.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:16:26.989Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:16:26.990Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:16:27.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:16:27.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:16:27.045Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:16:36.770Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:16:36.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:17:26.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:17:26.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:17:26.987Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:17:27.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:17:27.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:17:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:17:36.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:17:36.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:18:26.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:18:26.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:18:26.976Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:18:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:18:27.130Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:18:27.131Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:18:37.208Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:18:38.730Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:19:26.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:19:26.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:19:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:19:27.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:19:27.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:19:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:19:36.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:19:36.748Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:20:26.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:20:26.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:20:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:20:27.032Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:20:27.038Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:20:27.038Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:20:36.647Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:20:36.832Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:21:26.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:21:26.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:21:26.982Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:21:27.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:21:27.038Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:21:27.040Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:21:30.722Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-29T04:21:36.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:21:36.801Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:22:26.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:22:26.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:22:26.980Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:22:27.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:22:27.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:22:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:22:36.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:22:36.830Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:23:26.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:23:26.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:23:26.975Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:23:27.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:23:27.065Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:23:27.066Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:23:36.868Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:23:36.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:24:26.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:24:26.987Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:24:26.988Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:24:27.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:24:27.037Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:24:27.039Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:24:36.661Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:24:36.731Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:25:26.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:25:26.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:25:26.986Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:25:27.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:25:27.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:25:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:25:36.630Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:25:36.737Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:26:26.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:26:26.973Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:26:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:26:27.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:26:27.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:26:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:26:36.603Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:26:36.670Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:27:26.973Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:27:26.982Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:27:26.983Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:27:27.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:27:27.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:27:27.035Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:27:36.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:27:36.719Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:28:26.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:28:26.998Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:28:26.998Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:28:27.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:28:27.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:28:27.043Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:28:36.722Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:28:36.815Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:29:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:29:26.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:29:26.979Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:29:27.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:29:27.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:29:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:29:36.626Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:29:36.628Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:30:26.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:30:26.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:30:26.983Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:30:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:30:27.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:30:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:30:36.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:30:36.657Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:31:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:31:26.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:31:26.976Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:31:27.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:31:27.036Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:31:27.037Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:31:36.642Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:31:36.645Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:32:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:32:26.974Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:32:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:32:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:32:27.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:32:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:32:36.527Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:32:36.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:33:26.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:33:26.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:33:26.978Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:33:27.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:33:27.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:33:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:33:36.587Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:33:36.603Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:34:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:34:26.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:34:26.977Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:34:27.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:34:27.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:34:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:34:36.646Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:34:36.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:35:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:35:26.974Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:35:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:35:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:35:27.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:35:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:35:36.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:35:36.614Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:36:26.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:36:26.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:36:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:36:27.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:36:27.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:36:27.062Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:36:37.001Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:36:37.264Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:37:26.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:37:26.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:37:26.972Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:37:27.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:37:27.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:37:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:37:36.626Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:37:36.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:38:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:38:26.977Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:38:26.979Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:38:27.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:38:27.043Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:38:27.044Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:38:36.605Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:38:36.618Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:39:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:39:26.977Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:39:26.978Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:39:27.034Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:39:27.035Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:39:27.035Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:39:36.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:39:36.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:40:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:40:26.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:40:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:40:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:40:27.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:40:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:40:36.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:40:36.597Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:41:26.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:41:26.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:41:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:41:27.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:41:27.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:41:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:41:36.626Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:41:36.658Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:42:26.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:42:26.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:42:26.972Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:42:27.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:42:27.037Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:42:27.038Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:42:36.657Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:42:36.710Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:43:26.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:43:26.976Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:43:26.977Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:43:27.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:43:27.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:43:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:43:36.607Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:43:36.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:44:26.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:44:27.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:44:27.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:44:27.017Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:44:27.038Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:44:27.040Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:44:36.692Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:44:36.921Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:45:26.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:45:26.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:45:26.979Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:45:27.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:45:27.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:45:27.035Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:45:36.635Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:45:36.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:46:26.988Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:46:26.989Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:46:26.990Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:46:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:46:27.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:46:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:46:36.606Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:46:36.612Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:47:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:47:26.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:47:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:47:27.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:47:27.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:47:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:47:36.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:47:36.604Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:48:26.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:48:26.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:48:26.977Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:48:27.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:48:27.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:48:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:48:36.616Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:48:36.633Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:49:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:49:26.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:49:26.979Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:49:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:49:27.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:49:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:49:36.546Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:49:36.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:50:26.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:50:26.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:50:26.977Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:50:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:50:27.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:50:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:50:36.602Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:50:36.668Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:51:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:51:26.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:51:26.975Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:51:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:51:27.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:51:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:51:36.678Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:51:36.793Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:52:26.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:52:26.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:52:26.978Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:52:27.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:52:27.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:52:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:52:36.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:52:36.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:53:26.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:53:26.984Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:53:26.985Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:53:27.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:53:27.033Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:53:27.034Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:53:36.738Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:53:36.917Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:54:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:54:26.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:54:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:54:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:54:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:54:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:54:36.582Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:54:36.583Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:55:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:55:26.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:55:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:55:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:55:27.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:55:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:55:36.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:55:36.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:56:26.973Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:56:26.979Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:56:26.982Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:56:27.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:56:27.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:56:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:56:36.675Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:56:36.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:57:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:57:26.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:57:26.976Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:57:27.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:57:27.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:57:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:57:36.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:57:36.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:58:26.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:58:26.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:58:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:58:27.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:58:27.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:58:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:58:36.726Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:58:36.759Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:59:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:59:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:59:26.975Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:59:27.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:59:27.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:59:27.065Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:59:36.728Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T04:59:36.774Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:00:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:00:26.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:00:26.977Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:00:27.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:00:27.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:00:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:00:36.625Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:00:36.838Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:01:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:01:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:01:26.975Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:01:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:01:27.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:01:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:01:36.629Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:01:36.792Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:02:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:02:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:02:26.975Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:02:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:02:27.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:02:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:02:36.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:02:36.613Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:03:26.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:03:26.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:03:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:03:27.037Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:03:27.038Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:03:27.038Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:03:36.621Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:03:36.662Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:04:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:04:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:04:26.975Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:04:27.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:04:27.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:04:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:04:36.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:04:36.638Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:05:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:05:26.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:05:26.989Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:05:27.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:05:27.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:05:27.039Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:05:36.626Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:05:36.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:06:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:06:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:06:26.975Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:06:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:06:27.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:06:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:06:36.603Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:06:36.653Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:07:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:07:26.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:07:26.976Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:07:27.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:07:27.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:07:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:07:36.669Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:07:36.934Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:08:26.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:08:26.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:08:26.981Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:08:27.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:08:27.033Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:08:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:08:36.688Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:08:36.930Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:09:26.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:09:26.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:09:26.986Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:09:27.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:09:27.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:09:27.049Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:09:36.774Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:09:36.875Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:10:26.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:10:26.976Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:10:26.976Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:10:27.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:10:27.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:10:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:10:36.626Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:10:36.719Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:11:26.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:11:27.002Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:11:27.004Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:11:27.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:11:27.043Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:11:27.044Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:11:36.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:11:36.711Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:12:26.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:12:26.986Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:12:26.987Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:12:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:12:27.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:12:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:12:36.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:12:36.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:13:26.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:13:26.985Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:13:26.986Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:13:27.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:13:27.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:13:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:13:36.630Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:13:36.708Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:14:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:14:26.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:14:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:14:27.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:14:27.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:14:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:14:36.651Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:14:36.778Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:15:26.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:15:26.988Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:15:26.990Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:15:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:15:27.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:15:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:15:36.866Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:15:36.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:16:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:16:26.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:16:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:16:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:16:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:16:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:16:36.626Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:16:36.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:17:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:17:26.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:17:26.972Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:17:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:17:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:17:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:17:36.612Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:17:36.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:18:26.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:18:26.978Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:18:26.978Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:18:27.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:18:27.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:18:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:18:36.670Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:18:36.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:19:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:19:26.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:19:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:19:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:19:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:19:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:19:36.622Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:19:36.703Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:20:26.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:20:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:20:27.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:20:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:27.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:27.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "cds",
  "timestamp": 1672291214085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291214661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291219233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "cds",
  "timestamp": 1672291214085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291214661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291219233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "cds",
  "timestamp": 1672291214085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291214661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291219233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "cds",
  "timestamp": 1672291214085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291214661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291219233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "cds",
  "timestamp": 1672291214085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291214661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:20:27.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:27.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c170b800-cac9-4b89-9e3c-f63b04b8c5c2","serviceName":"basic_onboard_INWtqv","serviceVersion":"1.0","serviceUUID":"3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5","serviceDescription":"service","serviceInvariantUUID":"aeff44f2-8615-4b9d-8733-8b918d91f3ae","resources":[{"resourceInstanceName":"basic_onboard_INWtqv 0","resourceName":"basic_onboard_INWtqv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1cad3dea-3fd6-4246-9f4e-00da4b4f506c","resourceInvariantUUID":"329aa1c1-e256-4ff2-ad14-473e55adcbdf","resourceCustomizationUUID":"fe2edfd6-ccb1-4f27-af10-ca44b4e289ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml","artifactChecksum":"MzZiYmI5ODQxM2YzOWExMTU4YjRhNzM0Nzk3NjBlZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da3f1e36-96e7-49b5-bbd1-8db891adc3c4","artifactVersion":"1"},{"artifactName":"basic_onboard_inwtqv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json","artifactChecksum":"ZDlhNjczNjUzNjMzYTU1ZTNkOGMxZGM5OWQ0NzQxZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e19fa50-8191-451d-be60-d742e73e1782","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b192af38-025f-4593-9cf0-40bef1833300","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b747e678-e7a1-490e-a8fa-6499e2944918","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7261e9a1-dc96-4161-91e1-c0eca51da434","artifactVersion":"2","generatedFromUUID":"b192af38-025f-4593-9cf0-40bef1833300"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardInwtqv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml","artifactChecksum":"ZWFhNzhkMjQxMGU5NDA3ZThlZWRhM2VkNjBiNGI3MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed834c75-eceb-491f-aac3-bc5fa0482e96","artifactVersion":"1"},{"artifactName":"service-BasicOnboardInwtqv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar","artifactChecksum":"NTJlN2M0MjliMWJlM2VhNWVhN2Q2OWY3ZjhlYjI4YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d04d3ea-0b28-41c4-bf2d-96d1917ac150","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T05:20:27.683Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:27.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:27.780Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:27.781Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.882Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms
2022-12-29T05:20:27.898Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:27.899Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:27.930Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:27.931Z||pool-3-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:28.814Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:28.815Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:28.817Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:28.818Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:20:28.922Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-29T05:20:28.923Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:28.924Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:28.945Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:28.946Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:29.818Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:29.820Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:29.848Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:29.849Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:20:29.933Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-12-29T05:20:29.934Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:29.936Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:29.954Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:29.956Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:30.854Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:30.855Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:30.859Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:30.859Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:30.960Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:20:30.963Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:30.963Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:30.986Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:30.988Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:31.861Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:31.862Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:31.869Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:31.869Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-29T05:20:31.966Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-29T05:20:31.968Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:31.969Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:32.005Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:32.011Z||pool-7-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:32.870Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:32.870Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:32.875Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:32.875Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:20:32.978Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-29T05:20:32.983Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:32.985Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:33.034Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:33.035Z||pool-8-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:33.877Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:33.879Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:33.893Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:33.894Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:20:33.991Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-29T05:20:33.992Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:33.993Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:34.021Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:34.022Z||pool-9-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:34.918Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "serviceName": "basic_onboard_INWtqv",
  "serviceVersion": "1.0",
  "serviceUUID": "3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aeff44f2-8615-4b9d-8733-8b918d91f3ae",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_INWtqv 0",
      "resourceCustomizationUUID": "fe2edfd6-ccb1-4f27-af10-ca44b4e289ec",
      "resourceName": "basic_onboard_INWtqv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1cad3dea-3fd6-4246-9f4e-00da4b4f506c",
      "resourceInvariantUUID": "329aa1c1-e256-4ff2-ad14-473e55adcbdf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_inwtqv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
          "artifactChecksum": "ZDlhNjczNjUzNjMzYTU1ZTNkOGMxZGM5OWQ0NzQxZjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5e19fa50-8191-451d-be60-d742e73e1782",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b192af38-025f-4593-9cf0-40bef1833300",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7261e9a1-dc96-4161-91e1-c0eca51da434",
            "generatedFromUUID": "b192af38-025f-4593-9cf0-40bef1833300"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7261e9a1-dc96-4161-91e1-c0eca51da434",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardInwtqv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
      "artifactChecksum": "NTJlN2M0MjliMWJlM2VhNWVhN2Q2OWY3ZjhlYjI4YTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6d04d3ea-0b28-41c4-bf2d-96d1917ac150"
    }
  ],
  "workloadContext": "Production"
}
2022-12-29T05:20:34.919Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T05:20:34.920Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5 ASDC
2022-12-29T05:20:35.731Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c170b800-cac9-4b89-9e3c-f63b04b8c5c2
ServiceName:basic_onboard_INWtqv
ServiceVersion:1.0
ServiceUUID:3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5
ServiceInvariantUUID:aeff44f2-8615-4b9d-8733-8b918d91f3ae
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardInwtqv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar
ArtifactUUID:6d04d3ea-0b28-41c4-bf2d-96d1917ac150
ArtifactChecksum:NTJlN2M0MjliMWJlM2VhNWVhN2Q2OWY3ZjhlYjI4YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_INWtqv 0
ResourceCustomizationUUID:fe2edfd6-ccb1-4f27-af10-ca44b4e289ec
ResourceInvariantUUID:329aa1c1-e256-4ff2-ad14-473e55adcbdf
ResourceName:basic_onboard_INWtqv
ResourceType:VF
ResourceUUID:1cad3dea-3fd6-4246-9f4e-00da4b4f506c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_inwtqv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json
ArtifactUUID:5e19fa50-8191-451d-be60-d742e73e1782
ArtifactChecksum:ZDlhNjczNjUzNjMzYTU1ZTNkOGMxZGM5OWQ0NzQxZjg=
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/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b192af38-025f-4593-9cf0-40bef1833300
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/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
ArtifactUUID:7261e9a1-dc96-4161-91e1-c0eca51da434
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/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
ArtifactUUID:7261e9a1-dc96-4161-91e1-c0eca51da434
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-29T05:20:35.733Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:20:37.884Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:20:37.919Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:20:37.982Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:20:37.984Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6d04d3ea-0b28-41c4-bf2d-96d1917ac150 from URL: /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:37.989Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:20:38.011Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:38.578Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:20:38.668Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar 6d04d3ea-0b28-41c4-bf2d-96d1917ac150 75313
2022-12-29T05:20:38.683Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar ASDC sendASDCNotification
2022-12-29T05:20:38.684Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:38.746Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:20:38.760Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:38.772Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:38.773Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291238668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:20:38.879Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-12-29T05:20:38.883Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:38.883Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:38.930Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:38.931Z||pool-10-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:20:39.794Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:20:39.797Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:20:39.800Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6d04d3ea-0b28-41c4-bf2d-96d1917ac150, URL: /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar to file: /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:39.804Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:40.533Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:40.534Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:43.700Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5251983575538411163/Definitions/service-BasicOnboardInwtqv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-29T05:20:54.737Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T05:20:54.747Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-29T05:20:54.747Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.747Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-29T05:20:54.748Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.748Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||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-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.748Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_INWtqv 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-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.748Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||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-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.748Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||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-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.749Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.749Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||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-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.749Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-29T05:20:54.762Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.765Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.773Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:54.774Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-29T05:20:54.777Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:20:54.780Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.780Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.781Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:54.781Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-29T05:20:54.781Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:20:54.782Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.782Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.789Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.789Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is not matching search criteria
2022-12-29T05:20:54.789Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-29T05:20:54.790Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-29T05:20:54.790Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-29T05:20:54.790Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-29T05:20:54.791Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-29T05:20:54.791Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.791Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:20:54.794Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.794Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:54.794Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:54.795Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.796Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:54.796Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:54.796Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.796Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:54.797Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:54.797Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.798Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is not matching search criteria
2022-12-29T05:20:54.798Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-29T05:20:54.798Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-29T05:20:54.799Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09809f54-3914-4f15-85ec-7b89cffb7b27
2022-12-29T05:20:54.799Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.802Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.803Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.804Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.805Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.806Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.807Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:54.809Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.809Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_INWtqv
Description:service
Model UUID:3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5
Model Version:NULL
Model InvariantUuid:aeff44f2-8615-4b9d-8733-8b918d91f3ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_INWtqv
Model UUID:7534ec1a-0ffb-4618-9575-8d155fdde64a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:329aa1c1-e256-4ff2-ad14-473e55adcbdf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fe2edfd6-ccb1-4f27-af10-ca44b4e289ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e336c51e-051a-4a6f-bbf7-65b39ac312dd
ModelName:BasicOnboardInwtqv..base_ubuntu18..module-0
ModelUuid:809aafc5-948c-4657-8c26-29ddb96ed369
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:09809f54-3914-4f15-85ec-7b89cffb7b27
ModelInvariantUuid:32f3f9d7-9179-4360-a220-5d776c6c4535
ModelName:basic_onboard_INWtqv-nodes.ubuntu18Cvfc
ModelUuid:ce21200e-330c-4f0c-8901-66a3659a990c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a7d9dc35-26a7-4073-bb3d-657635281466
ModelInvariantUuid:1dc92f97-e371-4628-a064-19cffe1a855a
ModelName:BasicOnboardInwtqv.compute.nodes.heat.ubuntu18
ModelUuid:b10b7267-dc3d-44ef-a25d-7eefdbe29506
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T05:20:54.938Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1cad3dea-3fd6-4246-9f4e-00da4b4f506c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:20:55.534Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||basic_onboard_INWtqv 0
2022-12-29T05:20:55.584Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1cad3dea-3fd6-4246-9f4e-00da4b4f506c
2022-12-29T05:20:55.585Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5e19fa50-8191-451d-be60-d742e73e1782 from URL: /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json
2022-12-29T05:20:55.586Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:20:55.587Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json
2022-12-29T05:20:55.735Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:20:55.740Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json 5e19fa50-8191-451d-be60-d742e73e1782 798
2022-12-29T05:20:55.742Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json ASDC sendASDCNotification
2022-12-29T05:20:55.743Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json
2022-12-29T05:20:55.743Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:20:55.745Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:55.785Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:55.786Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291255742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:20:55.869Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-12-29T05:20:55.901Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:55.904Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:55.979Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:55.980Z||pool-11-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:20:56.787Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardInwtqv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e336c51e-051a-4a6f-bbf7-65b39ac312dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "809aafc5-948c-4657-8c26-29ddb96ed369",
    "vfModuleModelCustomizationUUID": "08d6bc97-7a57-48b5-92ef-8f584e2c9c2a",
    "isBase": true,
    "artifacts": [
      "b192af38-025f-4593-9cf0-40bef1833300",
      "7261e9a1-dc96-4161-91e1-c0eca51da434"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T05:20:56.929Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardInwtqv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:809aafc5-948c-4657-8c26-29ddb96ed369
VfModuleModelInvariantUUID:e336c51e-051a-4a6f-bbf7-65b39ac312dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
b192af38-025f-4593-9cf0-40bef1833300
,
7261e9a1-dc96-4161-91e1-c0eca51da434

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

isBase:true


}

2022-12-29T05:20:56.945Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardInwtqv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e336c51e-051a-4a6f-bbf7-65b39ac312dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "809aafc5-948c-4657-8c26-29ddb96ed369",
    "vfModuleModelCustomizationUUID": "08d6bc97-7a57-48b5-92ef-8f584e2c9c2a",
    "isBase": true,
    "artifacts": [
      "b192af38-025f-4593-9cf0-40bef1833300",
      "7261e9a1-dc96-4161-91e1-c0eca51da434"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T05:20:56.946Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardInwtqv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:809aafc5-948c-4657-8c26-29ddb96ed369
VfModuleModelInvariantUUID:e336c51e-051a-4a6f-bbf7-65b39ac312dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
b192af38-025f-4593-9cf0-40bef1833300
,
7261e9a1-dc96-4161-91e1-c0eca51da434

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

isBase:true


}

2022-12-29T05:20:56.946Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b192af38-025f-4593-9cf0-40bef1833300 from URL: /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml
2022-12-29T05:20:56.946Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:20:56.947Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml
2022-12-29T05:20:57.099Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:20:57.100Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml b192af38-025f-4593-9cf0-40bef1833300 5033
2022-12-29T05:20:57.101Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-29T05:20:57.101Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml
2022-12-29T05:20:57.101Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:20:57.102Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:57.109Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:57.110Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291257101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:20:57.210Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T05:20:57.211Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:57.211Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:57.293Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:57.297Z||pool-12-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:58.130Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7261e9a1-dc96-4161-91e1-c0eca51da434 from URL: /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
2022-12-29T05:20:58.130Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:20:58.131Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
2022-12-29T05:20:58.251Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:20:58.251Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env 7261e9a1-dc96-4161-91e1-c0eca51da434 909
2022-12-29T05:20:58.252Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-29T05:20:58.252Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
2022-12-29T05:20:58.252Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:20:58.264Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:58.268Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:58.268Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291258252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:20:58.367Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T05:20:58.369Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:58.370Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:58.419Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:20:58.420Z||pool-13-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:59.269Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5
2022-12-29T05:20:59.270Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_INWtqv 0 1cad3dea-3fd6-4246-9f4e-00da4b4f506c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:20:59.465Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47b04d8, org.onap.sdc.toscaparser.api.parameters.Input@91f996d, org.onap.sdc.toscaparser.api.parameters.Input@149270db, org.onap.sdc.toscaparser.api.parameters.Input@6034579b, org.onap.sdc.toscaparser.api.parameters.Input@3cb5c281]
2022-12-29T05:20:59.478Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.479Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.479Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-29T05:20:59.480Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= fe2edfd6-ccb1-4f27-af10-ca44b4e289ec
2022-12-29T05:20:59.480Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe2edfd6-ccb1-4f27-af10-ca44b4e289ec matches Tosca VF Customization UUID: fe2edfd6-ccb1-4f27-af10-ca44b4e289ec
2022-12-29T05:20:59.480Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: fe2edfd6-ccb1-4f27-af10-ca44b4e289ec  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-29T05:20:59.513Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.513Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.515Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id fe2edfd6-ccb1-4f27-af10-ca44b4e289ec: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-29T05:20:59.516Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2802e6c
2022-12-29T05:20:59.516Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.516Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:20:59.518Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08d6bc97-7a57-48b5-92ef-8f584e2c9c2a
2022-12-29T05:20:59.520Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08d6bc97-7a57-48b5-92ef-8f584e2c9c2a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-29T05:20:59.544Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.544Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:59.544Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:59.548Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.548Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:59.548Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:59.549Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.549Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is not matching search criteria
2022-12-29T05:20:59.549Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-29T05:20:59.550Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-29T05:20:59.550Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09809f54-3914-4f15-85ec-7b89cffb7b27
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T05:20:59.591Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.592Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:59.592Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:59.592Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.593Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:59.593Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=fe2edfd6-ccb1-4f27-af10-ca44b4e289ec
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:20:59.604Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.605Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.606Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5: basic_onboard_INWtqv
2022-12-29T05:20:59.606Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.607Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.607Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.607Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.608Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.608Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.608Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.609Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.610Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:20:59.610Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.611Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_INWtqv 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:21:00.540Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_INWtqv 1cad3dea-3fd6-4246-9f4e-00da4b4f506c 1 ASDC deployResourceStructure
2022-12-29T05:21:00.542Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json ASDC sendASDCNotification
2022-12-29T05:21:00.542Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json
2022-12-29T05:21:00.543Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:21:00.544Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:21:00.554Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:21:00.554Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291260542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:21:00.667Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-12-29T05:21:00.669Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:21:00.676Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:21:00.710Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:21:00.711Z||pool-14-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:21:01.557Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-29T05:21:01.558Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml
2022-12-29T05:21:01.558Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:21:01.558Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:21:01.565Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:21:01.566Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291261557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T05:21:01.661Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-29T05:21:01.663Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:21:01.665Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:21:01.718Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:21:01.718Z||pool-15-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:21:02.567Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-29T05:21:02.567Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
2022-12-29T05:21:02.567Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:21:02.567Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:21:02.570Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:21:02.571Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291262566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-29T05:21:02.670Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T05:21:02.672Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:21:02.672Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:21:02.683Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:21:02.684Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:21:03.572Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar ASDC sendASDCNotification
2022-12-29T05:21:03.572Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:21:03.573Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:21:03.573Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:21:03.579Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:21:03.579Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291263572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:21:03.679Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:21:03.680Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:21:03.680Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:21:03.702Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:21:03.703Z||pool-17-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:21:04.580Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:21:04.772Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:21:04.803Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:21:04.804Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:21:04.807Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:21:27.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:21:27.039Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:21:27.040Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:21:27.147Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:21:27.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:21:27.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291219233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:21:27.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:21:34.812Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:21:35.036Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:21:35.092Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:21:35.092Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:21:35.093Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:22:05.093Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:22:05.235Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:22:05.257Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:22:05.257Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:22:05.257Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:22:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:22:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:22:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:22:27.073Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:22:27.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:22:27.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "cds",
  "timestamp": 1672291214085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:22:27.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:22:35.259Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:22:35.335Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:22:35.412Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:22:35.429Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:22:35.430Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:23:05.430Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:23:05.505Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:23:05.556Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:23:05.559Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:23:05.561Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:23:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:23:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:23:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:23:27.635Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:23:27.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291214661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291219233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "cds",
  "timestamp": 1672291214085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291214661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291219233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "cds",
  "timestamp": 1672291231214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291230494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "cds",
  "timestamp": 1672291232251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:23:27.744Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c170b800-cac9-4b89-9e3c-f63b04b8c5c2
2022-12-29T05:23:27.746Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:23:27.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "aai-ml",
  "timestamp": 1672291233967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291226971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "aai-ml",
  "timestamp": 1672291233967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "aai-ml",
  "timestamp": 1672291233967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "aai-ml",
  "timestamp": 1672291233967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291237019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "aai-ml",
  "timestamp": 1672291233967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291238242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "aai-ml",
  "timestamp": 1672291233967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291238668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291239407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "aai-ml",
  "timestamp": 1672291233967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:23:27.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:23:27.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291240514,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:23:27.919Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c170b800-cac9-4b89-9e3c-f63b04b8c5c2
2022-12-29T05:23:27.919Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:23:27.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291241518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:23:27.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "aai-ml",
  "timestamp": 1672291242400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.957Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291255742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291255804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:23:27.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291256810,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:23:28.032Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c170b800-cac9-4b89-9e3c-f63b04b8c5c2
2022-12-29T05:23:28.032Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:23:28.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291257101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:23:28.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291258252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:23:28.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "aai-ml",
  "timestamp": 1672291260844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:23:28.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291260542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:23:28.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "aai-ml",
  "timestamp": 1672291261859,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:23:28.159Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c170b800-cac9-4b89-9e3c-f63b04b8c5c2
2022-12-29T05:23:28.162Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:23:28.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291261557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T05:23:28.252Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291262566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-29T05:23:28.264Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291263572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:23:28.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:35.569Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:23:35.700Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:23:35.709Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:23:35.709Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:23:35.743Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T05:24:05.750Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T05:24:05.843Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and serviceModelVersionId: 3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5
2022-12-29T05:24:05.844Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aeff44f2-8615-4b9d-8733-8b918d91f3ae
2022-12-29T05:24:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:24:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:24:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:24:36.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:25:24.507Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0
2022-12-29T05:25:24.799Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T05:25:25.893Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0|INFO|500||Invoke
2022-12-29T05:25:25.942Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c170b800-cac9-4b89-9e3c-f63b04b8c5c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06786ae0-2f92-4810-ad9f-978c6b3e711b], X-ECOMP-RequestID=[c170b800-cac9-4b89-9e3c-f63b04b8c5c2], X-TransactionId=[], X-ONAP-RequestID=[c170b800-cac9-4b89-9e3c-f63b04b8c5c2], Content-Type=[application/merge-patch+json]}
2022-12-29T05:25:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:25:27.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:25:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:27.092Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-29T05:25:27.585Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?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/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 05:25:28 GMT], content-length=[0], vertex-id=[168056], x-aai-txid=[0-aai-resources-221229-05:25:28:823-60292], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T05:25:27.589Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-29T05:25:27.591Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0|INFO|500||InvokeReturn
2022-12-29T05:25:27.604Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T05:25:27.604Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:25:27.625Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T05:25:27.634Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T05:25:27.652Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T05:25:27.652Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:25:27.656Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:25:27.656Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291527634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:25:27.757Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:25:27.760Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:25:27.760Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:27.785Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:25:27.786Z||pool-18-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:25:28.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:25:28.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:25:28.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291527634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:25:28.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:25:28.762Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:25:28.763Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:25:28.763Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:39.328Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:25:39.333Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:25:39.337Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:25:39.337Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:49.087Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:25:49.089Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:25:49.090Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:25:49.090Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:57.244Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:25:57.250Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-29T05:25:57.251Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588","serviceName":"vFW 2022-12-29 05-24-12","serviceVersion":"1.0","serviceUUID":"13cd3039-eb27-446f-acd3-1429cd55a0f5","serviceDescription":"catalog service description","serviceInvariantUUID":"9e9a542b-284d-46ed-9872-27bb467a6796","resources":[{"resourceInstanceName":"vFW a0180a6d-9bc7 0","resourceName":"vFW a0180a6d-9bc7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5c67b91-5726-4f94-8c1d-600185372479","resourceInvariantUUID":"8674bb99-8003-418e-b126-a6c19bb63895","resourceCustomizationUUID":"6052a815-907b-458d-9346-8d0ed0a100e1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml","artifactChecksum":"OThjYzJhYTAxMzM0NWI3MGZhNmI0NGYwM2U3ZjNkNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28b10f9d-9d44-4c04-a25c-a4bca2b187cb","artifactVersion":"1"},{"artifactName":"vfwa0180a6d9bc70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json","artifactChecksum":"YjRjNzZjYzE1OGVkMDMzOGYyMTQ5Nzc5YTE1NGY5OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be494623-39f4-4800-b0ff-989281090c43","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe1d279c-e142-4200-8cc6-e263bb8da8e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml","artifactChecksum":"YzE4NjA1NzU3MDNjOWM2NjgwZWI3YjYxN2ZhOTM4ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"625e55e0-b2f6-4144-a982-33f6ec2d69d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7","artifactVersion":"2","generatedFromUUID":"fe1d279c-e142-4200-8cc6-e263bb8da8e5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221229052412-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml","artifactChecksum":"OGEzMjliYjE2Y2Q2ZDMyOTkwY2FhYWFjZDNiODliMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a0b8b63-c50c-43d8-9e18-73f1fa5a5847","artifactVersion":"1"},{"artifactName":"service-Vfw20221229052412-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar","artifactChecksum":"NmMxMzhiNDdlODVlZWFjOWU3OTA5NDM2ZTkzOWE2NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a76a00e-5ab3-4863-bf71-b6bee55df502","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T05:25:57.258Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:25:57.259Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:25:57.266Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:25:57.267Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:25:57.372Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-29T05:25:57.379Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:25:57.382Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:57.426Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:25:57.429Z||pool-19-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:25:58.268Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:25:58.269Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:25:58.272Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:25:58.272Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:25:58.373Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:25:58.377Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:25:58.378Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:58.434Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:25:58.435Z||pool-20-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:25:59.274Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:25:59.275Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:25:59.278Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:25:59.278Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:25:59.377Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T05:25:59.379Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:25:59.380Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:59.407Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:25:59.409Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:00.278Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:26:00.279Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:00.283Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:00.283Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:00.393Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-12-29T05:26:00.395Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:00.395Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:00.472Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:00.478Z||pool-22-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:01.284Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:26:01.285Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:01.289Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:01.289Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-29T05:26:01.389Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:26:01.391Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:01.391Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:01.418Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:01.419Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:02.290Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:26:02.292Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:02.318Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:02.318Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:02.424Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-29T05:26:02.425Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:02.425Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:02.488Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:02.488Z||pool-24-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:03.322Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:26:03.334Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:03.354Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:03.355Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:26:03.456Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:26:03.457Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:03.474Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:03.508Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:03.508Z||pool-25-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:04.369Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "serviceName": "vFW 2022-12-29 05-24-12",
  "serviceVersion": "1.0",
  "serviceUUID": "13cd3039-eb27-446f-acd3-1429cd55a0f5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9e9a542b-284d-46ed-9872-27bb467a6796",
  "resources": [
    {
      "resourceInstanceName": "vFW a0180a6d-9bc7 0",
      "resourceCustomizationUUID": "6052a815-907b-458d-9346-8d0ed0a100e1",
      "resourceName": "vFW a0180a6d-9bc7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e5c67b91-5726-4f94-8c1d-600185372479",
      "resourceInvariantUUID": "8674bb99-8003-418e-b126-a6c19bb63895",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa0180a6d9bc70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
          "artifactChecksum": "YjRjNzZjYzE1OGVkMDMzOGYyMTQ5Nzc5YTE1NGY5OWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be494623-39f4-4800-b0ff-989281090c43",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fe1d279c-e142-4200-8cc6-e263bb8da8e5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7",
            "generatedFromUUID": "fe1d279c-e142-4200-8cc6-e263bb8da8e5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221229052412-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
      "artifactChecksum": "NmMxMzhiNDdlODVlZWFjOWU3OTA5NDM2ZTkzOWE2NzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a76a00e-5ab3-4863-bf71-b6bee55df502"
    }
  ],
  "workloadContext": "Production"
}
2022-12-29T05:26:04.372Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T05:26:04.373Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13cd3039-eb27-446f-acd3-1429cd55a0f5 ASDC
2022-12-29T05:26:04.377Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
ServiceName:vFW 2022-12-29 05-24-12
ServiceVersion:1.0
ServiceUUID:13cd3039-eb27-446f-acd3-1429cd55a0f5
ServiceInvariantUUID:9e9a542b-284d-46ed-9872-27bb467a6796
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221229052412-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar
ArtifactUUID:8a76a00e-5ab3-4863-bf71-b6bee55df502
ArtifactChecksum:NmMxMzhiNDdlODVlZWFjOWU3OTA5NDM2ZTkzOWE2NzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a0180a6d-9bc7 0
ResourceCustomizationUUID:6052a815-907b-458d-9346-8d0ed0a100e1
ResourceInvariantUUID:8674bb99-8003-418e-b126-a6c19bb63895
ResourceName:vFW a0180a6d-9bc7
ResourceType:VF
ResourceUUID:e5c67b91-5726-4f94-8c1d-600185372479
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa0180a6d9bc70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json
ArtifactUUID:be494623-39f4-4800-b0ff-989281090c43
ArtifactChecksum:YjRjNzZjYzE1OGVkMDMzOGYyMTQ5Nzc5YTE1NGY5OWM=
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/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml
ArtifactUUID:fe1d279c-e142-4200-8cc6-e263bb8da8e5
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/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
ArtifactUUID:f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7
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/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
ArtifactUUID:f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-29T05:26:04.378Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13cd3039-eb27-446f-acd3-1429cd55a0f5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:26:04.572Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:26:04.576Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:26:04.576Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:26:04.578Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8a76a00e-5ab3-4863-bf71-b6bee55df502 from URL: /sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:04.579Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:26:04.580Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:04.906Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:26:04.956Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar 8a76a00e-5ab3-4863-bf71-b6bee55df502 100665
2022-12-29T05:26:04.959Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar ASDC sendASDCNotification
2022-12-29T05:26:04.960Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:04.961Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:26:04.963Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:04.982Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:04.984Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291564958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:05.096Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-12-29T05:26:05.107Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:05.107Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:05.135Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:05.137Z||pool-26-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:05.990Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:26:05.992Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:26:05.993Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8a76a00e-5ab3-4863-bf71-b6bee55df502, URL: /sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar to file: /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:05.994Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221229052412-csar.csar
2022-12-29T05:26:05.999Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:06.000Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:06.680Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5537512656350164414/Definitions/service-Vfw20221229052412-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
2022-12-29T05:26:15.017Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T05:26:15.022Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-29T05:26:15.022Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.022Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-29T05:26:15.022Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.022Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a0180a6d-9bc7 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-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||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-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||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-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||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-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||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-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-29T05:26:15.024Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.024Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.024Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:15.024Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-29T05:26:15.025Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:26:15.025Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.025Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.026Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:15.026Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-29T05:26:15.026Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:26:15.026Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.026Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-29T05:26:15.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:15.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-29T05:26:15.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-29T05:26:15.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-29T05:26:15.042Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.043Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:26:15.043Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.044Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:15.044Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:15.045Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.045Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:15.045Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:15.046Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.051Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:15.051Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:15.051Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.051Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.053Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.053Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-29T05:26:15.053Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.053Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-29T05:26:15.053Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.054Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dec3ef29-627a-4ca3-9d14-7c8b547d90a0
2022-12-29T05:26:15.054Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.054Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:15.054Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:15.054Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-29T05:26:15.056Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-29T05:26:15.056Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.056Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-29T05:26:15.056Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.056Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4c2ac77f-aff1-4747-89f4-53af4f5c7187
2022-12-29T05:26:15.057Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.057Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:15.058Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:15.058Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-29T05:26:15.058Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.058Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.060Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.061Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-29T05:26:15.061Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a750c5e-4c69-40ef-bd7d-35318ad33bf4
2022-12-29T05:26:15.081Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.082Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.082Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.082Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.082Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.082Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.083Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:15.083Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.083Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-29 05-24-12
Description:catalog service description
Model UUID:13cd3039-eb27-446f-acd3-1429cd55a0f5
Model Version:NULL
Model InvariantUuid:9e9a542b-284d-46ed-9872-27bb467a6796
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a0180a6d-9bc7
Model UUID:e29f9515-13e5-49a3-93c1-d874446b2b7e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8674bb99-8003-418e-b126-a6c19bb63895
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6052a815-907b-458d-9346-8d0ed0a100e1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1a403e7-dfa0-4207-8048-9047a741590a
ModelName:VfwA0180a6d9bc7..base_vfw..module-0
ModelUuid:4d9a982d-baa7-4d5d-ab4a-204fa84f37d3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dec3ef29-627a-4ca3-9d14-7c8b547d90a0
ModelInvariantUuid:ef66b998-c9dd-4f6c-9b00-030fb19d5a9c
ModelName:vFW a0180a6d-9bc7-nodes.vfwCvfc
ModelUuid:f49090b8-347c-4064-a080-9d76125e7873
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6bd92199-457f-4624-af0b-78c5a7b4d388
ModelInvariantUuid:b52b0dea-c03d-4f36-8311-d928181e845d
ModelName:VfwA0180a6d9bc7.compute.nodes.heat.vfw
ModelUuid:8e98a5b4-07a6-4cc6-805f-4c12333d04da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4c2ac77f-aff1-4747-89f4-53af4f5c7187
ModelInvariantUuid:3776f20d-2a88-402f-964c-2faaf4ffa652
ModelName:vFW a0180a6d-9bc7-nodes.vsnCvfc
ModelUuid:98555df7-11fb-4e96-a8fa-35161be74283
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:38704e1e-a77d-4034-be53-d69e190ce1f6
ModelInvariantUuid:cc5bdbad-a398-4d25-bbe8-7c747c2f4511
ModelName:VfwA0180a6d9bc7.compute.nodes.heat.vsn
ModelUuid:e73ece93-cabf-4bf8-93ff-07ebaa62402d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0a750c5e-4c69-40ef-bd7d-35318ad33bf4
ModelInvariantUuid:28830a8b-17a3-4b6d-a52d-133df5859d36
ModelName:vFW a0180a6d-9bc7-nodes.vpgCvfc
ModelUuid:11b50aad-3da5-42b4-8ced-76091f0c0c30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cce70479-402c-4753-9539-2881a05da89e
ModelInvariantUuid:8a311075-1721-4538-8776-2d3a8cb80dba
ModelName:VfwA0180a6d9bc7.compute.nodes.heat.vpg
ModelUuid:4a240280-9b42-4cc9-ab99-039ae5cb03a6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T05:26:15.187Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e5c67b91-5726-4f94-8c1d-600185372479
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:26:15.254Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||vFW a0180a6d-9bc7 0
2022-12-29T05:26:15.258Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e5c67b91-5726-4f94-8c1d-600185372479
2022-12-29T05:26:15.259Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: be494623-39f4-4800-b0ff-989281090c43 from URL: /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json
2022-12-29T05:26:15.260Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:26:15.262Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json
2022-12-29T05:26:15.398Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:26:15.414Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json be494623-39f4-4800-b0ff-989281090c43 785
2022-12-29T05:26:15.417Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json ASDC sendASDCNotification
2022-12-29T05:26:15.419Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json
2022-12-29T05:26:15.424Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:26:15.430Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:15.458Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:15.460Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291575417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:15.555Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-29T05:26:15.562Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:15.563Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:15.597Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:15.601Z||pool-27-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:16.470Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA0180a6d9bc7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c1a403e7-dfa0-4207-8048-9047a741590a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d9a982d-baa7-4d5d-ab4a-204fa84f37d3",
    "vfModuleModelCustomizationUUID": "d3eee38e-a13e-4820-8a68-4eeffd50f1df",
    "isBase": true,
    "artifacts": [
      "fe1d279c-e142-4200-8cc6-e263bb8da8e5",
      "f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T05:26:16.524Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA0180a6d9bc7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d9a982d-baa7-4d5d-ab4a-204fa84f37d3
VfModuleModelInvariantUUID:c1a403e7-dfa0-4207-8048-9047a741590a
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe1d279c-e142-4200-8cc6-e263bb8da8e5
,
f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7

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

isBase:true


}

2022-12-29T05:26:16.560Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA0180a6d9bc7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c1a403e7-dfa0-4207-8048-9047a741590a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d9a982d-baa7-4d5d-ab4a-204fa84f37d3",
    "vfModuleModelCustomizationUUID": "d3eee38e-a13e-4820-8a68-4eeffd50f1df",
    "isBase": true,
    "artifacts": [
      "fe1d279c-e142-4200-8cc6-e263bb8da8e5",
      "f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T05:26:16.563Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA0180a6d9bc7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d9a982d-baa7-4d5d-ab4a-204fa84f37d3
VfModuleModelInvariantUUID:c1a403e7-dfa0-4207-8048-9047a741590a
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe1d279c-e142-4200-8cc6-e263bb8da8e5
,
f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7

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

isBase:true


}

2022-12-29T05:26:16.564Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fe1d279c-e142-4200-8cc6-e263bb8da8e5 from URL: /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml
2022-12-29T05:26:16.566Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:26:16.567Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml
2022-12-29T05:26:16.891Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:26:16.895Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml fe1d279c-e142-4200-8cc6-e263bb8da8e5 20368
2022-12-29T05:26:16.896Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-29T05:26:16.897Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml
2022-12-29T05:26:16.898Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:26:16.899Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:16.907Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:16.908Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291576896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:17.018Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-12-29T05:26:17.022Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:17.023Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:17.078Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:17.079Z||pool-28-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:17.917Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7 from URL: /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
2022-12-29T05:26:17.918Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:26:17.920Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
2022-12-29T05:26:18.095Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:26:18.097Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7 2098
2022-12-29T05:26:18.103Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-29T05:26:18.104Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
2022-12-29T05:26:18.104Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:26:18.107Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:18.119Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:18.120Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291578103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:18.219Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T05:26:18.221Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:18.222Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:18.249Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:18.251Z||pool-29-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:19.139Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 13cd3039-eb27-446f-acd3-1429cd55a0f5
2022-12-29T05:26:19.140Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a0180a6d-9bc7 0 e5c67b91-5726-4f94-8c1d-600185372479 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:26:19.206Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6949064a, org.onap.sdc.toscaparser.api.parameters.Input@7edb6247, org.onap.sdc.toscaparser.api.parameters.Input@64137dbd, org.onap.sdc.toscaparser.api.parameters.Input@44dab9eb, org.onap.sdc.toscaparser.api.parameters.Input@65008c6c]
2022-12-29T05:26:19.208Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.209Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.209Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-29T05:26:19.209Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6052a815-907b-458d-9346-8d0ed0a100e1
2022-12-29T05:26:19.210Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6052a815-907b-458d-9346-8d0ed0a100e1 matches Tosca VF Customization UUID: 6052a815-907b-458d-9346-8d0ed0a100e1
2022-12-29T05:26:19.210Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6052a815-907b-458d-9346-8d0ed0a100e1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-29T05:26:19.215Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.216Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.219Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6052a815-907b-458d-9346-8d0ed0a100e1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-29T05:26:19.220Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ee99313
2022-12-29T05:26:19.220Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.221Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:26:19.222Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d3eee38e-a13e-4820-8a68-4eeffd50f1df
2022-12-29T05:26:19.223Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d3eee38e-a13e-4820-8a68-4eeffd50f1df
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-29T05:26:19.238Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.238Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.239Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:19.239Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.239Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.240Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:19.240Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.240Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:19.240Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:19.241Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-29T05:26:19.242Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:19.242Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-29T05:26:19.243Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-29T05:26:19.243Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.244Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.245Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-29T05:26:19.246Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.246Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-29T05:26:19.247Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.247Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dec3ef29-627a-4ca3-9d14-7c8b547d90a0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T05:26:19.270Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.271Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.271Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:19.271Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.272Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:19.272Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:19.272Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-29T05:26:19.273Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.273Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.274Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.274Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-29T05:26:19.275Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:19.276Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-29T05:26:19.276Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-29T05:26:19.277Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.278Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-29T05:26:19.279Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.279Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4c2ac77f-aff1-4747-89f4-53af4f5c7187
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T05:26:19.293Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.295Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.296Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:19.314Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.315Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:19.316Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:19.317Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-29T05:26:19.318Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.319Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.320Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.321Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-29T05:26:19.322Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:19.323Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-29T05:26:19.324Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-29T05:26:19.326Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.327Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.327Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-29T05:26:19.328Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a750c5e-4c69-40ef-bd7d-35318ad33bf4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T05:26:19.348Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.349Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.355Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:19.357Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.359Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.361Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=6052a815-907b-458d-9346-8d0ed0a100e1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:26:19.374Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.376Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.376Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 13cd3039-eb27-446f-acd3-1429cd55a0f5: vFW a0180a6d-9bc7
2022-12-29T05:26:19.376Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.376Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.377Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.378Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.379Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.379Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.379Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.379Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.380Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:26:19.380Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.380Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-12-29 05-24-12 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:26:20.478Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a0180a6d-9bc7 e5c67b91-5726-4f94-8c1d-600185372479 1 ASDC deployResourceStructure
2022-12-29T05:26:20.499Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json ASDC sendASDCNotification
2022-12-29T05:26:20.506Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json
2022-12-29T05:26:20.508Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:26:20.516Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:20.548Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:20.550Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291580498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:26:20.649Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T05:26:20.651Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:20.652Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:20.695Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:20.695Z||pool-30-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:21.552Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-29T05:26:21.553Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml
2022-12-29T05:26:21.554Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:26:21.554Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:21.558Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:21.558Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291581552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T05:26:21.658Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:26:21.659Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:21.659Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:21.675Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:21.675Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:22.563Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-29T05:26:22.565Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
2022-12-29T05:26:22.566Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:26:22.566Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:22.572Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:22.572Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291582563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-29T05:26:22.670Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T05:26:22.672Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:22.672Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:22.685Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:22.685Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:23.574Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar ASDC sendASDCNotification
2022-12-29T05:26:23.575Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:23.576Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:26:23.578Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:23.590Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:23.590Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291583574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:26:23.693Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-29T05:26:23.696Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:23.697Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:23.712Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:23.712Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:24.593Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:26:24.664Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:26:24.669Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:26:24.670Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:26:24.670Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:26:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:26:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:26:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:27.669Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:26:27.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291549077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291549252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291554662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291549077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291549252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291554662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "cds",
  "timestamp": 1672291559085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291549077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291549252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291554662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "cds",
  "timestamp": 1672291559085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291549077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291554662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291549252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "cds",
  "timestamp": 1672291559085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291549077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291554662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291549252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "cds",
  "timestamp": 1672291559085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291549077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291554662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291549252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "cds",
  "timestamp": 1672291559085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291549077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291549089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672291554662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "aai-ml",
  "timestamp": 1672291563967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "cds",
  "timestamp": 1672291559085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291549252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291564816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "aai-ml",
  "timestamp": 1672291563967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "cds",
  "timestamp": 1672291559085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291564958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291565100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291565959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "aai-ml",
  "timestamp": 1672291563967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "cds",
  "timestamp": 1672291567121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "aai-ml",
  "timestamp": 1672291563967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291567114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "cds",
  "timestamp": 1672291568135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:26:27.792Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
2022-12-29T05:26:27.792Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:26:27.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "aai-ml",
  "timestamp": 1672291563967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291568135,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:26:27.872Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
2022-12-29T05:26:27.872Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:26:27.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "aai-ml",
  "timestamp": 1672291563967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672291569139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:26:27.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "aai-ml",
  "timestamp": 1672291563967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:26:27.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:26:27.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "aai-ml",
  "timestamp": 1672291572277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291575417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291576896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291578103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291578366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672291579380,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:26:27.999Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
2022-12-29T05:26:28.000Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:26:28.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:28.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291580498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:26:28.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:28.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:28.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291581552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T05:26:28.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:28.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:28.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291582563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-29T05:26:28.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:28.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:28.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291583574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:26:28.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:54.670Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:26:54.695Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:26:54.710Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:26:54.711Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:26:54.711Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:27:24.713Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:27:24.774Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:27:24.779Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:27:24.780Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:27:24.780Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:27:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:27:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:27:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:27:27.730Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:27:27.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:27:27.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "aai-ml",
  "timestamp": 1672291590104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:27:27.736Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:27:27.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:27:27.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "aai-ml",
  "timestamp": 1672291591110,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:27:27.797Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
2022-12-29T05:27:27.798Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:27:54.781Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:27:54.823Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:27:54.833Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:27:54.833Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:27:54.833Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:27:54.833Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:27:54.893Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T05:28:24.897Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T05:28:24.926Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and serviceModelVersionId: 13cd3039-eb27-446f-acd3-1429cd55a0f5
2022-12-29T05:28:24.926Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e9a542b-284d-46ed-9872-27bb467a6796
2022-12-29T05:28:24.928Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0
2022-12-29T05:28:24.950Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T05:28:25.047Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0|INFO|500||Invoke
2022-12-29T05:28:25.048Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef61cfd9-6198-4348-927b-9d0e58f38cc6], X-ECOMP-RequestID=[9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588], X-TransactionId=[], X-ONAP-RequestID=[9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588], Content-Type=[application/merge-patch+json]}
2022-12-29T05:28:25.213Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-29T05:28:25.503Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?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/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 05:28:26 GMT], content-length=[0], vertex-id=[209136], x-aai-txid=[0-aai-resources-221229-05:28:26:887-37150], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T05:28:25.504Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-29T05:28:25.505Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0|INFO|500||InvokeReturn
2022-12-29T05:28:25.505Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T05:28:25.505Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:28:25.526Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T05:28:25.526Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T05:28:25.526Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T05:28:25.527Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:28:25.531Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:28:25.532Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291705526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:28:25.633Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:28:25.636Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:28:25.636Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:28:25.678Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:28:25.680Z||pool-34-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=?
2022-12-29T05:28:26.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:28:26.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.
2022-12-29T05:28:26.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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:28:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:28:27.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:28:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:28:27.660Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:28:27.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:28:27.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672291705526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:28:27.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:28:37.217Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:28:37.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:28:37.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:28:37.219Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:28:46.771Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:28:46.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:28:46.772Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:28:46.773Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:28:56.396Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:28:56.397Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:28:56.397Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:28:56.397Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:29:06.047Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:29:06.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:29:06.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:29:06.048Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:29:15.615Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:29:26.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:29:26.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:29:26.979Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:29:27.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:29:27.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:29:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:29:36.652Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:29:36.666Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:30:26.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:30:26.976Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:30:26.976Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:30:27.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:30:27.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:30:27.042Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:30:36.695Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:30:37.216Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:31:26.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:31:26.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:31:26.985Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:31:27.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:31:27.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:31:27.034Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:31:36.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:31:36.935Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:32:26.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:32:26.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:32:26.984Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:32:27.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:32:27.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:32:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:32:36.655Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:32:36.711Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:33:26.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:33:26.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:33:26.975Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:33:27.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:33:27.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:33:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:33:36.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:33:36.655Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:34:26.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:34:26.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:34:26.978Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:34:27.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:34:27.037Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:34:27.037Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:34:36.650Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:34:36.652Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:35:26.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:35:26.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:35:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:27.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:35:27.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:35:27.037Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:27.755Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:35:27.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292109077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "aai-ml",
  "timestamp": 1672292103967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292109077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "aai-ml",
  "timestamp": 1672292103967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "aai-ml",
  "timestamp": 1672292113858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "cds",
  "timestamp": 1672292114085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "cds",
  "timestamp": 1672292114085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292114661,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "cds",
  "timestamp": 1672292117150,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292114661,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "cds",
  "timestamp": 1672292118167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:35:27.844Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:35:27.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"cf748ec9-238b-4bdd-b365-6266ff1a56fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8e726623-a173-463c-85b6-14c8efb74389","serviceDescription":"service","serviceInvariantUUID":"0edd48ff-ffd5-4b72-a672-61f8fa3d43ba","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4ad25a6c-b3b0-4bd3-a442-d479e2122e7e","resourceInvariantUUID":"6a2c226e-07a5-4913-ae84-a55a94fb560a","resourceCustomizationUUID":"2efc406f-4b3e-4950-ac06-6609f3f759a4","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":"MTQ5MTEzMzc4Y2YyNWZjYjllNjIyY2UyYmMwZWFiNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a3c8251-6482-4a59-980e-2f86e73d28de","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjJlOTVhZmQ4MmE3MWI1MDFjZjY1ZmVlN2UyY2Q1NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8bf4f6b8-feec-4f55-bada-e257e9f4f528","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:35:27.884Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:35:27.888Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:35:27.917Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:35:27.918Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292126972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.957Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf748ec9-238b-4bdd-b365-6266ff1a56fe
2022-12-29T05:35:27.958Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf748ec9-238b-4bdd-b365-6266ff1a56fe and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:35:28.022Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-29T05:35:28.033Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:35:28.043Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:28.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:28.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "aai-ml",
  "timestamp": 1672292120964,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:35:28.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:35:28.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:28.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "aai-ml",
  "timestamp": 1672292121972,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:35:28.093Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:35:28.095Z||pool-35-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:35:28.109Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cf748ec9-238b-4bdd-b365-6266ff1a56fe
2022-12-29T05:35:28.110Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf748ec9-238b-4bdd-b365-6266ff1a56fe and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:35:28.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:28.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292119234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:35:28.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:35:28.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:28.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292119234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:35:28.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:35:28.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:28.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292123315,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:35:28.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:35:28.920Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:35:28.924Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:35:28.958Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:35:28.959Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292126972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:35:29.050Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-12-29T05:35:29.051Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:35:29.051Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:29.137Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:35:29.139Z||pool-36-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:35:29.965Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8e726623-a173-463c-85b6-14c8efb74389",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0edd48ff-ffd5-4b72-a672-61f8fa3d43ba",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "2efc406f-4b3e-4950-ac06-6609f3f759a4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4ad25a6c-b3b0-4bd3-a442-d479e2122e7e",
      "resourceInvariantUUID": "6a2c226e-07a5-4913-ae84-a55a94fb560a",
      "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": "MjJlOTVhZmQ4MmE3MWI1MDFjZjY1ZmVlN2UyY2Q1NGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8bf4f6b8-feec-4f55-bada-e257e9f4f528"
    }
  ],
  "workloadContext": "Production"
}
2022-12-29T05:35:29.967Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T05:35:29.968Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8e726623-a173-463c-85b6-14c8efb74389 ASDC
2022-12-29T05:35:29.973Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:cf748ec9-238b-4bdd-b365-6266ff1a56fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8e726623-a173-463c-85b6-14c8efb74389
ServiceInvariantUUID:0edd48ff-ffd5-4b72-a672-61f8fa3d43ba
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:8bf4f6b8-feec-4f55-bada-e257e9f4f528
ArtifactChecksum:MjJlOTVhZmQ4MmE3MWI1MDFjZjY1ZmVlN2UyY2Q1NGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2efc406f-4b3e-4950-ac06-6609f3f759a4
ResourceInvariantUUID:6a2c226e-07a5-4913-ae84-a55a94fb560a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4ad25a6c-b3b0-4bd3-a442-d479e2122e7e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-29T05:35:29.973Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e726623-a173-463c-85b6-14c8efb74389 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:35:30.145Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:35:30.146Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:35:30.147Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:35:30.147Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8bf4f6b8-feec-4f55-bada-e257e9f4f528 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-29T05:35:30.147Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:35:30.150Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-29T05:35:30.454Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:35:30.479Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8bf4f6b8-feec-4f55-bada-e257e9f4f528 57664
2022-12-29T05:35:30.479Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-29T05:35:30.480Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-29T05:35:30.480Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:35:30.480Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:35:30.494Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:35:30.494Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292130479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:35:30.596Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:35:30.600Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:35:30.601Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:30.629Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:35:30.632Z||pool-37-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:35:31.496Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:35:31.502Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:35:31.503Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8bf4f6b8-feec-4f55-bada-e257e9f4f528, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:31.504Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-29T05:35:31.505Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:31.506Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:32.572Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13430228623827023249/Definitions/service-BasicNetwork-template.yml
2022-12-29T05:35:35.772Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T05:35:35.772Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:35:35.772Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.772Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-29T05:35:35.772Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:35:35.774Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.774Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.774Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-29T05:35:35.774Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:35:35.774Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.776Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.776Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.776Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.776Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.776Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.777Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.777Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8e726623-a173-463c-85b6-14c8efb74389
Model Version:NULL
Model InvariantUuid:0edd48ff-ffd5-4b72-a672-61f8fa3d43ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6a2c226e-07a5-4913-ae84-a55a94fb560a
Model UUID:beaff4c9-cc87-4db1-8136-717302e6ba00
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:2efc406f-4b3e-4950-ac06-6609f3f759a4
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T05:35:35.833Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 4ad25a6c-b3b0-4bd3-a442-d479e2122e7e
2022-12-29T05:35:35.834Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||No resources found for Service: 8e726623-a173-463c-85b6-14c8efb74389
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:35:35.870Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||
2022-12-29T05:35:35.870Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-29T05:35:35.872Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 8e726623-a173-463c-85b6-14c8efb74389
2022-12-29T05:35:35.877Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8e726623-a173-463c-85b6-14c8efb74389
2022-12-29T05:35:35.877Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-29T05:35:35.877Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:35:35.950Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4109762, org.onap.sdc.toscaparser.api.parameters.Input@7549d9a1, org.onap.sdc.toscaparser.api.parameters.Input@7260e64e, org.onap.sdc.toscaparser.api.parameters.Input@382a99a, org.onap.sdc.toscaparser.api.parameters.Input@329950f]
2022-12-29T05:35:35.963Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.963Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.963Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.963Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.964Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8e726623-a173-463c-85b6-14c8efb74389: Generic NeutronNet
2022-12-29T05:35:35.964Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.964Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.964Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:35.964Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-29T05:35:36.162Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:36.162Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:36.162Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:36.163Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:36.163Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:35:36.163Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:36.163Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-29T05:35:36.645Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-29T05:35:36.646Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-29T05:35:36.646Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-29T05:35:36.646Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:35:36.646Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:35:36.657Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:35:36.658Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292136646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:35:36.781Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms
2022-12-29T05:35:36.794Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:35:36.794Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:36.813Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:35:36.813Z||pool-38-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:35:37.669Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:35:38.051Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:35:38.083Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:35:38.085Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:35:38.085Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:35:38.086Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:36:08.088Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:36:08.247Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:36:08.297Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:36:08.298Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:36:08.298Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:36:08.298Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:36:27.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:36:27.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:36:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:36:27.228Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:36:27.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:36:27.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292126972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:36:27.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:36:38.307Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:36:38.366Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:36:38.406Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:36:38.413Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:36:38.415Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:36:38.420Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:37:08.430Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:37:08.538Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:37:08.560Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:37:08.561Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:37:08.562Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:37:08.563Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:37:27.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:37:27.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:37:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:37:27.113Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:37:27.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292126972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:37:27.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292129988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:37:27.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292130479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:37:27.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292131031,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:37:27.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cf748ec9-238b-4bdd-b365-6266ff1a56fe
2022-12-29T05:37:27.226Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf748ec9-238b-4bdd-b365-6266ff1a56fe and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:27.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292136646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292149077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292149237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292149077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292149237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292154663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292149077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292149237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292154663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292149077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292149237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292154663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292149077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292149237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "cds",
  "timestamp": 1672292159085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292154663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292149077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292149237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "cds",
  "timestamp": 1672292159085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292154663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292149077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292149237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "cds",
  "timestamp": 1672292159085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292154663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292149077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:37:27.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292149237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:37:27.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "cds",
  "timestamp": 1672292159085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292154663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "cds",
  "timestamp": 1672292159085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292154663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292162689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292163967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "cds",
  "timestamp": 1672292159085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292164329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292163967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "cds",
  "timestamp": 1672292159085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292163967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "cds",
  "timestamp": 1672292159085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:37:27.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292163967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292166763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "cds",
  "timestamp": 1672292168134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292163967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292167508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "cds",
  "timestamp": 1672292169142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:27.493Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91a1a6b3-623b-43b1-9cf7-788f51e24de7
2022-12-29T05:37:27.494Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:27.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292167769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:37:27.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91a1a6b3-623b-43b1-9cf7-788f51e24de7
2022-12-29T05:37:27.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:27.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292163967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292168532,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:37:27.831Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 91a1a6b3-623b-43b1-9cf7-788f51e24de7
2022-12-29T05:37:27.832Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:27.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292163967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292163967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:37:27.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:37:27.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292172983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:37:27.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292181214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:37:27.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "aai-ml",
  "timestamp": 1672292182222,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:37:27.991Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91a1a6b3-623b-43b1-9cf7-788f51e24de7
2022-12-29T05:37:27.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:38.565Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:37:38.781Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:37:38.841Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:37:38.841Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:37:38.841Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T05:37:38.844Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T05:37:38.844Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:37:38.844Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:37:38.845Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:37:38.845Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:37:38.845Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:37:38.971Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T05:38:08.973Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T05:38:08.995Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe and serviceModelVersionId: 8e726623-a173-463c-85b6-14c8efb74389
2022-12-29T05:38:08.995Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0edd48ff-ffd5-4b72-a672-61f8fa3d43ba
2022-12-29T05:38:09.003Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0
2022-12-29T05:38:09.052Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T05:38:09.415Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-29T05:38:09.443Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0|INFO|500||Invoke
2022-12-29T05:38:09.667Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-29T05:38:09.898Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0|INFO|500||InvokeReturn
2022-12-29T05:38:09.899Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 05:38:11 GMT], content-length=[0], vertex-id=[348160], x-aai-txid=[2-aai-resources-221229-05:38:11:354-98798], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T05:38:09.899Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-29T05:38:09.899Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T05:38:09.900Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:38:09.952Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T05:38:09.960Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf748ec9-238b-4bdd-b365-6266ff1a56fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T05:38:09.960Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T05:38:09.960Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:09.986Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:09.986Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292289960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:38:10.087Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:38:10.094Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:10.095Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:10.545Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:10.546Z||pool-39-thread-1|||||INFO|500||cambria reply ok (458 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:38:11.091Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:38:11.092Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:38:11.092Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:17.235Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:17.237Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-29T05:38:17.237Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"91a1a6b3-623b-43b1-9cf7-788f51e24de7","serviceName":"Demo_pNF_jfuvLOZPbaNqVlkC6W68","serviceVersion":"1.0","serviceUUID":"45584f89-b818-4c78-805f-702d9d460595","serviceDescription":"catalog service description","serviceInvariantUUID":"646b2fa4-a582-445b-9d4e-eccaf76409dc","resources":[{"resourceInstanceName":"pNF 896d4713-e482 0","resourceName":"pNF 896d4713-e482","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"171debdd-5f34-4e86-a0b1-11091fc3be48","resourceInvariantUUID":"6bb7634e-5c72-4126-9f8e-e49650399b9a","resourceCustomizationUUID":"297034e6-dd5e-4272-a8ba-cf9d6b0e487a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml","artifactChecksum":"ZjFmNWFlZmU4MjhmNzdjNjU2ODYzYzIxNDIxYmQ2YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12ced090-a00a-4ad8-973a-1818061526f0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar","artifactChecksum":"YTJjNjg2NjkxYTk4ZGQ5MGZmNDQxNjFhN2YyMGZjMzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89ced0b9-aa87-4277-bf28-cd1d607ef2f3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54510b53-91c8-4344-ba4a-94a8757e52f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml","artifactChecksum":"ZjJjZmY3NDQzMDdmYzZlYjIzYzE5NGVkM2UwNzhiYjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3587e24-6cbe-49f9-afde-257d431f25e0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89506b9e-fcb3-4c00-97f9-54450a9c49a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"664572f7-d040-4821-8064-831084c0f0e7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml","artifactChecksum":"ZTFmYjVmMmVhMzVlOTBlZWUyZDIwYjU4ZDEwZGZjOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40e204cc-3a1f-43d9-a043-3c412c2df510","artifactVersion":"1"},{"artifactName":"service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar","artifactChecksum":"Y2NkMmQzMTc5NjFhZDFhNTQ4M2Q4NWE3MWE4NzA2Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"364047e4-5294-42a7-854f-08ea30560cf8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T05:38:17.257Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:17.258Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:17.303Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:17.303Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:17.378Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-12-29T05:38:17.379Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:17.379Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:17.405Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:17.406Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:18.341Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:18.343Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:18.363Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:18.363Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:18.466Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-29T05:38:18.468Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:18.468Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:18.511Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:18.513Z||pool-41-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:38:19.366Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:19.368Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:19.400Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:19.400Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:19.489Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-12-29T05:38:19.496Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:19.497Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:19.532Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:19.532Z||pool-42-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:20.425Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:20.460Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:20.475Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:20.475Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:20.567Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-29T05:38:20.569Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:20.570Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:20.604Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:20.610Z||pool-43-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:21.475Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:21.476Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:21.523Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:21.523Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:21.631Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-29T05:38:21.636Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:21.646Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:21.819Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:21.820Z||pool-44-thread-1|||||INFO|500||cambria reply ok (186 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:38:22.525Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:22.526Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:22.530Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:22.530Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:22.631Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-12-29T05:38:22.634Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:22.634Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:22.656Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:22.658Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:23.548Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:23.549Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:23.597Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:23.598Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:23.658Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 59 ms
2022-12-29T05:38:23.662Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:23.662Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:23.687Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:23.689Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:24.600Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:24.601Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:24.611Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:24.611Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:38:24.716Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-29T05:38:24.720Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:24.721Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:24.760Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:24.784Z||pool-47-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:25.631Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "serviceName": "Demo_pNF_jfuvLOZPbaNqVlkC6W68",
  "serviceVersion": "1.0",
  "serviceUUID": "45584f89-b818-4c78-805f-702d9d460595",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "646b2fa4-a582-445b-9d4e-eccaf76409dc",
  "resources": [
    {
      "resourceInstanceName": "pNF 896d4713-e482 0",
      "resourceCustomizationUUID": "297034e6-dd5e-4272-a8ba-cf9d6b0e487a",
      "resourceName": "pNF 896d4713-e482",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "171debdd-5f34-4e86-a0b1-11091fc3be48",
      "resourceInvariantUUID": "6bb7634e-5c72-4126-9f8e-e49650399b9a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
      "artifactChecksum": "Y2NkMmQzMTc5NjFhZDFhNTQ4M2Q4NWE3MWE4NzA2Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "364047e4-5294-42a7-854f-08ea30560cf8"
    }
  ],
  "workloadContext": "Production"
}
2022-12-29T05:38:25.631Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T05:38:25.631Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 45584f89-b818-4c78-805f-702d9d460595 ASDC
2022-12-29T05:38:25.632Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:91a1a6b3-623b-43b1-9cf7-788f51e24de7
ServiceName:Demo_pNF_jfuvLOZPbaNqVlkC6W68
ServiceVersion:1.0
ServiceUUID:45584f89-b818-4c78-805f-702d9d460595
ServiceInvariantUUID:646b2fa4-a582-445b-9d4e-eccaf76409dc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
ArtifactUUID:364047e4-5294-42a7-854f-08ea30560cf8
ArtifactChecksum:Y2NkMmQzMTc5NjFhZDFhNTQ4M2Q4NWE3MWE4NzA2Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 896d4713-e482 0
ResourceCustomizationUUID:297034e6-dd5e-4272-a8ba-cf9d6b0e487a
ResourceInvariantUUID:6bb7634e-5c72-4126-9f8e-e49650399b9a
ResourceName:pNF 896d4713-e482
ResourceType:PNF
ResourceUUID:171debdd-5f34-4e86-a0b1-11091fc3be48
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-29T05:38:25.632Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45584f89-b818-4c78-805f-702d9d460595 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:38:25.992Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:38:25.993Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:38:25.993Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:38:25.994Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 364047e4-5294-42a7-854f-08ea30560cf8 from URL: /sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:25.994Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:38:25.994Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:26.319Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:38:26.340Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar 364047e4-5294-42a7-854f-08ea30560cf8 87800
2022-12-29T05:38:26.340Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar ASDC sendASDCNotification
2022-12-29T05:38:26.340Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:26.341Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:38:26.341Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:26.356Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:26.356Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292306340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:38:26.451Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-29T05:38:26.451Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:26.452Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:26.498Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:26.498Z||pool-48-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:38:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:38:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:38:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:27.358Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:38:27.358Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:38:27.359Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 364047e4-5294-42a7-854f-08ea30560cf8, URL: /sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar to file: /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:27.359Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:27.359Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:27.396Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:27.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:27.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "cds",
  "timestamp": 1672292219085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292214662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292214662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "cds",
  "timestamp": 1672292219085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "aai-ml",
  "timestamp": 1672292223967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292214662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "cds",
  "timestamp": 1672292219085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "aai-ml",
  "timestamp": 1672292223967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292214662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "cds",
  "timestamp": 1672292219085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "aai-ml",
  "timestamp": 1672292223967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "cds",
  "timestamp": 1672292219085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292214662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "aai-ml",
  "timestamp": 1672292223967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292214662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "cds",
  "timestamp": 1672292219085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "aai-ml",
  "timestamp": 1672292223967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292214662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "cds",
  "timestamp": 1672292219085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:38:27.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "aai-ml",
  "timestamp": 1672292223967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "cds",
  "timestamp": 1672292230686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "aai-ml",
  "timestamp": 1672292223967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:38:27.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:38:27.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "cds",
  "timestamp": 1672292231702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:38:27.724Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94994597-4d0d-4a85-989c-6859d2fc527d
2022-12-29T05:38:27.724Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94994597-4d0d-4a85-989c-6859d2fc527d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:38:27.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "aai-ml",
  "timestamp": 1672292232404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:38:27.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:38:27.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292229077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292236883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292238078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292239208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:38:27.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292240230,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:38:27.835Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94994597-4d0d-4a85-989c-6859d2fc527d
2022-12-29T05:38:27.835Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94994597-4d0d-4a85-989c-6859d2fc527d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:38:27.889Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1593085394937988182/Definitions/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml
2022-12-29T05:38:27.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292239233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292241234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292239233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292239233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292234662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292234085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292239233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "aai-ml",
  "timestamp": 1672292244982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292234085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292234662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292239233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "aai-ml",
  "timestamp": 1672292245993,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:38:27.951Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94994597-4d0d-4a85-989c-6859d2fc527d
2022-12-29T05:38:27.951Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94994597-4d0d-4a85-989c-6859d2fc527d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:38:27.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292234662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292234085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292239233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292234662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292234085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292239233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292234085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:38:31.173Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T05:38:31.174Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:38:31.174Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.174Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-29T05:38:31.174Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||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-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.174Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||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-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 896d4713-e482 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-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:38:31.176Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:38:31.176Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.176Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Node template pNF 896d4713-e482 0 is matching search criteria
2022-12-29T05:38:31.177Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:38:31.177Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 896d4713-e482 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:38:31.190Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:38:31.190Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.191Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Node template pNF 896d4713-e482 0 is matching search criteria
2022-12-29T05:38:31.191Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:38:31.191Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 896d4713-e482 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:38:31.191Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:38:31.192Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.192Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:38:31.192Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.192Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:38:31.193Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.193Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:38:31.193Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.193Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:38:31.194Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.194Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jfuvLOZPbaNqVlkC6W68
Description:catalog service description
Model UUID:45584f89-b818-4c78-805f-702d9d460595
Model Version:NULL
Model InvariantUuid:646b2fa4-a582-445b-9d4e-eccaf76409dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T05:38:31.263Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 171debdd-5f34-4e86-a0b1-11091fc3be48
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:38:31.280Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||pNF 896d4713-e482 0
2022-12-29T05:38:31.283Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 171debdd-5f34-4e86-a0b1-11091fc3be48
2022-12-29T05:38:31.283Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 45584f89-b818-4c78-805f-702d9d460595
2022-12-29T05:38:31.283Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 45584f89-b818-4c78-805f-702d9d460595
2022-12-29T05:38:31.283Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 896d4713-e482 0 171debdd-5f34-4e86-a0b1-11091fc3be48 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:38:31.341Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a6eb176, org.onap.sdc.toscaparser.api.parameters.Input@41dfb756, org.onap.sdc.toscaparser.api.parameters.Input@50018c8, org.onap.sdc.toscaparser.api.parameters.Input@3126dc31, org.onap.sdc.toscaparser.api.parameters.Input@efc2e62]
2022-12-29T05:38:31.343Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:38:31.345Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.351Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 45584f89-b818-4c78-805f-702d9d460595: pNF 896d4713-e482
2022-12-29T05:38:31.351Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Processing PNF resource: 171debdd-5f34-4e86-a0b1-11091fc3be48
2022-12-29T05:38:31.352Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:38:31.357Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.360Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Resource customization UUID: 297034e6-dd5e-4272-a8ba-cf9d6b0e487a is the same as notified resource customizationUUID: 297034e6-dd5e-4272-a8ba-cf9d6b0e487a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-29T05:38:31.904Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 896d4713-e482 171debdd-5f34-4e86-a0b1-11091fc3be48 0 ASDC deployResourceStructure
2022-12-29T05:38:31.916Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar ASDC sendASDCNotification
2022-12-29T05:38:31.926Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.926Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:38:31.928Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:31.984Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:32.001Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292311916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:38:32.059Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 54 ms
2022-12-29T05:38:32.071Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:32.072Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:32.213Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:38:32.222Z||pool-49-thread-1|||||INFO|500||cambria reply ok (159 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:33.008Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91a1a6b3-623b-43b1-9cf7-788f51e24de7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:38:33.209Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91a1a6b3-623b-43b1-9cf7-788f51e24de7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:38:33.228Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:38:33.228Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:38:33.229Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T05:38:33.229Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T05:38:33.229Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:38:33.229Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:38:33.230Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:38:33.235Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:38:33.236Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:38:33.236Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:38:33.306Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T05:39:03.308Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T05:39:03.371Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and serviceModelVersionId: 45584f89-b818-4c78-805f-702d9d460595
2022-12-29T05:39:03.372Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 646b2fa4-a582-445b-9d4e-eccaf76409dc
2022-12-29T05:39:03.376Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/646b2fa4-a582-445b-9d4e-eccaf76409dc/model-vers/model-ver/45584f89-b818-4c78-805f-702d9d460595?depth=0
2022-12-29T05:39:03.432Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T05:39:03.903Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/646b2fa4-a582-445b-9d4e-eccaf76409dc/model-vers/model-ver/45584f89-b818-4c78-805f-702d9d460595?depth=0|INFO|500||Invoke
2022-12-29T05:39:03.904Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/646b2fa4-a582-445b-9d4e-eccaf76409dc/model-vers/model-ver/45584f89-b818-4c78-805f-702d9d460595?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/646b2fa4-a582-445b-9d4e-eccaf76409dc/model-vers/model-ver/45584f89-b818-4c78-805f-702d9d460595?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91a1a6b3-623b-43b1-9cf7-788f51e24de7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67082c69-83f1-480f-8b2c-01b4691e6ba9], X-ECOMP-RequestID=[91a1a6b3-623b-43b1-9cf7-788f51e24de7], X-TransactionId=[], X-ONAP-RequestID=[91a1a6b3-623b-43b1-9cf7-788f51e24de7], Content-Type=[application/merge-patch+json]}
2022-12-29T05:39:04.145Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/646b2fa4-a582-445b-9d4e-eccaf76409dc/model-vers/model-ver/45584f89-b818-4c78-805f-702d9d460595?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-29T05:39:04.493Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/646b2fa4-a582-445b-9d4e-eccaf76409dc/model-vers/model-ver/45584f89-b818-4c78-805f-702d9d460595?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/646b2fa4-a582-445b-9d4e-eccaf76409dc/model-vers/model-ver/45584f89-b818-4c78-805f-702d9d460595?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 05:39:05 GMT], content-length=[0], vertex-id=[163968], x-aai-txid=[1-aai-resources-221229-05:39:05:836-38206], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T05:39:04.496Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/646b2fa4-a582-445b-9d4e-eccaf76409dc/model-vers/model-ver/45584f89-b818-4c78-805f-702d9d460595?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-29T05:39:04.507Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/646b2fa4-a582-445b-9d4e-eccaf76409dc/model-vers/model-ver/45584f89-b818-4c78-805f-702d9d460595?depth=0|INFO|500||InvokeReturn
2022-12-29T05:39:04.525Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T05:39:04.526Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:39:04.594Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T05:39:04.597Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T05:39:04.599Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T05:39:04.600Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:04.619Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:04.621Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292344598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:39:04.721Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-29T05:39:04.725Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:04.726Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:04.809Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:04.811Z||pool-50-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:39:05.644Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-29T05:39:05.645Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"94994597-4d0d-4a85-989c-6859d2fc527d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa","serviceDescription":"service","serviceInvariantUUID":"558422f7-3094-437b-8a41-2e54142f9012","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"deabfa40-9e97-4053-9d14-4b714300abe8","resourceInvariantUUID":"197f66a6-3c1b-4ee3-80ac-c67b7604ad77","resourceCustomizationUUID":"1ab885ca-5142-4b22-8b59-3c92d63f3fc7","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":"OGE0ZTk3YjBmYTFhZjM0Y2JhZjdjZDkyNzc1OWY5ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7700f79-2788-4d53-89b4-8d2e3bd89058","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":"M2QwZjM0ZDNlNTRhYzU0NmZjYjI3ZGM1OTU2MjVhMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"810512e4-97b0-4827-9eac-0d5886d5bd2e","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":"c27744ca-3863-4cc4-b33e-e85de3ebac45","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":"0ca41672-e589-4047-9204-26798726d22e","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":"35414643-bc89-4249-b3c1-5022f007cefe","artifactVersion":"2","generatedFromUUID":"c27744ca-3863-4cc4-b33e-e85de3ebac45"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDk3OGRiNWJjMDM3ZGVhMWE3YTYwOGI0OTBhZTcyNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c575f240-4b9b-4006-8afc-332c31072d7b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGU5NGFkZGE3MDlkZjIzOGViYWM3MWVjMWM2MDYxYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3da477d0-b352-46bf-822d-65bb8829949e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T05:39:05.645Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:39:05.646Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:05.648Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:05.648Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:39:05.758Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-12-29T05:39:05.770Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:05.771Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:05.814Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:05.819Z||pool-51-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:06.658Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:39:06.659Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:06.706Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:06.706Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:39:06.790Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-12-29T05:39:06.801Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:06.802Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:06.835Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:06.837Z||pool-52-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:07.709Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:39:07.710Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:07.727Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:07.728Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:39:07.848Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2022-12-29T05:39:07.859Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:07.864Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:07.932Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:07.933Z||pool-53-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:39:08.739Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:39:08.741Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:08.799Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:08.800Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:39:08.908Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-29T05:39:08.922Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:08.923Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:08.994Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:09.008Z||pool-54-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:09.801Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:39:09.810Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:09.826Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:09.826Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-29T05:39:09.942Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-12-29T05:39:09.960Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:09.960Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:09.982Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:09.983Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:10.844Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:39:10.844Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:10.866Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:10.866Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:39:10.953Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-12-29T05:39:10.954Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:10.954Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:11.105Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:11.110Z||pool-56-thread-1|||||INFO|500||cambria reply ok (156 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:11.867Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:39:11.867Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:11.878Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:11.878Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:39:11.985Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-29T05:39:11.986Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:11.986Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:12.056Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:12.058Z||pool-57-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:12.885Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "558422f7-3094-437b-8a41-2e54142f9012",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "1ab885ca-5142-4b22-8b59-3c92d63f3fc7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "deabfa40-9e97-4053-9d14-4b714300abe8",
      "resourceInvariantUUID": "197f66a6-3c1b-4ee3-80ac-c67b7604ad77",
      "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": "M2QwZjM0ZDNlNTRhYzU0NmZjYjI3ZGM1OTU2MjVhMTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "810512e4-97b0-4827-9eac-0d5886d5bd2e",
          "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": "c27744ca-3863-4cc4-b33e-e85de3ebac45",
          "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": "35414643-bc89-4249-b3c1-5022f007cefe",
            "generatedFromUUID": "c27744ca-3863-4cc4-b33e-e85de3ebac45"
          },
          "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": "35414643-bc89-4249-b3c1-5022f007cefe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OGU5NGFkZGE3MDlkZjIzOGViYWM3MWVjMWM2MDYxYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3da477d0-b352-46bf-822d-65bb8829949e"
    }
  ],
  "workloadContext": "Production"
}
2022-12-29T05:39:12.888Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T05:39:12.890Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa ASDC
2022-12-29T05:39:12.893Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:94994597-4d0d-4a85-989c-6859d2fc527d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa
ServiceInvariantUUID:558422f7-3094-437b-8a41-2e54142f9012
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:3da477d0-b352-46bf-822d-65bb8829949e
ArtifactChecksum:OGU5NGFkZGE3MDlkZjIzOGViYWM3MWVjMWM2MDYxYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:1ab885ca-5142-4b22-8b59-3c92d63f3fc7
ResourceInvariantUUID:197f66a6-3c1b-4ee3-80ac-c67b7604ad77
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:deabfa40-9e97-4053-9d14-4b714300abe8
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:810512e4-97b0-4827-9eac-0d5886d5bd2e
ArtifactChecksum:M2QwZjM0ZDNlNTRhYzU0NmZjYjI3ZGM1OTU2MjVhMTM=
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:c27744ca-3863-4cc4-b33e-e85de3ebac45
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:35414643-bc89-4249-b3c1-5022f007cefe
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:35414643-bc89-4249-b3c1-5022f007cefe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-29T05:39:12.895Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:39:13.167Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:39:13.168Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:39:13.169Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:39:13.169Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3da477d0-b352-46bf-822d-65bb8829949e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-29T05:39:13.169Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:39:13.170Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-29T05:39:13.525Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:39:13.549Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3da477d0-b352-46bf-822d-65bb8829949e 74800
2022-12-29T05:39:13.549Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-29T05:39:13.550Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-29T05:39:13.550Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:39:13.550Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:13.557Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:13.557Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292353549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:39:13.666Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-12-29T05:39:13.674Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:13.675Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:13.977Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:13.993Z||pool-58-thread-1|||||INFO|500||cambria reply ok (324 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:14.561Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:39:14.562Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:39:14.563Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3da477d0-b352-46bf-822d-65bb8829949e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:14.563Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-29T05:39:14.582Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:14.582Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:15.475Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17030374227258084133/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-29T05:39:20.764Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T05:39:20.768Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:39:20.770Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:20.770Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-29T05:39:20.771Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:20.772Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:20.773Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:20.773Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:20.774Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:20.774Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:20.775Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-29T05:39:20.776Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:39:20.777Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.780Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:20.782Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-29T05:39:20.783Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:39:20.784Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:39:20.785Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.786Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:20.787Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-29T05:39:20.788Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:39:20.789Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:39:20.790Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.791Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:20.792Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.794Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-29T05:39:20.795Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-29T05:39:20.796Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-29T05:39:20.796Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-29T05:39:20.797Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-29T05:39:20.798Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-29T05:39:20.799Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.800Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:39:20.802Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.803Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-29T05:39:20.804Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:39:20.806Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.807Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-29T05:39:20.808Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:39:20.812Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.813Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-29T05:39:20.814Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:39:20.815Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.816Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-29T05:39:20.817Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-29T05:39:20.820Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-29T05:39:20.820Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f9522609-2729-4f77-80ca-76f5b003d71c
2022-12-29T05:39:20.822Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.823Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:20.824Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.825Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:20.828Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.833Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:20.834Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:20.835Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:20.836Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa
Model Version:NULL
Model InvariantUuid:558422f7-3094-437b-8a41-2e54142f9012
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:15a771ac-27d3-4e29-bb6d-af031a4dbda3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:197f66a6-3c1b-4ee3-80ac-c67b7604ad77
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ab885ca-5142-4b22-8b59-3c92d63f3fc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:939aa7a0-ae05-4ffc-91f5-b55675ea7bf7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:384fac12-da02-48bc-a65e-fd9a90baf741
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f9522609-2729-4f77-80ca-76f5b003d71c
ModelInvariantUuid:d800da5a-50a3-4f12-9130-0b47f53144f3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5e0a5804-97d0-4438-ae04-20f2793c9e50
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c7e19cea-c6fd-4167-85e1-1a1bd2ce7618
ModelInvariantUuid:af523eae-d641-440b-b632-c3890ec03218
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:61a3e0e6-b82c-4ab8-a483-d90426a1cb6f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T05:39:20.937Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: deabfa40-9e97-4053-9d14-4b714300abe8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:39:21.002Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-12-29T05:39:21.004Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: deabfa40-9e97-4053-9d14-4b714300abe8
2022-12-29T05:39:21.010Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 810512e4-97b0-4827-9eac-0d5886d5bd2e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-29T05:39:21.021Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:39:21.023Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-29T05:39:21.292Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:39:21.305Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 810512e4-97b0-4827-9eac-0d5886d5bd2e 787
2022-12-29T05:39:21.318Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-29T05:39:21.319Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-29T05:39:21.320Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:39:21.327Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:21.427Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:21.430Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292361318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:39:21.537Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-29T05:39:21.538Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:21.538Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:21.568Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:21.570Z||pool-59-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:22.457Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "939aa7a0-ae05-4ffc-91f5-b55675ea7bf7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "384fac12-da02-48bc-a65e-fd9a90baf741",
    "vfModuleModelCustomizationUUID": "14a68edf-a51b-41a8-a354-0a0001cd58e1",
    "isBase": true,
    "artifacts": [
      "c27744ca-3863-4cc4-b33e-e85de3ebac45",
      "35414643-bc89-4249-b3c1-5022f007cefe"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T05:39:22.576Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:384fac12-da02-48bc-a65e-fd9a90baf741
VfModuleModelInvariantUUID:939aa7a0-ae05-4ffc-91f5-b55675ea7bf7
VfModuleModelDescription:NULL
Artifacts UUID List:{
c27744ca-3863-4cc4-b33e-e85de3ebac45
,
35414643-bc89-4249-b3c1-5022f007cefe

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

isBase:true


}

2022-12-29T05:39:22.604Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "939aa7a0-ae05-4ffc-91f5-b55675ea7bf7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "384fac12-da02-48bc-a65e-fd9a90baf741",
    "vfModuleModelCustomizationUUID": "14a68edf-a51b-41a8-a354-0a0001cd58e1",
    "isBase": true,
    "artifacts": [
      "c27744ca-3863-4cc4-b33e-e85de3ebac45",
      "35414643-bc89-4249-b3c1-5022f007cefe"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T05:39:22.605Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:384fac12-da02-48bc-a65e-fd9a90baf741
VfModuleModelInvariantUUID:939aa7a0-ae05-4ffc-91f5-b55675ea7bf7
VfModuleModelDescription:NULL
Artifacts UUID List:{
c27744ca-3863-4cc4-b33e-e85de3ebac45
,
35414643-bc89-4249-b3c1-5022f007cefe

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

isBase:true


}

2022-12-29T05:39:22.605Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c27744ca-3863-4cc4-b33e-e85de3ebac45 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-29T05:39:22.605Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:39:22.606Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-29T05:39:22.723Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:39:22.733Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c27744ca-3863-4cc4-b33e-e85de3ebac45 5033
2022-12-29T05:39:22.735Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-29T05:39:22.736Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-29T05:39:22.737Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:39:22.741Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:22.766Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:22.768Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292362735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:39:22.942Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 163 ms
2022-12-29T05:39:22.993Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:23.018Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:23.145Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:23.219Z||pool-60-thread-1|||||INFO|500||cambria reply ok (260 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:39:23.780Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35414643-bc89-4249-b3c1-5022f007cefe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-29T05:39:23.784Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:39:23.784Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-29T05:39:23.999Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:39:24.005Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 35414643-bc89-4249-b3c1-5022f007cefe 903
2022-12-29T05:39:24.006Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-29T05:39:24.006Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-29T05:39:24.006Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:39:24.006Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:24.018Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:24.019Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292364006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:39:24.131Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-12-29T05:39:24.138Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:24.140Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:24.195Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:24.196Z||pool-61-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:39:25.022Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa
2022-12-29T05:39:25.023Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 deabfa40-9e97-4053-9d14-4b714300abe8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:39:25.147Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5944d88c, org.onap.sdc.toscaparser.api.parameters.Input@590ea4e0, org.onap.sdc.toscaparser.api.parameters.Input@59934c8b, org.onap.sdc.toscaparser.api.parameters.Input@21762a57, org.onap.sdc.toscaparser.api.parameters.Input@5e09064d]
2022-12-29T05:39:25.150Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.150Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:25.150Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-12-29T05:39:25.169Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1ab885ca-5142-4b22-8b59-3c92d63f3fc7
2022-12-29T05:39:25.186Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ab885ca-5142-4b22-8b59-3c92d63f3fc7 matches Tosca VF Customization UUID: 1ab885ca-5142-4b22-8b59-3c92d63f3fc7
2022-12-29T05:39:25.187Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1ab885ca-5142-4b22-8b59-3c92d63f3fc7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-29T05:39:25.246Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.246Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:25.247Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1ab885ca-5142-4b22-8b59-3c92d63f3fc7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-29T05:39:25.247Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@218cdde4
2022-12-29T05:39:25.247Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.247Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:39:25.290Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 14a68edf-a51b-41a8-a354-0a0001cd58e1
2022-12-29T05:39:25.290Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 14a68edf-a51b-41a8-a354-0a0001cd58e1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-29T05:39:25.392Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.393Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-29T05:39:25.394Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:39:25.396Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.397Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-29T05:39:25.398Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:39:25.399Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.402Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-29T05:39:25.402Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-29T05:39:25.403Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-29T05:39:25.403Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f9522609-2729-4f77-80ca-76f5b003d71c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T05:39:25.437Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.438Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-29T05:39:25.438Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:39:25.438Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.439Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-29T05:39:25.439Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1ab885ca-5142-4b22-8b59-3c92d63f3fc7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:39:25.458Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.459Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:25.460Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa: basic_vm
2022-12-29T05:39:25.461Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.463Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:25.464Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.466Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:25.467Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.468Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:25.470Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.471Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:25.475Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:39:25.476Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:39:25.477Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:39:26.372Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm deabfa40-9e97-4053-9d14-4b714300abe8 1 ASDC deployResourceStructure
2022-12-29T05:39:26.373Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-29T05:39:26.373Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-29T05:39:26.373Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:39:26.373Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:26.381Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:26.382Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292366373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:39:26.476Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-29T05:39:26.477Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:26.477Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:26.542Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:26.543Z||pool-62-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:39:27.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:39:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:27.156Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:27.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:39:27.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292234662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:39:27.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:39:27.385Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-29T05:39:27.426Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-29T05:39:27.426Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:39:27.426Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:27.442Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:27.443Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292367384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T05:39:27.533Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-12-29T05:39:27.543Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:27.544Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:27.602Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:27.605Z||pool-63-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:28.447Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-29T05:39:28.475Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-29T05:39:28.476Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:39:28.476Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:28.498Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:28.499Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292368447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-29T05:39:28.601Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:39:28.605Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:28.614Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:28.646Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:28.648Z||pool-64-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:29.504Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-29T05:39:29.552Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-29T05:39:29.570Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:39:29.580Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:39:29.619Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:39:29.622Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292369503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:39:29.722Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:39:29.734Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:39:29.736Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:39:29.804Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:39:29.820Z||pool-65-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:39:30.627Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94994597-4d0d-4a85-989c-6859d2fc527d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:39:30.870Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94994597-4d0d-4a85-989c-6859d2fc527d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:39:30.970Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:39:30.971Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:39:30.972Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:39:30.973Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:40:00.977Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94994597-4d0d-4a85-989c-6859d2fc527d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:40:01.038Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94994597-4d0d-4a85-989c-6859d2fc527d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:40:01.046Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:40:01.047Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:40:01.047Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:40:01.047Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:40:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:40:27.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:40:27.034Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:40:27.146Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:40:27.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292247828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:40:27.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292234085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292234662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292234662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292234085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292249077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292234085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292234662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292249077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-29T05:40:27.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292234085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:40:27.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672292234662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292249077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-29T05:40:27.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292249077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:40:27.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292253681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:40:27.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292249077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:40:27.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "cds",
  "timestamp": 1672292254691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:40:27.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9
2022-12-29T05:40:27.310Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:40:27.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292253967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292249077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292254286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:40:27.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292253967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292249077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-29T05:40:27.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292255297,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:40:27.450Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94994597-4d0d-4a85-989c-6859d2fc527d
2022-12-29T05:40:27.451Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94994597-4d0d-4a85-989c-6859d2fc527d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:40:27.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292253967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292253967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292249077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292249077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:40:27.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292253967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292259085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:40:27.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292253967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292253967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292260295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:40:27.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292253967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292261538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:40:27.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292253967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:40:27.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292262954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:40:27.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292263986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:40:27.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292264004,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:40:27.610Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9
2022-12-29T05:40:27.611Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:40:27.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672292265008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:40:27.660Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292269233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292269233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292269233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292269233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292269233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292276056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:40:27.716Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292269233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "aai-ml",
  "timestamp": 1672292277062,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:40:27.758Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9
2022-12-29T05:40:27.759Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:40:27.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292269233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292269233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292269233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:40:27.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292279832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:40:27.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292289960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:40:27.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292296278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:40:27.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:27.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:27.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:27.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:27.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672292297346,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:40:27.959Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9
2022-12-29T05:40:27.960Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:40:28.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:28.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:28.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:28.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:28.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:28.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:28.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:28.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:28.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:40:28.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292306340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:40:28.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:40:31.050Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94994597-4d0d-4a85-989c-6859d2fc527d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:40:32.966Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94994597-4d0d-4a85-989c-6859d2fc527d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:40:32.980Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:40:32.980Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:40:32.980Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T05:40:32.980Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T05:40:32.981Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:40:32.981Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:40:32.981Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:40:32.982Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:40:32.982Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:40:32.982Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:40:33.001Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T05:41:03.005Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94994597-4d0d-4a85-989c-6859d2fc527d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T05:41:03.056Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94994597-4d0d-4a85-989c-6859d2fc527d and serviceModelVersionId: bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa
2022-12-29T05:41:03.062Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 558422f7-3094-437b-8a41-2e54142f9012
2022-12-29T05:41:03.087Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/558422f7-3094-437b-8a41-2e54142f9012/model-vers/model-ver/bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa?depth=0
2022-12-29T05:41:03.115Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T05:41:03.674Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/558422f7-3094-437b-8a41-2e54142f9012/model-vers/model-ver/bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-29T05:41:03.676Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/558422f7-3094-437b-8a41-2e54142f9012/model-vers/model-ver/bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa?depth=0|INFO|500||Invoke
2022-12-29T05:41:03.943Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/558422f7-3094-437b-8a41-2e54142f9012/model-vers/model-ver/bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-29T05:41:04.273Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/558422f7-3094-437b-8a41-2e54142f9012/model-vers/model-ver/bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa?depth=0|INFO|500||InvokeReturn
2022-12-29T05:41:04.281Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/558422f7-3094-437b-8a41-2e54142f9012/model-vers/model-ver/bf6ddbe8-f63f-43ac-bf1b-6cfbf142fdfa?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 05:41:05 GMT], content-length=[0], vertex-id=[213112], x-aai-txid=[0-aai-resources-221229-05:41:05:647-25580], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T05:41:04.283Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-29T05:41:04.284Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T05:41:04.285Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:41:04.340Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T05:41:04.344Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94994597-4d0d-4a85-989c-6859d2fc527d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T05:41:04.355Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T05:41:04.359Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:04.367Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:04.368Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292464346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:41:04.490Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms
2022-12-29T05:41:04.491Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:04.491Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:04.607Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:04.616Z||pool-66-thread-1|||||INFO|500||cambria reply ok (126 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:41:05.441Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-29T05:41:05.442Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"76a58dc5-4bfd-408e-8fb4-16a6e20f29a9","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3ea63521-e531-43e5-b5ab-093fa968e27c","serviceDescription":"service","serviceInvariantUUID":"c88827e3-08e8-47aa-9390-82865488d457","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d5b647e9-ffec-4ba5-a172-7f28a04c577d","resourceInvariantUUID":"33a6913e-3177-4a85-80b4-2cc08c66e17b","resourceCustomizationUUID":"3808ba23-2efb-4402-827d-8e41d37ded90","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":"NTA1YzhmMWI5YTEyMTI2ZTIwYmRlOGUyMzI5MDRhZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7462ad10-4476-4169-af09-c15254abe03c","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":"1a0e37f7-9e19-4b85-90ef-e544ef24d6e8","artifactVersion":"2","generatedFromUUID":"1bd3692b-b873-4dad-8581-fbdad947bebb"},{"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":"1bd3692b-b873-4dad-8581-fbdad947bebb","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":"YzRhNTIwNTkzYjU0ZDdkZTMyNDFhNDM3YjMyZDkyMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b707d3b1-54d8-408f-94db-1b5ae142e314","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":"7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a","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":"6f7f4b81-a7b5-45ca-9f5f-e8319a4466dc","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":"004034c8-f015-4268-b3c2-a2811f4ff171","artifactVersion":"2","generatedFromUUID":"7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MGVhNGQwZmVmMTdhZmE5YmE1ZjM5MDI2ZDA1NTczOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a11e7346-fc1a-461e-8516-7f127c6cd5dd","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGFhNjhjMGRjZTNiNDdiZTAyYzlkZmFhNzFiNDk5NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0d3c1e4-5964-413c-8377-9b6953de466d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T05:41:05.442Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:41:05.443Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:05.449Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:05.449Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:41:05.573Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 123 ms
2022-12-29T05:41:05.577Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:05.577Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:05.643Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:05.645Z||pool-67-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:06.457Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:41:06.473Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:06.481Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:06.481Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-29T05:41:06.589Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-29T05:41:06.590Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:06.605Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:06.627Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:06.628Z||pool-68-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:07.482Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:41:07.485Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:07.488Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:07.488Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-29T05:41:07.590Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-29T05:41:07.591Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:07.592Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:07.616Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:07.617Z||pool-69-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:08.489Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:41:08.490Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:08.517Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:08.517Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:41:08.596Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-12-29T05:41:08.602Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:08.602Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:08.637Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:08.639Z||pool-70-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:09.517Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:41:09.518Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:09.529Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:09.529Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:41:09.621Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-29T05:41:09.622Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:09.622Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:09.658Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:09.658Z||pool-71-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:10.531Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:41:10.532Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:10.549Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:10.550Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:41:10.650Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:41:10.651Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:10.651Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:10.678Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:10.680Z||pool-72-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:41:11.550Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:41:11.551Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:11.588Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:11.588Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-29T05:41:11.669Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-12-29T05:41:11.671Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:11.671Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:11.742Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:11.743Z||pool-73-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:41:12.603Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:41:12.605Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:12.619Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:12.619Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:41:12.736Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-12-29T05:41:12.749Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:12.750Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:12.827Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:12.829Z||pool-74-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:13.625Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:41:13.634Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:13.643Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:13.643Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:41:13.760Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-12-29T05:41:13.774Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:13.775Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:13.815Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:13.820Z||pool-75-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:14.649Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "3ea63521-e531-43e5-b5ab-093fa968e27c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c88827e3-08e8-47aa-9390-82865488d457",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "3808ba23-2efb-4402-827d-8e41d37ded90",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d5b647e9-ffec-4ba5-a172-7f28a04c577d",
      "resourceInvariantUUID": "33a6913e-3177-4a85-80b4-2cc08c66e17b",
      "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": "1a0e37f7-9e19-4b85-90ef-e544ef24d6e8",
          "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": "1bd3692b-b873-4dad-8581-fbdad947bebb",
          "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": "YzRhNTIwNTkzYjU0ZDdkZTMyNDFhNDM3YjMyZDkyMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b707d3b1-54d8-408f-94db-1b5ae142e314",
          "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": "7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a",
          "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": "004034c8-f015-4268-b3c2-a2811f4ff171",
            "generatedFromUUID": "7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a"
          },
          "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": "004034c8-f015-4268-b3c2-a2811f4ff171",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZGFhNjhjMGRjZTNiNDdiZTAyYzlkZmFhNzFiNDk5NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a0d3c1e4-5964-413c-8377-9b6953de466d"
    }
  ],
  "workloadContext": "Production"
}
2022-12-29T05:41:14.701Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T05:41:14.701Z|94994597-4d0d-4a85-989c-6859d2fc527d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3ea63521-e531-43e5-b5ab-093fa968e27c ASDC
2022-12-29T05:41:14.704Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:76a58dc5-4bfd-408e-8fb4-16a6e20f29a9
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3ea63521-e531-43e5-b5ab-093fa968e27c
ServiceInvariantUUID:c88827e3-08e8-47aa-9390-82865488d457
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:a0d3c1e4-5964-413c-8377-9b6953de466d
ArtifactChecksum:ZGFhNjhjMGRjZTNiNDdiZTAyYzlkZmFhNzFiNDk5NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3808ba23-2efb-4402-827d-8e41d37ded90
ResourceInvariantUUID:33a6913e-3177-4a85-80b4-2cc08c66e17b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d5b647e9-ffec-4ba5-a172-7f28a04c577d
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:1a0e37f7-9e19-4b85-90ef-e544ef24d6e8
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:1bd3692b-b873-4dad-8581-fbdad947bebb
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:b707d3b1-54d8-408f-94db-1b5ae142e314
ArtifactChecksum:YzRhNTIwNTkzYjU0ZDdkZTMyNDFhNDM3YjMyZDkyMWU=
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:7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a
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:004034c8-f015-4268-b3c2-a2811f4ff171
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:004034c8-f015-4268-b3c2-a2811f4ff171
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-29T05:41:14.715Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ea63521-e531-43e5-b5ab-093fa968e27c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:41:15.113Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:41:15.114Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:41:15.114Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:41:15.114Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0d3c1e4-5964-413c-8377-9b6953de466d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-29T05:41:15.114Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:41:15.115Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-29T05:41:15.933Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:41:15.946Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a0d3c1e4-5964-413c-8377-9b6953de466d 73671
2022-12-29T05:41:15.947Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-29T05:41:15.947Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-29T05:41:15.948Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:41:15.948Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:15.955Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:15.956Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292475947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:41:16.065Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-12-29T05:41:16.068Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:16.069Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:16.162Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:16.169Z||pool-76-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:16.966Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:41:16.972Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:41:16.979Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a0d3c1e4-5964-413c-8377-9b6953de466d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-29T05:41:17.051Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-29T05:41:17.059Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-29T05:41:17.060Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-29T05:41:17.594Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9877109110210810882/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-12-29T05:41:23.803Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T05:41:23.806Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:41:23.807Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-29T05:41:23.807Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-29T05:41:23.808Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-29T05:41:23.808Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-29T05:41:23.810Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-29T05:41:23.813Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-29T05:41:23.814Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:41:23.815Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.816Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:23.817Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-29T05:41:23.818Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:41:23.819Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:41:23.820Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.821Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:23.822Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-29T05:41:23.823Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:41:23.824Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:41:23.825Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.826Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:23.827Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.828Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-29T05:41:23.829Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-29T05:41:23.830Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-29T05:41:23.830Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-29T05:41:23.831Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.832Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:41:23.833Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.834Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-29T05:41:23.835Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:41:23.836Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.837Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-29T05:41:23.837Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:41:23.837Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.837Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-29T05:41:23.837Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:41:23.838Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.838Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-29T05:41:23.838Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-29T05:41:23.838Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=63ec7cbd-026f-4080-8c35-00171ab73638
2022-12-29T05:41:23.838Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.839Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:23.839Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.839Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:23.839Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.840Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:23.840Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:23.840Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:23.840Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:3ea63521-e531-43e5-b5ab-093fa968e27c
Model Version:NULL
Model InvariantUuid:c88827e3-08e8-47aa-9390-82865488d457
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:b39e7a9a-b140-471e-b142-0bab274c90ce
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:33a6913e-3177-4a85-80b4-2cc08c66e17b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3808ba23-2efb-4402-827d-8e41d37ded90
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6c8d37b3-4969-486d-b147-4c2476a434fb
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:64ada481-9c72-4379-924e-fd53053d8ad1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:63ec7cbd-026f-4080-8c35-00171ab73638
ModelInvariantUuid:86f2e942-95a6-4078-b218-077b216bdd6e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:936d565d-5bfb-4035-b2c1-f165a5b496ea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ee458bbb-e81c-4a41-b7e1-13fdc0e5bc24
ModelInvariantUuid:59e588bf-fde2-44a8-a643-15d20f92a16c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:3d8879a6-123d-4f2c-b9ea-4918be87c578
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T05:41:23.927Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d5b647e9-ffec-4ba5-a172-7f28a04c577d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:41:23.968Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-12-29T05:41:23.969Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d5b647e9-ffec-4ba5-a172-7f28a04c577d
2022-12-29T05:41:23.970Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1a0e37f7-9e19-4b85-90ef-e544ef24d6e8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-29T05:41:23.970Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:41:23.971Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-29T05:41:24.144Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:41:24.146Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1a0e37f7-9e19-4b85-90ef-e544ef24d6e8 12
2022-12-29T05:41:24.148Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-29T05:41:24.150Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-29T05:41:24.150Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:41:24.151Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:24.161Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:24.163Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292484148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:41:24.303Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 139 ms
2022-12-29T05:41:24.306Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:24.307Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:24.351Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:24.360Z||pool-77-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:41:25.166Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1bd3692b-b873-4dad-8581-fbdad947bebb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-29T05:41:25.167Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:41:25.168Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-29T05:41:25.278Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:41:25.279Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1bd3692b-b873-4dad-8581-fbdad947bebb 2688
2022-12-29T05:41:25.282Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-29T05:41:25.283Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-29T05:41:25.284Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:41:25.286Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:25.302Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:25.303Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292485281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:41:25.406Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:41:25.409Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:25.414Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:25.453Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:25.453Z||pool-78-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:26.307Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b707d3b1-54d8-408f-94db-1b5ae142e314 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-29T05:41:26.307Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:41:26.308Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-29T05:41:26.482Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:41:26.482Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b707d3b1-54d8-408f-94db-1b5ae142e314 828
2022-12-29T05:41:26.483Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-29T05:41:26.483Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-29T05:41:26.483Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:41:26.483Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:26.490Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:26.490Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292486483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:41:26.593Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-29T05:41:26.595Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:26.595Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:26.632Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:26.632Z||pool-79-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:41:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:41:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:27.116Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:27.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292311916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:41:27.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:41:27.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292344598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:41:27.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:41:27.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:41:27.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:41:27.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:41:27.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:41:27.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:41:27.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:41:27.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:41:27.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:41:27.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-29T05:41:27.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:41:27.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:41:27.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:41:27.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:41:27.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:41:27.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292353549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:41:27.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:41:27.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292361318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:41:27.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:41:27.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292362735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:41:27.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:41:27.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292364006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:41:27.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:41:27.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:41:27.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292366373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:41:27.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:41:27.492Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6c8d37b3-4969-486d-b147-4c2476a434fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64ada481-9c72-4379-924e-fd53053d8ad1",
    "vfModuleModelCustomizationUUID": "70f434fd-76e2-421d-b053-76076cd5340b",
    "isBase": true,
    "artifacts": [
      "1bd3692b-b873-4dad-8581-fbdad947bebb",
      "7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a",
      "004034c8-f015-4268-b3c2-a2811f4ff171"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T05:41:27.500Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64ada481-9c72-4379-924e-fd53053d8ad1
VfModuleModelInvariantUUID:6c8d37b3-4969-486d-b147-4c2476a434fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
1bd3692b-b873-4dad-8581-fbdad947bebb
,
7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a
,
004034c8-f015-4268-b3c2-a2811f4ff171

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

isBase:true


}

2022-12-29T05:41:27.511Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6c8d37b3-4969-486d-b147-4c2476a434fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64ada481-9c72-4379-924e-fd53053d8ad1",
    "vfModuleModelCustomizationUUID": "70f434fd-76e2-421d-b053-76076cd5340b",
    "isBase": true,
    "artifacts": [
      "1bd3692b-b873-4dad-8581-fbdad947bebb",
      "7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a",
      "004034c8-f015-4268-b3c2-a2811f4ff171"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T05:41:27.514Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64ada481-9c72-4379-924e-fd53053d8ad1
VfModuleModelInvariantUUID:6c8d37b3-4969-486d-b147-4c2476a434fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
1bd3692b-b873-4dad-8581-fbdad947bebb
,
7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a
,
004034c8-f015-4268-b3c2-a2811f4ff171

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

isBase:true


}

2022-12-29T05:41:27.519Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-29T05:41:27.519Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:41:27.536Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-29T05:41:27.699Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:41:27.701Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7f23e7a5-c517-4e8f-9707-e93e9b1e5e8a 1164
2022-12-29T05:41:27.701Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-29T05:41:27.702Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-29T05:41:27.704Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:41:27.706Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:27.713Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:27.715Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292487701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:41:27.817Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:41:27.823Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:27.824Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:27.870Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:27.871Z||pool-80-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:28.717Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 004034c8-f015-4268-b3c2-a2811f4ff171 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-29T05:41:28.718Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:41:28.718Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-29T05:41:28.878Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:41:28.881Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 004034c8-f015-4268-b3c2-a2811f4ff171 200
2022-12-29T05:41:28.881Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-29T05:41:28.882Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-29T05:41:28.882Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:41:28.882Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:28.893Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:28.893Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292488881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:41:28.998Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-29T05:41:29.007Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:29.009Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:29.121Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:29.127Z||pool-81-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:41:29.898Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3ea63521-e531-43e5-b5ab-093fa968e27c
2022-12-29T05:41:29.900Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d5b647e9-ffec-4ba5-a172-7f28a04c577d ASDC
2022-12-29T05:41:30.002Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:41:30.084Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1eac85de, org.onap.sdc.toscaparser.api.parameters.Input@2c9fce59, org.onap.sdc.toscaparser.api.parameters.Input@5a427dc2, org.onap.sdc.toscaparser.api.parameters.Input@1738156c, org.onap.sdc.toscaparser.api.parameters.Input@6dc0f020]
2022-12-29T05:41:30.103Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.117Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:30.123Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-12-29T05:41:30.133Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 3808ba23-2efb-4402-827d-8e41d37ded90
2022-12-29T05:41:30.134Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3808ba23-2efb-4402-827d-8e41d37ded90 matches Tosca VF Customization UUID: 3808ba23-2efb-4402-827d-8e41d37ded90
2022-12-29T05:41:30.136Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 3808ba23-2efb-4402-827d-8e41d37ded90  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-29T05:41:30.160Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.163Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:30.173Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 3808ba23-2efb-4402-827d-8e41d37ded90: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-29T05:41:30.175Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21de284d
2022-12-29T05:41:30.177Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.178Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:41:30.181Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 70f434fd-76e2-421d-b053-76076cd5340b
2022-12-29T05:41:30.183Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 70f434fd-76e2-421d-b053-76076cd5340b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-29T05:41:30.200Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.203Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-29T05:41:30.204Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:41:30.205Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.205Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-29T05:41:30.205Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:41:30.206Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.206Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-29T05:41:30.206Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-29T05:41:30.207Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=63ec7cbd-026f-4080-8c35-00171ab73638
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T05:41:30.230Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.230Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-29T05:41:30.231Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:41:30.232Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.232Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-29T05:41:30.232Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3808ba23-2efb-4402-827d-8e41d37ded90
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:41:30.254Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.255Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:30.257Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3ea63521-e531-43e5-b5ab-093fa968e27c: basic_cnf
2022-12-29T05:41:30.259Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.260Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:30.262Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.264Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:30.266Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.267Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:30.269Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.270Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:30.271Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T05:41:30.273Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:41:30.275Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:41:31.061Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d5b647e9-ffec-4ba5-a172-7f28a04c577d 1 ASDC deployResourceStructure
2022-12-29T05:41:31.062Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-29T05:41:31.063Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-12-29T05:41:31.065Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-29T05:41:31.066Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:31.073Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:31.073Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292491062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-29T05:41:31.186Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-12-29T05:41:31.191Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:31.192Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:31.289Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:31.292Z||pool-82-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:32.075Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-29T05:41:32.082Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-29T05:41:32.083Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-29T05:41:32.086Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:32.098Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:32.100Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292492075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-29T05:41:32.201Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:41:32.205Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:32.206Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:32.272Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:32.276Z||pool-83-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:33.102Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-29T05:41:33.103Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-29T05:41:33.103Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:41:33.104Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:33.158Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:33.158Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292493102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:41:33.260Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-29T05:41:33.267Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:33.268Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:33.303Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:33.308Z||pool-84-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:34.160Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-29T05:41:34.161Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-29T05:41:34.161Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:41:34.162Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:34.168Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:34.169Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292494160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T05:41:34.276Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-29T05:41:34.279Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:34.280Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:34.325Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:34.326Z||pool-85-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:35.174Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-29T05:41:35.174Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-29T05:41:35.174Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:41:35.175Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:35.183Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:35.183Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292495174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-29T05:41:35.290Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-29T05:41:35.294Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:35.294Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:35.361Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:35.362Z||pool-86-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:36.184Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-29T05:41:36.185Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-29T05:41:36.185Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:41:36.185Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:41:36.193Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:41:36.195Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292496184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:41:36.300Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-29T05:41:36.302Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:41:36.302Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:41:36.330Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:41:36.332Z||pool-87-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:41:37.213Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:41:37.261Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:41:37.266Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:41:37.266Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:41:37.266Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T05:41:37.266Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T05:41:37.266Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:41:37.266Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:41:37.266Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:41:37.267Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:41:37.267Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T05:41:37.267Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:41:37.300Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T05:42:07.302Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T05:42:07.346Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9 and serviceModelVersionId: 3ea63521-e531-43e5-b5ab-093fa968e27c
2022-12-29T05:42:07.346Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c88827e3-08e8-47aa-9390-82865488d457
2022-12-29T05:42:07.347Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c88827e3-08e8-47aa-9390-82865488d457/model-vers/model-ver/3ea63521-e531-43e5-b5ab-093fa968e27c?depth=0
2022-12-29T05:42:07.354Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T05:42:07.540Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c88827e3-08e8-47aa-9390-82865488d457/model-vers/model-ver/3ea63521-e531-43e5-b5ab-093fa968e27c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-29T05:42:07.542Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c88827e3-08e8-47aa-9390-82865488d457/model-vers/model-ver/3ea63521-e531-43e5-b5ab-093fa968e27c?depth=0|INFO|500||Invoke
2022-12-29T05:42:07.885Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c88827e3-08e8-47aa-9390-82865488d457/model-vers/model-ver/3ea63521-e531-43e5-b5ab-093fa968e27c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-29T05:42:08.114Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c88827e3-08e8-47aa-9390-82865488d457/model-vers/model-ver/3ea63521-e531-43e5-b5ab-093fa968e27c?depth=0|INFO|500||InvokeReturn
2022-12-29T05:42:08.114Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c88827e3-08e8-47aa-9390-82865488d457/model-vers/model-ver/3ea63521-e531-43e5-b5ab-093fa968e27c?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 05:42:09 GMT], content-length=[0], vertex-id=[196792], x-aai-txid=[0-aai-resources-221229-05:42:09:562-73054], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T05:42:08.114Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-29T05:42:08.115Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T05:42:08.115Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:42:08.153Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T05:42:08.154Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76a58dc5-4bfd-408e-8fb4-16a6e20f29a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T05:42:08.154Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T05:42:08.154Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:42:08.157Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:42:08.157Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292528154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:42:08.273Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-12-29T05:42:08.275Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:42:08.275Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:42:08.373Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:42:08.373Z||pool-88-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:42:09.254Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:42:09.264Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:42:09.264Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:42:19.538Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:42:19.560Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:42:19.564Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:42:19.564Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:42:27.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:42:27.041Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:42:27.042Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:42:27.218Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:42:27.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:42:27.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292367384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T05:42:27.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:42:27.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:42:27.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292368447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-29T05:42:27.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:42:27.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:42:27.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292369503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:42:27.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:42:29.927Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:42:29.928Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:42:29.933Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:42:29.934Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:42:40.595Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:42:40.600Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:42:40.601Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:42:40.602Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:42:50.287Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:42:50.297Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:42:50.300Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:42:50.302Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:43:00.151Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:43:00.152Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:43:00.153Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:43:00.153Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:43:09.942Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:43:26.973Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:43:26.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:43:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:43:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:43:27.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:43:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:43:27.168Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:43:27.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292464346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:43:27.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:43:27.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:43:27.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:43:27.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-29T05:43:27.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:43:27.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-29T05:43:27.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:43:27.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T05:43:27.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:43:27.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-29T05:43:27.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:43:27.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:43:27.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:43:27.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-29T05:43:27.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:43:27.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T05:43:27.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:43:27.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292291089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T05:43:27.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-29T05:43:27.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292475947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:43:27.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:43:27.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292484148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:43:27.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:43:27.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292485281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:43:27.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:43:27.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-29T05:43:27.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292486483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:43:27.197Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:43:36.760Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:44:26.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:44:27.004Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:44:27.007Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:44:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:44:27.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:44:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:44:27.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:44:27.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:44:27.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292487701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:44:27.701Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:44:27.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:44:27.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292488881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T05:44:27.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:44:27.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:44:27.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292491062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-29T05:44:27.715Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:44:27.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:44:27.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292492075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-29T05:44:27.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:44:27.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:44:27.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292493102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T05:44:27.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:44:27.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:44:27.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292494160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T05:44:27.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:44:27.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:44:27.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292495174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-29T05:44:27.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:44:27.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:44:27.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292496184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T05:44:27.744Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:44:27.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:44:27.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672292528154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:44:27.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:44:36.940Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:45:26.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:45:26.991Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:45:26.991Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:45:27.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:45:27.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:45:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:45:36.634Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:45:36.810Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:46:26.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:46:26.992Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:46:26.998Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:46:27.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:46:27.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:46:27.047Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:46:36.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:46:36.922Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:47:26.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:47:26.984Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:47:26.985Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:47:27.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:47:27.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:47:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:47:36.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:47:36.749Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:48:26.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:48:26.988Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:48:26.989Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:48:27.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:48:27.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:48:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:48:36.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:48:36.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:49:26.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:49:26.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:49:26.982Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:49:27.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:49:27.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:49:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:49:36.743Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:49:36.794Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:50:26.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:50:26.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:50:26.972Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:50:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:50:27.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:50:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:50:36.599Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:50:36.619Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:51:26.973Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:51:26.976Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:51:26.976Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:51:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:51:27.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:51:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:51:36.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:51:36.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:52:26.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:52:26.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:52:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:52:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:52:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:52:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:52:36.615Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:52:36.618Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:53:26.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:53:26.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:53:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:53:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:53:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:53:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:53:36.612Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:53:36.779Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:54:26.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:54:26.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:54:26.987Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:54:27.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:54:27.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:54:27.045Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:54:36.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:54:36.911Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:55:26.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:55:26.973Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:55:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:55:27.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:55:27.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:55:27.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:55:36.785Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:55:36.852Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:56:26.973Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:56:26.995Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:56:26.996Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:56:27.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:56:27.039Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:56:27.040Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:56:36.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:56:36.709Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:57:26.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:57:26.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:57:26.981Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:57:27.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:57:27.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:57:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:57:36.634Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:57:36.663Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:58:26.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:58:26.974Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:58:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:58:27.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:58:27.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:58:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:58:36.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:58:36.630Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:59:26.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:59:26.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:59:26.983Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:59:27.031Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:59:27.035Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:59:27.035Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:59:36.674Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T05:59:37.128Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:00:26.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:00:26.973Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:00:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:00:27.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:00:27.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:00:27.030Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:00:36.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:00:36.613Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:01:26.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:01:26.973Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:01:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:01:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:01:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:01:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:01:36.624Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:01:36.668Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:02:26.973Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:02:26.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:02:26.975Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:02:27.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:02:27.038Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:02:27.038Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:02:36.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:02:37.059Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:03:26.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:03:26.987Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:03:26.988Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:03:27.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:03:27.039Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:03:27.040Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:03:36.650Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:03:36.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:04:26.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:04:26.973Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:04:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:04:27.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:04:27.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:04:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:04:36.635Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:04:36.722Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:05:26.973Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:05:26.974Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:05:26.975Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:05:27.036Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:05:27.063Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:05:27.072Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:05:36.766Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:05:36.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:06:26.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:06:26.991Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:06:26.993Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:06:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:06:27.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:06:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:06:36.652Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:06:36.813Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:07:26.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:07:26.986Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:07:26.987Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:07:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:07:27.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:07:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:07:36.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:07:36.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:08:26.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:08:26.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:08:26.972Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:08:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:08:27.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:08:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:08:36.531Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:08:36.570Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:09:26.973Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:09:26.974Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:09:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:09:27.036Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:09:27.037Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:09:27.037Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:09:36.689Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:09:36.783Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:10:26.973Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:10:26.974Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:10:26.975Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:10:27.028Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:10:27.030Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:10:27.030Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:10:36.644Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:10:36.786Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:11:26.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:11:26.979Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:11:26.979Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:11:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:11:27.030Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:11:27.030Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:11:36.666Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:11:36.795Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:12:26.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:12:26.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:12:26.982Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:12:27.028Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:12:27.030Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:12:27.031Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:12:36.638Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:12:36.648Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:13:26.973Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:13:26.974Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:13:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:13:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:13:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:13:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:13:36.608Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:13:36.798Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:14:26.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:14:26.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:14:26.975Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:14:27.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:14:27.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:14:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:14:36.662Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:14:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:15:26.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:15:26.978Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:15:26.979Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:15:27.030Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:15:27.043Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:15:27.045Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:15:36.655Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:15:36.696Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:16:26.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:16:26.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:16:26.972Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:16:27.028Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:16:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:16:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:16:36.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:16:36.589Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:17:26.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:17:27.000Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:17:27.000Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:17:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:17:27.028Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:17:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:17:36.648Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:17:36.730Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:18:26.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:18:26.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:18:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:18:27.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:18:27.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:18:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:18:36.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:18:36.870Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:19:26.973Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:19:26.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:19:26.976Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:19:27.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:19:27.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:19:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:19:36.607Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:19:36.666Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:26.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:20:26.993Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:20:26.994Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:27.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:20:27.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:20:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:27.730Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:27.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294814085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T06:20:27.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294814085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-29T06:20:27.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294814661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294814085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294814661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294814085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294814661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294814085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294814661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294814085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294814661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294814085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294819237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294814661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294814085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294819237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294814085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294814661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:20:27.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294819237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294814085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:20:27.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294814661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294823695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:27.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:20:27.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294819237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294814661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294825167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:27.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:20:27.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294824870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:27.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:20:27.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294819237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294814661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294819237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294826032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:27.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:20:27.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294819237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:20:27.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294827187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:27.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:20:27.833Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:27.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:20:27.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"639c9ff4-930a-4a85-9494-06b277517275","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"840e1656-8ddf-42ae-a38b-8c65b043455f","serviceDescription":"service","serviceInvariantUUID":"a1d0901c-7502-45e7-a371-0a2f17145112","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2cc7543b-c4be-44cc-a490-6f0ea4873e76","resourceInvariantUUID":"b68b0272-c202-4ec4-9a8d-3f5ec7059a74","resourceCustomizationUUID":"2b1dd7c0-ad64-4d9a-a574-731d412e8f22","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":"N2U3MmMxNmNkYzA3ZDZjOWRhYzA0NzViNmQ2NTIwMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76fe5417-1064-4ea9-af77-96ebf08b923a","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":"NjVmYzc3NDc4ZjEzNzlmYjEwZThkZjVjYzA4MTM3NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2a27ac0-7dfb-48b7-9cc7-59b62863b397","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":"f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5","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":"8a38cb01-9a88-4e8d-afe4-6ff259744a3a","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":"aba7a52b-072a-4950-961c-ecc629b3f0aa","artifactVersion":"2","generatedFromUUID":"2c4302d2-4d92-4468-a274-a5bd57821e93"},{"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":"ce696f5f-a393-4cec-ac44-65bbf44f419c","artifactVersion":"2","generatedFromUUID":"f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5"},{"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":"2c4302d2-4d92-4468-a274-a5bd57821e93","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":"bcc55749-8c88-4f0a-bf5a-fce362ddd33f","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":"ZDQ3ODY1ODhhYmEwMmNkMGFkYjcyNGViZDlmYWQ2MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eaa44fb-fe04-4446-a315-dad7f658af97","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjVkZGQ3MDQ4OWU5MzdmZWIwNTg1YWVhZGJhMzI4OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a65ac059-6254-4b98-810d-fc4cd9af4947","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T06:20:27.837Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:20:27.838Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:27.843Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:27.843Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:27.942Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T06:20:27.944Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:27.944Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:27.969Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:27.970Z||pool-89-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:28.844Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:20:28.845Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:28.927Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:28.933Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T06:20:29.048Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-29T06:20:29.049Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:29.049Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:29.095Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:29.096Z||pool-90-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:20:29.953Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:20:29.981Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:30.006Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:30.009Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-29T06:20:30.106Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-29T06:20:30.107Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:30.107Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:30.173Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:30.174Z||pool-91-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:31.013Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:20:31.014Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:31.020Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:31.020Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:31.121Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T06:20:31.123Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:31.124Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:31.148Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:31.148Z||pool-92-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:32.029Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:20:32.030Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:32.034Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:32.035Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-29T06:20:32.134Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T06:20:32.135Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:32.135Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:32.152Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:32.152Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:20:33.035Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:20:33.036Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:33.044Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:33.045Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-29T06:20:33.146Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T06:20:33.147Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:33.148Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:33.179Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:33.180Z||pool-94-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:34.050Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:20:34.051Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:34.069Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:34.069Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-29T06:20:34.174Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-29T06:20:34.176Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:34.178Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:34.213Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:34.216Z||pool-95-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:20:35.076Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:20:35.079Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:35.093Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:35.094Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:35.190Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-29T06:20:35.191Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:35.191Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:35.286Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:35.288Z||pool-96-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:36.095Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:20:36.096Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:36.100Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:36.101Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:20:36.202Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T06:20:36.206Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:36.208Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:36.248Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:36.248Z||pool-97-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:37.106Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:20:37.112Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:37.128Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:37.129Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:20:37.239Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-12-29T06:20:37.240Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:37.240Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:37.273Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:37.273Z||pool-98-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:38.148Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "840e1656-8ddf-42ae-a38b-8c65b043455f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a1d0901c-7502-45e7-a371-0a2f17145112",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2b1dd7c0-ad64-4d9a-a574-731d412e8f22",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2cc7543b-c4be-44cc-a490-6f0ea4873e76",
      "resourceInvariantUUID": "b68b0272-c202-4ec4-9a8d-3f5ec7059a74",
      "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": "NjVmYzc3NDc4ZjEzNzlmYjEwZThkZjVjYzA4MTM3NmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2a27ac0-7dfb-48b7-9cc7-59b62863b397",
          "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": "f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5",
          "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": "ce696f5f-a393-4cec-ac44-65bbf44f419c",
            "generatedFromUUID": "f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5"
          },
          "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": "aba7a52b-072a-4950-961c-ecc629b3f0aa",
          "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": "ce696f5f-a393-4cec-ac44-65bbf44f419c",
          "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": "2c4302d2-4d92-4468-a274-a5bd57821e93",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjVkZGQ3MDQ4OWU5MzdmZWIwNTg1YWVhZGJhMzI4OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a65ac059-6254-4b98-810d-fc4cd9af4947"
    }
  ],
  "workloadContext": "Production"
}
2022-12-29T06:20:38.162Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T06:20:38.162Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 840e1656-8ddf-42ae-a38b-8c65b043455f ASDC
2022-12-29T06:20:38.163Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:639c9ff4-930a-4a85-9494-06b277517275
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:840e1656-8ddf-42ae-a38b-8c65b043455f
ServiceInvariantUUID:a1d0901c-7502-45e7-a371-0a2f17145112
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:a65ac059-6254-4b98-810d-fc4cd9af4947
ArtifactChecksum:MjVkZGQ3MDQ4OWU5MzdmZWIwNTg1YWVhZGJhMzI4OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2b1dd7c0-ad64-4d9a-a574-731d412e8f22
ResourceInvariantUUID:b68b0272-c202-4ec4-9a8d-3f5ec7059a74
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:2cc7543b-c4be-44cc-a490-6f0ea4873e76
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:a2a27ac0-7dfb-48b7-9cc7-59b62863b397
ArtifactChecksum:NjVmYzc3NDc4ZjEzNzlmYjEwZThkZjVjYzA4MTM3NmI=
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:f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5
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:ce696f5f-a393-4cec-ac44-65bbf44f419c
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:aba7a52b-072a-4950-961c-ecc629b3f0aa
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:ce696f5f-a393-4cec-ac44-65bbf44f419c
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:2c4302d2-4d92-4468-a274-a5bd57821e93
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-29T06:20:38.163Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 840e1656-8ddf-42ae-a38b-8c65b043455f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:20:38.422Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T06:20:38.428Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-29T06:20:38.429Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-29T06:20:38.430Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a65ac059-6254-4b98-810d-fc4cd9af4947 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:38.430Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-29T06:20:38.430Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:38.777Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-29T06:20:38.817Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a65ac059-6254-4b98-810d-fc4cd9af4947 162976
2022-12-29T06:20:38.818Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-29T06:20:38.818Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:38.819Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:20:38.820Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:38.827Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:38.828Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294838818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:38.933Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-29T06:20:38.936Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:38.936Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:39.001Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:39.001Z||pool-99-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:20:39.830Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T06:20:39.831Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-29T06:20:39.832Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a65ac059-6254-4b98-810d-fc4cd9af4947, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:39.832Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-29T06:20:39.841Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:39.842Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:41.092Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6620650448362836544/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-29T06:20:45.713Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T06:20:45.714Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-29T06:20:45.714Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:45.714Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-29T06:20:45.714Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:45.714Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:45.714Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:45.714Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:45.714Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-29T06:20:45.715Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.715Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:45.715Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-29T06:20:45.716Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-29T06:20:45.716Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T06:20:45.716Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.716Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:45.716Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-29T06:20:45.716Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-29T06:20:45.717Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T06:20:45.717Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.717Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:45.717Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.717Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-29T06:20:45.717Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-29T06:20:45.718Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-29T06:20:45.718Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-29T06:20:45.718Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.718Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T06:20:45.718Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.718Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-29T06:20:45.719Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:20:45.719Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.719Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-29T06:20:45.719Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:20:45.719Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.720Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-29T06:20:45.720Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:20:45.720Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.720Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-29T06:20:45.720Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:20:45.720Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.721Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-29T06:20:45.721Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-29T06:20:45.721Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=76cd9ce1-cef5-4e4c-9766-c8ae3c9f7610
2022-12-29T06:20:45.721Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.721Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:45.721Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.721Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:45.722Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.722Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:45.722Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:45.722Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:45.722Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:840e1656-8ddf-42ae-a38b-8c65b043455f
Model Version:NULL
Model InvariantUuid:a1d0901c-7502-45e7-a371-0a2f17145112
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4d5f0c2d-ddf9-4115-8c3a-141f74c774f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b68b0272-c202-4ec4-9a8d-3f5ec7059a74
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2b1dd7c0-ad64-4d9a-a574-731d412e8f22
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f7157ce8-2aac-4085-be00-7f99f326fc50
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c1b65b5e-7d1c-459a-bb43-1173f904b211
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:77535c6e-dd60-4879-921e-7fccb7d04316
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:83d267c2-f0cd-455e-b787-4e6157612eb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:76cd9ce1-cef5-4e4c-9766-c8ae3c9f7610
ModelInvariantUuid:3a964e00-bc14-46f4-aa7c-b8dd404a5e93
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:4d14bff9-2fe7-4052-ae5a-443b5a473b21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f95e6ec1-27a2-4332-8aea-3bb38fdc226d
ModelInvariantUuid:3b09b5c0-8af8-4a36-aa8d-5b1476ce1f0c
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:376fb52e-9eca-46c1-9f52-0f8a13356c42
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T06:20:45.753Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2cc7543b-c4be-44cc-a490-6f0ea4873e76
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:20:45.768Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-12-29T06:20:45.768Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2cc7543b-c4be-44cc-a490-6f0ea4873e76
2022-12-29T06:20:45.769Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a2a27ac0-7dfb-48b7-9cc7-59b62863b397 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-29T06:20:45.769Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-29T06:20:45.769Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-29T06:20:46.054Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-29T06:20:46.055Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a2a27ac0-7dfb-48b7-9cc7-59b62863b397 1565
2022-12-29T06:20:46.055Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-29T06:20:46.055Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-29T06:20:46.056Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:20:46.056Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:46.063Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:46.063Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294846055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:46.191Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 127 ms
2022-12-29T06:20:46.191Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:46.191Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:46.254Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:46.255Z||pool-100-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:47.064Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "77535c6e-dd60-4879-921e-7fccb7d04316",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83d267c2-f0cd-455e-b787-4e6157612eb2",
    "vfModuleModelCustomizationUUID": "e4ea76b8-f072-4e6e-8f4e-4f3ee1e31c3c",
    "isBase": true,
    "artifacts": [
      "f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5",
      "ce696f5f-a393-4cec-ac44-65bbf44f419c"
    ],
    "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": "f7157ce8-2aac-4085-be00-7f99f326fc50",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c1b65b5e-7d1c-459a-bb43-1173f904b211",
    "vfModuleModelCustomizationUUID": "6089ccb5-d458-423a-aded-b14810eed6b5",
    "isBase": false,
    "artifacts": [
      "2c4302d2-4d92-4468-a274-a5bd57821e93"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T06:20:47.084Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83d267c2-f0cd-455e-b787-4e6157612eb2
VfModuleModelInvariantUUID:77535c6e-dd60-4879-921e-7fccb7d04316
VfModuleModelDescription:NULL
Artifacts UUID List:{
f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5
,
ce696f5f-a393-4cec-ac44-65bbf44f419c

}
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:c1b65b5e-7d1c-459a-bb43-1173f904b211
VfModuleModelInvariantUUID:f7157ce8-2aac-4085-be00-7f99f326fc50
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c4302d2-4d92-4468-a274-a5bd57821e93

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

isBase:false


}

2022-12-29T06:20:47.090Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "77535c6e-dd60-4879-921e-7fccb7d04316",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83d267c2-f0cd-455e-b787-4e6157612eb2",
    "vfModuleModelCustomizationUUID": "e4ea76b8-f072-4e6e-8f4e-4f3ee1e31c3c",
    "isBase": true,
    "artifacts": [
      "f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5",
      "ce696f5f-a393-4cec-ac44-65bbf44f419c"
    ],
    "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": "f7157ce8-2aac-4085-be00-7f99f326fc50",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c1b65b5e-7d1c-459a-bb43-1173f904b211",
    "vfModuleModelCustomizationUUID": "6089ccb5-d458-423a-aded-b14810eed6b5",
    "isBase": false,
    "artifacts": [
      "2c4302d2-4d92-4468-a274-a5bd57821e93"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T06:20:47.090Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83d267c2-f0cd-455e-b787-4e6157612eb2
VfModuleModelInvariantUUID:77535c6e-dd60-4879-921e-7fccb7d04316
VfModuleModelDescription:NULL
Artifacts UUID List:{
f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5
,
ce696f5f-a393-4cec-ac44-65bbf44f419c

}
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:c1b65b5e-7d1c-459a-bb43-1173f904b211
VfModuleModelInvariantUUID:f7157ce8-2aac-4085-be00-7f99f326fc50
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c4302d2-4d92-4468-a274-a5bd57821e93

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

isBase:false


}

2022-12-29T06:20:47.090Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-29T06:20:47.090Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-29T06:20:47.090Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-29T06:20:47.179Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-29T06:20:47.181Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f41aa3fa-11dd-4358-bab1-8f15ffc3d3b5 914
2022-12-29T06:20:47.181Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-29T06:20:47.181Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-29T06:20:47.181Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:20:47.182Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:47.206Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:47.206Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294847181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:47.300Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-12-29T06:20:47.301Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:47.301Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:47.325Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:47.325Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:48.208Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aba7a52b-072a-4950-961c-ecc629b3f0aa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-29T06:20:48.209Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-29T06:20:48.210Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-29T06:20:48.378Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-29T06:20:48.379Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env aba7a52b-072a-4950-961c-ecc629b3f0aa 12
2022-12-29T06:20:48.380Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-29T06:20:48.380Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-29T06:20:48.382Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:20:48.383Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:48.396Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:48.397Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294848380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:48.492Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-29T06:20:48.493Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:48.493Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:48.524Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:48.525Z||pool-102-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:49.399Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ce696f5f-a393-4cec-ac44-65bbf44f419c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-29T06:20:49.400Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-29T06:20:49.400Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-29T06:20:49.597Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-29T06:20:49.598Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ce696f5f-a393-4cec-ac44-65bbf44f419c 96
2022-12-29T06:20:49.598Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-29T06:20:49.598Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-29T06:20:49.599Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:20:49.599Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:49.610Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:49.610Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294849598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:49.704Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-29T06:20:49.705Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:49.706Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:49.736Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:49.736Z||pool-103-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:50.611Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2c4302d2-4d92-4468-a274-a5bd57821e93 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-29T06:20:50.612Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-29T06:20:50.614Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-29T06:20:50.821Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-29T06:20:50.825Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2c4302d2-4d92-4468-a274-a5bd57821e93 20206
2022-12-29T06:20:50.826Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-29T06:20:50.826Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-29T06:20:50.827Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:20:50.827Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:50.830Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:50.830Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294850826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:20:50.932Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T06:20:50.935Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:50.935Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:51.018Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:51.018Z||pool-104-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:20:51.841Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 840e1656-8ddf-42ae-a38b-8c65b043455f
2022-12-29T06:20:51.842Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 2cc7543b-c4be-44cc-a490-6f0ea4873e76 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:20:51.878Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7344be86, org.onap.sdc.toscaparser.api.parameters.Input@480eca6c, org.onap.sdc.toscaparser.api.parameters.Input@6f51d911, org.onap.sdc.toscaparser.api.parameters.Input@49656974, org.onap.sdc.toscaparser.api.parameters.Input@1f835e50]
2022-12-29T06:20:51.883Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.884Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:51.884Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-29T06:20:51.885Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2b1dd7c0-ad64-4d9a-a574-731d412e8f22
2022-12-29T06:20:51.885Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2b1dd7c0-ad64-4d9a-a574-731d412e8f22 matches Tosca VF Customization UUID: 2b1dd7c0-ad64-4d9a-a574-731d412e8f22
2022-12-29T06:20:51.885Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2b1dd7c0-ad64-4d9a-a574-731d412e8f22  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-29T06:20:51.892Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.892Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:51.893Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2b1dd7c0-ad64-4d9a-a574-731d412e8f22: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-12-29T06:20:51.893Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@225499b4
2022-12-29T06:20:51.894Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.894Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T06:20:51.894Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6089ccb5-d458-423a-aded-b14810eed6b5
2022-12-29T06:20:51.894Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6089ccb5-d458-423a-aded-b14810eed6b5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-29T06:20:51.905Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.905Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-29T06:20:51.906Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:20:51.906Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.906Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-29T06:20:51.906Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:20:51.907Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.907Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-29T06:20:51.907Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2b1dd7c0-ad64-4d9a-a574-731d412e8f22
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:20:51.912Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.912Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:51.913Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 840e1656-8ddf-42ae-a38b-8c65b043455f: basic_cnf_macro
2022-12-29T06:20:51.913Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.913Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:51.914Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.914Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:51.915Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.916Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:51.916Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.917Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:51.917Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:20:51.918Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:20:51.918Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:20:52.114Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 2cc7543b-c4be-44cc-a490-6f0ea4873e76 2 ASDC deployResourceStructure
2022-12-29T06:20:52.114Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-29T06:20:52.114Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-29T06:20:52.115Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T06:20:52.115Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:52.118Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:52.119Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294852114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T06:20:52.223Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-29T06:20:52.226Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:52.227Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:52.248Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:52.267Z||pool-105-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:20:53.120Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-29T06:20:53.133Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-29T06:20:53.134Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T06:20:53.136Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:53.171Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:53.173Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294853120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T06:20:53.265Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-12-29T06:20:53.269Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:53.270Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:53.306Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:53.307Z||pool-106-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:54.187Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-29T06:20:54.188Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-12-29T06:20:54.211Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-29T06:20:54.218Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:54.238Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:54.240Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294854187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-29T06:20:54.340Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T06:20:54.342Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:54.342Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:54.366Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:54.368Z||pool-107-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:55.242Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-29T06:20:55.242Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-29T06:20:55.242Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T06:20:55.243Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:55.249Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:55.249Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294855242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-29T06:20:55.349Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T06:20:55.350Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:55.350Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:55.411Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:55.412Z||pool-108-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:56.261Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-29T06:20:56.264Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-29T06:20:56.265Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-29T06:20:56.269Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:56.282Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:56.283Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294856261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-29T06:20:56.386Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-29T06:20:56.389Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:56.390Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:56.439Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:56.440Z||pool-109-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:20:57.286Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-29T06:20:57.287Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-29T06:20:57.288Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T06:20:57.289Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:20:57.305Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:20:57.305Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294857286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:20:57.397Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-12-29T06:20:57.402Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:20:57.403Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:20:57.462Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:20:57.462Z||pool-110-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:20:58.306Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:20:58.475Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:20:58.484Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T06:20:58.486Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T06:20:58.487Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T06:21:27.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:21:27.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:21:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:21:27.072Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:21:27.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:21:27.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "cds",
  "timestamp": 1672294828727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:21:27.135Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 639c9ff4-930a-4a85-9494-06b277517275
2022-12-29T06:21:27.135Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 639c9ff4-930a-4a85-9494-06b277517275 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:21:28.489Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:21:28.551Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:21:28.556Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T06:21:28.556Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T06:21:28.556Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T06:21:58.560Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:21:58.600Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:21:58.610Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T06:21:58.610Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T06:21:58.610Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T06:22:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:22:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:22:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:22:27.108Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:22:27.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:22:27.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294819237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:22:27.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:22:28.615Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:22:28.765Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:22:28.807Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T06:22:28.808Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T06:22:28.809Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T06:22:58.820Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:22:58.951Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:22:59.004Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T06:22:59.008Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T06:22:59.017Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T06:23:27.030Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:23:27.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:23:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:23:27.695Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:23:27.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294828257,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:23:27.815Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 639c9ff4-930a-4a85-9494-06b277517275
2022-12-29T06:23:27.817Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 639c9ff4-930a-4a85-9494-06b277517275 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:23:27.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294819237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294829261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T06:23:27.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:27.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T06:23:27.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294819237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:23:27.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-29T06:23:27.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294831078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:27.984Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:27.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-29T06:23:27.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-29T06:23:27.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294833967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-29T06:23:27.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294833967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294833967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294833967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294826981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:23:27.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294833967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294837832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:23:27.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:27.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294833967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:27.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:27.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294838818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:27.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:27.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:27.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294838838,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:23:28.073Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 639c9ff4-930a-4a85-9494-06b277517275
2022-12-29T06:23:28.074Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 639c9ff4-930a-4a85-9494-06b277517275 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:23:28.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294833967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294833967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294833967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294833967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:23:28.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294845050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294846055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294847181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "cds",
  "timestamp": 1672294844085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294848380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "cds",
  "timestamp": 1672294844085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294849077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "cds",
  "timestamp": 1672294844085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294849598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.219Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294849233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294849077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T06:23:28.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "cds",
  "timestamp": 1672294844085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294850826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294849233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294849077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-29T06:23:28.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "cds",
  "timestamp": 1672294844085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294849233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294852114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T06:23:28.248Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294849077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "cds",
  "timestamp": 1672294844085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294849233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294853120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T06:23:28.262Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294849077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-29T06:23:28.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "cds",
  "timestamp": 1672294844085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294849233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294854187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-29T06:23:28.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294849077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "cds",
  "timestamp": 1672294844085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:23:28.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294849233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294855242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-29T06:23:28.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294849077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294854666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "cds",
  "timestamp": 1672294857056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.304Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294849233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294856261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-29T06:23:28.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294849077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:23:28.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294854666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294857847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:23:28.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294849233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:23:28.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "cds",
  "timestamp": 1672294858522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:23:28.464Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7
2022-12-29T06:23:28.464Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:23:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672294857286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:23:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294854666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294857933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "aai-ml",
  "timestamp": 1672294858851,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:23:28.620Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 639c9ff4-930a-4a85-9494-06b277517275
2022-12-29T06:23:28.621Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 639c9ff4-930a-4a85-9494-06b277517275 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:23:28.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294854666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294858530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.706Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294859184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.707Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294854666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294860285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:28.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294854666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294861307,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:23:28.741Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7
2022-12-29T06:23:28.742Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:23:28.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294854666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672294862310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T06:23:28.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672294854666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294863967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294863967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294863967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294866131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:23:28.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:28.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294863967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:28.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:28.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:28.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672294867158,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:23:28.938Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7
2022-12-29T06:23:28.940Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:23:29.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:29.022Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
2022-12-29T06:23:29.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294863967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:29.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:29.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:29.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294863967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:29.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:29.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:29.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294863967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:23:29.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:29.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:29.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294863967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:23:29.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:23:29.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:29.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294872946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:23:29.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:29.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:29.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294885202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:23:29.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:23:29.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-29T06:23:29.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "aai-ml",
  "timestamp": 1672294886206,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:23:29.088Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7
2022-12-29T06:23:29.089Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7 and ComponentName AAI
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=?
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=?
2022-12-29T06:23:29.109Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275
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=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:23:29.139Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T06:23:29.140Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T06:23:29.140Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T06:23:29.141Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T06:23:29.141Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:23:29.142Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:23:29.142Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:23:29.143Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:23:29.143Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:23:29.144Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:23:29.222Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T06:23:59.225Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 639c9ff4-930a-4a85-9494-06b277517275 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T06:23:59.253Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 639c9ff4-930a-4a85-9494-06b277517275 and serviceModelVersionId: 840e1656-8ddf-42ae-a38b-8c65b043455f
2022-12-29T06:23:59.254Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1d0901c-7502-45e7-a371-0a2f17145112
2022-12-29T06:23:59.256Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1d0901c-7502-45e7-a371-0a2f17145112/model-vers/model-ver/840e1656-8ddf-42ae-a38b-8c65b043455f?depth=0
2022-12-29T06:23:59.274Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T06:23:59.374Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1d0901c-7502-45e7-a371-0a2f17145112/model-vers/model-ver/840e1656-8ddf-42ae-a38b-8c65b043455f?depth=0|INFO|500||Invoke
2022-12-29T06:23:59.374Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1d0901c-7502-45e7-a371-0a2f17145112/model-vers/model-ver/840e1656-8ddf-42ae-a38b-8c65b043455f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1d0901c-7502-45e7-a371-0a2f17145112/model-vers/model-ver/840e1656-8ddf-42ae-a38b-8c65b043455f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[639c9ff4-930a-4a85-9494-06b277517275], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eef9564c-8879-4e34-9730-9071d91511b3], X-ECOMP-RequestID=[639c9ff4-930a-4a85-9494-06b277517275], X-TransactionId=[], X-ONAP-RequestID=[639c9ff4-930a-4a85-9494-06b277517275], Content-Type=[application/merge-patch+json]}
2022-12-29T06:23:59.802Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1d0901c-7502-45e7-a371-0a2f17145112/model-vers/model-ver/840e1656-8ddf-42ae-a38b-8c65b043455f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-29T06:24:00.148Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1d0901c-7502-45e7-a371-0a2f17145112/model-vers/model-ver/840e1656-8ddf-42ae-a38b-8c65b043455f?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/a1d0901c-7502-45e7-a371-0a2f17145112/model-vers/model-ver/840e1656-8ddf-42ae-a38b-8c65b043455f?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 06:24:01 GMT], content-length=[0], vertex-id=[270456], x-aai-txid=[1-aai-resources-221229-06:24:01:537-32230], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T06:24:00.153Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1d0901c-7502-45e7-a371-0a2f17145112/model-vers/model-ver/840e1656-8ddf-42ae-a38b-8c65b043455f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-29T06:24:00.156Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1d0901c-7502-45e7-a371-0a2f17145112/model-vers/model-ver/840e1656-8ddf-42ae-a38b-8c65b043455f?depth=0|INFO|500||InvokeReturn
2022-12-29T06:24:00.160Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T06:24:00.160Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:24:00.212Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T06:24:00.214Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 639c9ff4-930a-4a85-9494-06b277517275 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T06:24:00.215Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T06:24:00.216Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:00.247Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:00.247Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295040214,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T06:24:00.353Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-29T06:24:00.354Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:00.354Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:00.452Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:00.453Z||pool-111-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T06:24:01.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:24:01.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:24:01.374Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:09.126Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:09.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-29T06:24:09.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b9a2b25-87a0-4bb2-8ba1-726d323b27a7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"03381691-133a-4583-a352-ff1cdc696ffe","serviceDescription":"service","serviceInvariantUUID":"9972e0f8-07d0-44bf-8675-5ec9f57761fd","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b9c02aeb-6f79-4eaf-aa3c-3a751b69cfd5","resourceInvariantUUID":"e3a4505b-d64c-428c-ad68-8e4f1b22655b","resourceCustomizationUUID":"b0a931d6-4059-4dbe-a27c-09b51deda876","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":"MTEyNDkwZTllZTE3M2Q4MWM5ZjQ1ZDE1Y2I3MzdhNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebb19cea-5d3f-49b1-9904-b4a4e37aaecd","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":"YzYzZmU5ZWY1NDQ1MGZiNjA2MzUzNTRhMTAxYmFmY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"656c5e57-347e-437f-9afe-d71350a1011f","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":"5b78e7eb-c469-479a-9920-69de96ffa907","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":"31946684-37a3-4764-99cc-042c061e665d","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":"042ccc37-da65-4eac-b4f6-e1f9943e3e5d","artifactVersion":"2","generatedFromUUID":"5b78e7eb-c469-479a-9920-69de96ffa907"},{"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":"MDAxYzczNjkzNDFjMmVmYTU5ZDE1MTJjOWU3NmI1YjU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"05513a21-6a2e-48d4-ac5f-f4471ab5559a","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":"NWVmZjliODg2NjYzZGJiODk5ZWM0MjU3NTU1MWNiODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86083fd8-e2bd-4a0b-9bdb-f426780121b0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGQ5Y2VhMTlhODQ3OWU4MmJkMzc1YTQ0NGE3ZjY2MjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f3e4f7e-df4f-40be-871f-34d1f58eccce","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T06:24:09.143Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:24:09.143Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:09.147Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:09.147Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:24:09.253Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-29T06:24:09.256Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:09.257Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:09.284Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:09.287Z||pool-112-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:10.150Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:24:10.150Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:10.167Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:10.167Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T06:24:10.275Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-29T06:24:10.280Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:10.281Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:10.491Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:10.502Z||pool-113-thread-1|||||INFO|500||cambria reply ok (225 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:11.169Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:24:11.227Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:11.283Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:11.285Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-29T06:24:11.377Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-12-29T06:24:11.378Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:11.378Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:11.431Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:11.431Z||pool-114-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:12.290Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:24:12.322Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:12.338Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:12.339Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:24:12.438Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T06:24:12.446Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:12.448Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:12.507Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:12.514Z||pool-115-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:24:13.347Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:24:13.350Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:13.408Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:13.414Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-29T06:24:13.504Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-12-29T06:24:13.505Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:13.505Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:13.545Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:13.557Z||pool-116-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:14.417Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:24:14.439Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:14.488Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:14.489Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:24:14.564Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-12-29T06:24:14.570Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:14.571Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:14.623Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:14.629Z||pool-117-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:15.489Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:24:15.497Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:15.517Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:15.526Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:24:15.609Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-12-29T06:24:15.611Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:15.611Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:15.775Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:15.778Z||pool-118-thread-1|||||INFO|500||cambria reply ok (167 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:24:16.539Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:24:16.541Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:16.570Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:16.571Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:24:16.657Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-12-29T06:24:16.659Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:16.659Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:16.698Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:16.698Z||pool-119-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:17.591Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "03381691-133a-4583-a352-ff1cdc696ffe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9972e0f8-07d0-44bf-8675-5ec9f57761fd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b0a931d6-4059-4dbe-a27c-09b51deda876",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b9c02aeb-6f79-4eaf-aa3c-3a751b69cfd5",
      "resourceInvariantUUID": "e3a4505b-d64c-428c-ad68-8e4f1b22655b",
      "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": "YzYzZmU5ZWY1NDQ1MGZiNjA2MzUzNTRhMTAxYmFmY2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "656c5e57-347e-437f-9afe-d71350a1011f",
          "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": "5b78e7eb-c469-479a-9920-69de96ffa907",
          "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": "042ccc37-da65-4eac-b4f6-e1f9943e3e5d",
            "generatedFromUUID": "5b78e7eb-c469-479a-9920-69de96ffa907"
          },
          "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": "042ccc37-da65-4eac-b4f6-e1f9943e3e5d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGQ5Y2VhMTlhODQ3OWU4MmJkMzc1YTQ0NGE3ZjY2MjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4f3e4f7e-df4f-40be-871f-34d1f58eccce"
    }
  ],
  "workloadContext": "Production"
}
2022-12-29T06:24:17.592Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T06:24:17.593Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03381691-133a-4583-a352-ff1cdc696ffe ASDC
2022-12-29T06:24:17.595Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1b9a2b25-87a0-4bb2-8ba1-726d323b27a7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:03381691-133a-4583-a352-ff1cdc696ffe
ServiceInvariantUUID:9972e0f8-07d0-44bf-8675-5ec9f57761fd
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:4f3e4f7e-df4f-40be-871f-34d1f58eccce
ArtifactChecksum:OGQ5Y2VhMTlhODQ3OWU4MmJkMzc1YTQ0NGE3ZjY2MjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b0a931d6-4059-4dbe-a27c-09b51deda876
ResourceInvariantUUID:e3a4505b-d64c-428c-ad68-8e4f1b22655b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b9c02aeb-6f79-4eaf-aa3c-3a751b69cfd5
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:656c5e57-347e-437f-9afe-d71350a1011f
ArtifactChecksum:YzYzZmU5ZWY1NDQ1MGZiNjA2MzUzNTRhMTAxYmFmY2M=
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:5b78e7eb-c469-479a-9920-69de96ffa907
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:042ccc37-da65-4eac-b4f6-e1f9943e3e5d
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:042ccc37-da65-4eac-b4f6-e1f9943e3e5d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-29T06:24:17.599Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03381691-133a-4583-a352-ff1cdc696ffe ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T06:24:17.942Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T06:24:17.944Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-29T06:24:17.945Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-29T06:24:17.946Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4f3e4f7e-df4f-40be-871f-34d1f58eccce from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-29T06:24:17.946Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-29T06:24:17.947Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-29T06:24:18.599Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-29T06:24:18.608Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4f3e4f7e-df4f-40be-871f-34d1f58eccce 82635
2022-12-29T06:24:18.609Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-29T06:24:18.609Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-29T06:24:18.609Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:24:18.610Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:18.621Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:18.621Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295058609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:24:18.718Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-29T06:24:18.718Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:18.718Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:18.751Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:18.752Z||pool-120-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:19.627Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T06:24:19.648Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-29T06:24:19.658Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4f3e4f7e-df4f-40be-871f-34d1f58eccce, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:19.667Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-29T06:24:19.676Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:19.678Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:20.523Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8946730535030718587/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-29T06:24:24.556Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T06:24:24.556Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-29T06:24:24.556Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:24.556Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-29T06:24:24.557Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:24.557Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:24.557Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:24.557Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:24.557Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:24.557Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:24.557Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-29T06:24:24.557Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-29T06:24:24.558Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.558Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:24.558Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-29T06:24:24.558Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-29T06:24:24.558Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T06:24:24.559Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.559Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:24.559Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-29T06:24:24.559Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-29T06:24:24.559Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T06:24:24.559Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.560Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:24.560Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.560Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-29T06:24:24.560Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-29T06:24:24.560Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-29T06:24:24.560Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-29T06:24:24.561Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-29T06:24:24.561Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-29T06:24:24.561Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.561Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T06:24:24.561Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.561Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-29T06:24:24.562Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:24:24.562Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.562Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-29T06:24:24.562Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:24:24.562Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.562Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-29T06:24:24.563Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:24:24.563Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.563Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-29T06:24:24.563Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-29T06:24:24.563Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-29T06:24:24.563Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=63e6789f-7418-4b96-be1b-75dd7d69f925
2022-12-29T06:24:24.563Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.564Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:24.564Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.564Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:24.564Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.564Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:24.564Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:24.564Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:24.565Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:03381691-133a-4583-a352-ff1cdc696ffe
Model Version:NULL
Model InvariantUuid:9972e0f8-07d0-44bf-8675-5ec9f57761fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:20ef1dce-42e2-46b0-9537-91a61057dd4d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e3a4505b-d64c-428c-ad68-8e4f1b22655b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0a931d6-4059-4dbe-a27c-09b51deda876
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:61c1bbb6-b6c0-40d3-9672-6713a9b1b141
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b2e10895-fd11-4eb8-9d62-b52e0814eb76
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:63e6789f-7418-4b96-be1b-75dd7d69f925
ModelInvariantUuid:2a73deee-b2cf-42f5-835c-bb437b2e4f61
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a0844ada-e2b7-4e88-8f3b-2c1b32297dbf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d0b0ac68-957c-4367-be63-61382d22a0cf
ModelInvariantUuid:83351315-a3bb-445c-9089-b6794303273c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:48f0a688-5528-40ec-9307-55ee7c7774d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T06:24:24.671Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b9c02aeb-6f79-4eaf-aa3c-3a751b69cfd5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:24:24.705Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-12-29T06:24:24.710Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b9c02aeb-6f79-4eaf-aa3c-3a751b69cfd5
2022-12-29T06:24:24.711Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 656c5e57-347e-437f-9afe-d71350a1011f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-29T06:24:24.711Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-29T06:24:24.712Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-29T06:24:24.924Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-29T06:24:24.926Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 656c5e57-347e-437f-9afe-d71350a1011f 792
2022-12-29T06:24:24.932Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-29T06:24:24.932Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-29T06:24:24.933Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:24:24.934Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:24.944Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:24.946Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295064932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:24:25.041Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-29T06:24:25.042Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:25.043Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:25.073Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:25.074Z||pool-121-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:25.947Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "61c1bbb6-b6c0-40d3-9672-6713a9b1b141",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b2e10895-fd11-4eb8-9d62-b52e0814eb76",
    "vfModuleModelCustomizationUUID": "289d796d-273a-4793-9f7c-9f9d0b269750",
    "isBase": true,
    "artifacts": [
      "5b78e7eb-c469-479a-9920-69de96ffa907",
      "042ccc37-da65-4eac-b4f6-e1f9943e3e5d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T06:24:25.951Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2e10895-fd11-4eb8-9d62-b52e0814eb76
VfModuleModelInvariantUUID:61c1bbb6-b6c0-40d3-9672-6713a9b1b141
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b78e7eb-c469-479a-9920-69de96ffa907
,
042ccc37-da65-4eac-b4f6-e1f9943e3e5d

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

isBase:true


}

2022-12-29T06:24:25.954Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "61c1bbb6-b6c0-40d3-9672-6713a9b1b141",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b2e10895-fd11-4eb8-9d62-b52e0814eb76",
    "vfModuleModelCustomizationUUID": "289d796d-273a-4793-9f7c-9f9d0b269750",
    "isBase": true,
    "artifacts": [
      "5b78e7eb-c469-479a-9920-69de96ffa907",
      "042ccc37-da65-4eac-b4f6-e1f9943e3e5d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-29T06:24:25.955Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2e10895-fd11-4eb8-9d62-b52e0814eb76
VfModuleModelInvariantUUID:61c1bbb6-b6c0-40d3-9672-6713a9b1b141
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b78e7eb-c469-479a-9920-69de96ffa907
,
042ccc37-da65-4eac-b4f6-e1f9943e3e5d

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

isBase:true


}

2022-12-29T06:24:25.955Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5b78e7eb-c469-479a-9920-69de96ffa907 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-29T06:24:25.956Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-29T06:24:25.956Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-29T06:24:26.220Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-29T06:24:26.230Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5b78e7eb-c469-479a-9920-69de96ffa907 5033
2022-12-29T06:24:26.230Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-29T06:24:26.230Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-29T06:24:26.230Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:24:26.231Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:26.245Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:26.245Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295066230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:24:26.351Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-29T06:24:26.354Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:26.355Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:26.400Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:26.402Z||pool-122-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:27.028Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:24:27.029Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:24:27.029Z|639c9ff4-930a-4a85-9494-06b277517275|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:27.247Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 042ccc37-da65-4eac-b4f6-e1f9943e3e5d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-29T06:24:27.248Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-29T06:24:27.251Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-29T06:24:27.530Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-29T06:24:27.531Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 042ccc37-da65-4eac-b4f6-e1f9943e3e5d 903
2022-12-29T06:24:27.532Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-29T06:24:27.538Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-29T06:24:27.538Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:24:27.539Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:27.541Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:27.545Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295067532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:24:27.643Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-29T06:24:27.644Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:27.644Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:27.666Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:27.666Z||pool-123-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:27.689Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:27.690Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.690Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "639c9ff4-930a-4a85-9494-06b277517275",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295040214,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T06:24:27.691Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:24:27.692Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.692Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:24:27.692Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:24:27.693Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.693Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-29T06:24:27.693Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:24:27.693Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.694Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-29T06:24:27.694Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:24:27.694Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.695Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:24:27.695Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:24:27.695Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.695Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-29T06:24:27.696Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:24:27.696Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.696Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:24:27.697Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:24:27.697Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.697Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:24:27.697Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:24:27.698Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.698Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295041373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:24:27.698Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:24:27.702Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.702Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295058609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:24:27.702Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:24:27.703Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.703Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295064932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:24:27.704Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:24:27.704Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-29T06:24:27.704Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295066230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:24:27.704Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:24:28.556Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 03381691-133a-4583-a352-ff1cdc696ffe
2022-12-29T06:24:28.556Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b9c02aeb-6f79-4eaf-aa3c-3a751b69cfd5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:24:28.674Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38e8f3a3, org.onap.sdc.toscaparser.api.parameters.Input@6177b0c8, org.onap.sdc.toscaparser.api.parameters.Input@5b501341, org.onap.sdc.toscaparser.api.parameters.Input@6225864b, org.onap.sdc.toscaparser.api.parameters.Input@1daf1447]
2022-12-29T06:24:28.675Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.676Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:28.676Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-12-29T06:24:28.676Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b0a931d6-4059-4dbe-a27c-09b51deda876
2022-12-29T06:24:28.676Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0a931d6-4059-4dbe-a27c-09b51deda876 matches Tosca VF Customization UUID: b0a931d6-4059-4dbe-a27c-09b51deda876
2022-12-29T06:24:28.676Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b0a931d6-4059-4dbe-a27c-09b51deda876  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-29T06:24:28.695Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.696Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:28.699Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b0a931d6-4059-4dbe-a27c-09b51deda876: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-12-29T06:24:28.700Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@544a0567
2022-12-29T06:24:28.700Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.701Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T06:24:28.702Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 289d796d-273a-4793-9f7c-9f9d0b269750
2022-12-29T06:24:28.702Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 289d796d-273a-4793-9f7c-9f9d0b269750
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-29T06:24:28.741Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.746Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-29T06:24:28.746Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:24:28.747Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.747Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-29T06:24:28.747Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:24:28.748Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.748Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-29T06:24:28.749Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-29T06:24:28.751Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-29T06:24:28.752Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=63e6789f-7418-4b96-be1b-75dd7d69f925
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T06:24:28.763Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.763Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-29T06:24:28.764Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T06:24:28.764Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.764Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-29T06:24:28.764Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b0a931d6-4059-4dbe-a27c-09b51deda876
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:24:28.796Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.805Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:28.806Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 03381691-133a-4583-a352-ff1cdc696ffe: basic_vm_macro
2022-12-29T06:24:28.807Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.807Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:28.808Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.808Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:28.817Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.818Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:28.819Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.819Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:28.820Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:24:28.821Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:24:28.829Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:24:29.747Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b9c02aeb-6f79-4eaf-aa3c-3a751b69cfd5 1 ASDC deployResourceStructure
2022-12-29T06:24:29.749Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-29T06:24:29.751Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-29T06:24:29.751Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T06:24:29.752Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:29.773Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:29.774Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295069749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T06:24:29.880Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms
2022-12-29T06:24:29.898Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:29.898Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:30.052Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:30.053Z||pool-124-thread-1|||||INFO|500||cambria reply ok (156 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:30.825Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-29T06:24:30.859Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-29T06:24:30.859Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T06:24:30.875Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:30.885Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:30.885Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295070825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T06:24:31.033Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 148 ms
2022-12-29T06:24:31.034Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:31.034Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:31.180Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:31.188Z||pool-125-thread-1|||||INFO|500||cambria reply ok (155 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:31.895Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-29T06:24:31.895Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-29T06:24:31.895Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T06:24:31.896Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:31.905Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:31.905Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295071895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-29T06:24:32.038Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 132 ms
2022-12-29T06:24:32.040Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:32.041Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:32.170Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:32.170Z||pool-126-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:32.918Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-29T06:24:32.919Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-29T06:24:32.919Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T06:24:32.919Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:24:32.925Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:24:32.925Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295072918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:24:33.025Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T06:24:33.035Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:24:33.037Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:24:33.092Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:24:33.093Z||pool-127-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:24:33.930Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:24:34.019Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:24:34.046Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T06:24:34.046Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T06:24:34.046Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T06:24:34.047Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T06:24:34.047Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:24:34.048Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:24:34.048Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:24:34.049Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:24:34.049Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:24:34.049Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:24:34.155Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T06:25:04.157Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T06:25:04.196Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7 and serviceModelVersionId: 03381691-133a-4583-a352-ff1cdc696ffe
2022-12-29T06:25:04.197Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9972e0f8-07d0-44bf-8675-5ec9f57761fd
2022-12-29T06:25:04.225Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9972e0f8-07d0-44bf-8675-5ec9f57761fd/model-vers/model-ver/03381691-133a-4583-a352-ff1cdc696ffe?depth=0
2022-12-29T06:25:04.263Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T06:25:04.575Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9972e0f8-07d0-44bf-8675-5ec9f57761fd/model-vers/model-ver/03381691-133a-4583-a352-ff1cdc696ffe?depth=0|INFO|500||Invoke
2022-12-29T06:25:04.576Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9972e0f8-07d0-44bf-8675-5ec9f57761fd/model-vers/model-ver/03381691-133a-4583-a352-ff1cdc696ffe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9972e0f8-07d0-44bf-8675-5ec9f57761fd/model-vers/model-ver/03381691-133a-4583-a352-ff1cdc696ffe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b9a2b25-87a0-4bb2-8ba1-726d323b27a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[72c97670-a19b-41f8-8ebe-c3c194ca26f4], X-ECOMP-RequestID=[1b9a2b25-87a0-4bb2-8ba1-726d323b27a7], X-TransactionId=[], X-ONAP-RequestID=[1b9a2b25-87a0-4bb2-8ba1-726d323b27a7], Content-Type=[application/merge-patch+json]}
2022-12-29T06:25:04.688Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9972e0f8-07d0-44bf-8675-5ec9f57761fd/model-vers/model-ver/03381691-133a-4583-a352-ff1cdc696ffe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-29T06:25:04.962Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9972e0f8-07d0-44bf-8675-5ec9f57761fd/model-vers/model-ver/03381691-133a-4583-a352-ff1cdc696ffe?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/9972e0f8-07d0-44bf-8675-5ec9f57761fd/model-vers/model-ver/03381691-133a-4583-a352-ff1cdc696ffe?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 06:25:06 GMT], content-length=[0], vertex-id=[462848], x-aai-txid=[1-aai-resources-221229-06:25:06:426-38492], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T06:25:04.962Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9972e0f8-07d0-44bf-8675-5ec9f57761fd/model-vers/model-ver/03381691-133a-4583-a352-ff1cdc696ffe?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-29T06:25:04.963Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9972e0f8-07d0-44bf-8675-5ec9f57761fd/model-vers/model-ver/03381691-133a-4583-a352-ff1cdc696ffe?depth=0|INFO|500||InvokeReturn
2022-12-29T06:25:04.963Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T06:25:04.963Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:25:05.002Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T06:25:05.003Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b9a2b25-87a0-4bb2-8ba1-726d323b27a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T06:25:05.003Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T06:25:05.003Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:25:05.016Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:25:05.016Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295105003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T06:25:05.158Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 141 ms
2022-12-29T06:25:05.206Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:25:05.207Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:25:05.764Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:25:05.778Z||pool-128-thread-1|||||INFO|500||cambria reply ok (607 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T06:25:06.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:25:06.197Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:25:06.198Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:25:16.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:25:16.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:25:16.549Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:25:16.554Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:25:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:25:27.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:25:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:25:27.046Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:25:27.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:25:27.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:25:27.047Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:25:27.317Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:25:27.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:25:27.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295067532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:25:27.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:25:37.864Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:25:37.868Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:25:37.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:25:37.934Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:25:49.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:26:26.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:26:26.979Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:26:26.980Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:26:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:26:27.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:26:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:26:27.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:26:27.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:26:27.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295069749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-29T06:26:27.579Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:26:27.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:26:27.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295070825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T06:26:27.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:26:27.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:26:27.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295071895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-29T06:26:27.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:26:27.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:26:27.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295072918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:26:27.631Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:26:27.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:26:27.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b9a2b25-87a0-4bb2-8ba1-726d323b27a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295105003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T06:26:27.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:26:36.927Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:26.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:27:26.976Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:27:26.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:27:27.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:27:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:27.703Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:27.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672295209077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295204088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295209233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672295209077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295204088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295209233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672295209077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295204088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295214661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295209233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672295209077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295204088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295214661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295209233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672295209077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295204088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295209233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295214661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672295209077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295204088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295214661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295209233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672295209077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295204088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295214661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295209233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672295209077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295204088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295209233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295214661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672295209077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:27:27.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295204088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:27:27.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295214661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-29T06:27:27.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295209233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:27:27.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295214661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295223884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:27:27.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:27:27.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295223042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:27:27.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:27:27.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295223967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295214661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "cds",
  "timestamp": 1672295225439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:27:27.932Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7db14701-35aa-46bd-b3f1-3db8b5482d2d
2022-12-29T06:27:27.933Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db14701-35aa-46bd-b3f1-3db8b5482d2d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:27:27.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295223967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295225088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:27:27.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:27:27.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295223967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295223967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295226370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-29T06:27:27.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:27:27.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295223967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:27.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:27.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:27.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672295227544,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:27:27.989Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7db14701-35aa-46bd-b3f1-3db8b5482d2d
2022-12-29T06:27:27.989Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db14701-35aa-46bd-b3f1-3db8b5482d2d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:27:28.006Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:28.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-29T06:27:28.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7db14701-35aa-46bd-b3f1-3db8b5482d2d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"78b76750-829b-4ba9-a6ea-abb6801c6cf9","serviceDescription":"service","serviceInvariantUUID":"561ae9ad-89ca-4712-af8e-3078d7bf5ff2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fdeafe32-8576-40db-8637-a3296a771084","resourceInvariantUUID":"f688d11a-fd99-460e-9c7d-7747567bc22e","resourceCustomizationUUID":"11018d26-f43e-48b9-b40b-e142ab59517b","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":"YjA5NzA2OTkxOTliNDc2YmRmMDg0Njc2NWViZWY2NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b42c1ec0-5902-4a40-aff1-20e7125fc828","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":"c112eb38-f3ce-4c28-9e09-d29876d95522","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":"2d364dbf-de67-4601-917b-252deb302e50","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":"N2E0ZTAxNDNjZmI0YTEwY2JlOWNlNjk1ZGZmODk4OGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2aa6cce4-c135-40de-b4b3-67fbacfb9530","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":"f43c0675-4866-4e2a-bc3a-e396d8db2966","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":"cf9fac88-6ed0-4904-8729-19a38063b3c4","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":"8de75109-604b-49ad-83e5-c5781a8330b9","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":"OGY2Y2VmYjI0ODM2ZTNlNTZhZGQyZTU3OGE4MjFmZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e6a1b73-48b8-4f34-ab5f-d19801e1baaa","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmZjOTg0Y2IyMzVmNGI4OGMzNjVmYTkxZTE5YWIzMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a6f8aa6-a450-48fb-9200-ed901323cddd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T06:27:28.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:28.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295223967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:28.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:28.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:28.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295223967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:28.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:28.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:28.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295230140,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:27:28.030Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:27:28.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:28.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295223967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:28.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:28.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:28.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672295231158,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-12-29T06:27:28.035Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:27:28.039Z||pool-2-thread-3|||||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=?
2022-12-29T06:27:28.068Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:28.072Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:28.099Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7db14701-35aa-46bd-b3f1-3db8b5482d2d
2022-12-29T06:27:28.099Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db14701-35aa-46bd-b3f1-3db8b5482d2d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:27:28.170Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T06:27:28.173Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:28.174Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:28.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:28.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295223967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:27:28.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:27:28.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:28.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295233883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:27:28.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:27:28.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:28.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295242149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:27:28.190Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:27:28.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:27:28.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "aai-ml",
  "timestamp": 1672295243154,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:27:28.264Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:28.265Z||pool-129-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:27:28.302Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7db14701-35aa-46bd-b3f1-3db8b5482d2d
2022-12-29T06:27:28.303Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db14701-35aa-46bd-b3f1-3db8b5482d2d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T06:27:29.074Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:27:29.080Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:27:29.092Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:29.094Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:29.193Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-29T06:27:29.194Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:29.195Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:29.266Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:29.268Z||pool-130-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:27:30.102Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:27:30.105Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:27:30.132Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:30.134Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:30.220Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-12-29T06:27:30.229Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:30.231Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:30.292Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:30.294Z||pool-131-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:27:31.138Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:27:31.140Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:27:31.170Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:31.170Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:31.268Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-29T06:27:31.293Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:31.294Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:31.376Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:31.377Z||pool-132-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:27:32.184Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:27:32.187Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:27:32.204Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:32.204Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:32.302Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T06:27:32.303Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:32.303Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:32.325Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:32.325Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:27:33.209Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:27:33.211Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:27:33.218Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:33.219Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:33.322Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-29T06:27:33.323Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:33.324Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:33.360Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:33.362Z||pool-134-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:27:34.220Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:27:34.228Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:27:34.239Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:34.240Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:34.339Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T06:27:34.342Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:34.345Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:34.372Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:34.373Z||pool-135-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:27:35.253Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:27:35.255Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:27:35.264Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:35.265Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:27:35.365Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T06:27:35.368Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:35.368Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:35.394Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:35.394Z||pool-136-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:27:36.269Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T06:27:36.270Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:27:36.276Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:36.276Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:27:36.390Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-12-29T06:27:36.397Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:36.399Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:36.566Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:36.567Z||pool-137-thread-1|||||INFO|500||cambria reply ok (173 ms):{"serverTimeMs":0,"count":1}
2022-12-29T06:27:37.277Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "78b76750-829b-4ba9-a6ea-abb6801c6cf9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "561ae9ad-89ca-4712-af8e-3078d7bf5ff2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "11018d26-f43e-48b9-b40b-e142ab59517b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fdeafe32-8576-40db-8637-a3296a771084",
      "resourceInvariantUUID": "f688d11a-fd99-460e-9c7d-7747567bc22e",
      "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": "ZmZjOTg0Y2IyMzVmNGI4OGMzNjVmYTkxZTE5YWIzMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a6f8aa6-a450-48fb-9200-ed901323cddd"
    }
  ],
  "workloadContext": "Production"
}
2022-12-29T06:27:37.281Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T06:27:37.282Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 78b76750-829b-4ba9-a6ea-abb6801c6cf9 ASDC
2022-12-29T06:27:37.282Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7db14701-35aa-46bd-b3f1-3db8b5482d2d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:78b76750-829b-4ba9-a6ea-abb6801c6cf9
ServiceInvariantUUID:561ae9ad-89ca-4712-af8e-3078d7bf5ff2
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:2a6f8aa6-a450-48fb-9200-ed901323cddd
ArtifactChecksum:ZmZjOTg0Y2IyMzVmNGI4OGMzNjVmYTkxZTE5YWIzMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:11018d26-f43e-48b9-b40b-e142ab59517b
ResourceInvariantUUID:f688d11a-fd99-460e-9c7d-7747567bc22e
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:fdeafe32-8576-40db-8637-a3296a771084
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-29T06:27:37.282Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78b76750-829b-4ba9-a6ea-abb6801c6cf9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T06:27:37.356Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T06:27:37.360Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-29T06:27:37.360Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-29T06:27:37.361Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a6f8aa6-a450-48fb-9200-ed901323cddd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-29T06:27:37.364Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-29T06:27:37.366Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:37.727Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-29T06:27:37.754Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a6f8aa6-a450-48fb-9200-ed901323cddd 110869
2022-12-29T06:27:37.756Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:37.759Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:37.759Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T06:27:37.768Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:27:37.809Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:37.810Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295257756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:27:37.889Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-12-29T06:27:37.892Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:37.893Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:37.945Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:37.946Z||pool-138-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:27:38.818Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T06:27:38.838Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-29T06:27:38.838Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2a6f8aa6-a450-48fb-9200-ed901323cddd, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-29T06:27:38.839Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-29T06:27:38.839Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-29T06:27:38.839Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-29T06:27:39.110Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5855532202149262843/Definitions/service-TestPnfMacro-template.yml
2022-12-29T06:27:42.816Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T06:27:42.817Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-29T06:27:42.817Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-29T06:27:42.818Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-29T06:27:42.818Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:42.818Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:42.818Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:42.818Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:42.818Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:42.818Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:42.819Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:42.819Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-29T06:27:42.819Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:27:42.819Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:42.820Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-29T06:27:42.820Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-29T06:27:42.821Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T06:27:42.821Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:27:42.821Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:27:42.821Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-29T06:27:42.822Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-29T06:27:42.822Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T06:27:42.822Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:27:42.822Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:27:42.822Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:27:42.823Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:27:42.823Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:27:42.823Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:27:42.823Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:27:42.823Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:27:42.824Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:27:42.824Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:27:42.824Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:78b76750-829b-4ba9-a6ea-abb6801c6cf9
Model Version:NULL
Model InvariantUuid:561ae9ad-89ca-4712-af8e-3078d7bf5ff2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T06:27:42.901Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: fdeafe32-8576-40db-8637-a3296a771084
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:27:42.930Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-12-29T06:27:42.930Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fdeafe32-8576-40db-8637-a3296a771084
2022-12-29T06:27:42.931Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 78b76750-829b-4ba9-a6ea-abb6801c6cf9
2022-12-29T06:27:42.931Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 78b76750-829b-4ba9-a6ea-abb6801c6cf9
2022-12-29T06:27:42.931Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fdeafe32-8576-40db-8637-a3296a771084 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:27:42.993Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cb83330, org.onap.sdc.toscaparser.api.parameters.Input@39497412, org.onap.sdc.toscaparser.api.parameters.Input@2b6f1592, org.onap.sdc.toscaparser.api.parameters.Input@73736ba2, org.onap.sdc.toscaparser.api.parameters.Input@7edfe74f]
2022-12-29T06:27:42.996Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:27:42.999Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:27:43.000Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 78b76750-829b-4ba9-a6ea-abb6801c6cf9: test-pnf
2022-12-29T06:27:43.001Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||Processing PNF resource: fdeafe32-8576-40db-8637-a3296a771084
2022-12-29T06:27:43.001Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-29T06:27:43.002Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T06:27:43.004Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||Resource customization UUID: 11018d26-f43e-48b9-b40b-e142ab59517b is the same as notified resource customizationUUID: 11018d26-f43e-48b9-b40b-e142ab59517b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-29T06:27:43.290Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fdeafe32-8576-40db-8637-a3296a771084 0 ASDC deployResourceStructure
2022-12-29T06:27:43.291Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:43.291Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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
2022-12-29T06:27:43.291Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T06:27:43.291Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:27:43.321Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:27:43.321Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295263291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:27:43.420Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T06:27:43.421Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:27:43.431Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:27:43.529Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:27:43.532Z||pool-139-thread-1|||||INFO|500||cambria reply ok (111 ms):{"serverTimeMs":1,"count":1}
2022-12-29T06:27:44.323Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7db14701-35aa-46bd-b3f1-3db8b5482d2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:27:44.424Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7db14701-35aa-46bd-b3f1-3db8b5482d2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T06:27:44.458Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T06:27:44.458Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T06:27:44.459Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T06:27:44.459Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T06:27:44.460Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:27:44.461Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:27:44.462Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:27:44.462Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:27:44.463Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-29T06:27:44.464Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T06:27:44.562Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T06:28:14.565Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7db14701-35aa-46bd-b3f1-3db8b5482d2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T06:28:14.600Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7db14701-35aa-46bd-b3f1-3db8b5482d2d and serviceModelVersionId: 78b76750-829b-4ba9-a6ea-abb6801c6cf9
2022-12-29T06:28:14.605Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 561ae9ad-89ca-4712-af8e-3078d7bf5ff2
2022-12-29T06:28:14.613Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/561ae9ad-89ca-4712-af8e-3078d7bf5ff2/model-vers/model-ver/78b76750-829b-4ba9-a6ea-abb6801c6cf9?depth=0
2022-12-29T06:28:14.625Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T06:28:14.816Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561ae9ad-89ca-4712-af8e-3078d7bf5ff2/model-vers/model-ver/78b76750-829b-4ba9-a6ea-abb6801c6cf9?depth=0|INFO|500||Invoke
2022-12-29T06:28:14.818Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561ae9ad-89ca-4712-af8e-3078d7bf5ff2/model-vers/model-ver/78b76750-829b-4ba9-a6ea-abb6801c6cf9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561ae9ad-89ca-4712-af8e-3078d7bf5ff2/model-vers/model-ver/78b76750-829b-4ba9-a6ea-abb6801c6cf9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7db14701-35aa-46bd-b3f1-3db8b5482d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dede7452-9057-496a-bec8-e331655c08bd], X-ECOMP-RequestID=[7db14701-35aa-46bd-b3f1-3db8b5482d2d], X-TransactionId=[], X-ONAP-RequestID=[7db14701-35aa-46bd-b3f1-3db8b5482d2d], Content-Type=[application/merge-patch+json]}
2022-12-29T06:28:15.024Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561ae9ad-89ca-4712-af8e-3078d7bf5ff2/model-vers/model-ver/78b76750-829b-4ba9-a6ea-abb6801c6cf9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-29T06:28:15.417Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561ae9ad-89ca-4712-af8e-3078d7bf5ff2/model-vers/model-ver/78b76750-829b-4ba9-a6ea-abb6801c6cf9?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/561ae9ad-89ca-4712-af8e-3078d7bf5ff2/model-vers/model-ver/78b76750-829b-4ba9-a6ea-abb6801c6cf9?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 06:28:16 GMT], content-length=[0], vertex-id=[204928], x-aai-txid=[1-aai-resources-221229-06:28:16:791-79578], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T06:28:15.419Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561ae9ad-89ca-4712-af8e-3078d7bf5ff2/model-vers/model-ver/78b76750-829b-4ba9-a6ea-abb6801c6cf9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-29T06:28:15.424Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561ae9ad-89ca-4712-af8e-3078d7bf5ff2/model-vers/model-ver/78b76750-829b-4ba9-a6ea-abb6801c6cf9?depth=0|INFO|500||InvokeReturn
2022-12-29T06:28:15.425Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T06:28:15.426Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T06:28:15.495Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T06:28:15.499Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7db14701-35aa-46bd-b3f1-3db8b5482d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T06:28:15.501Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T06:28:15.503Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-29T06:28:15.522Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T06:28:15.524Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295295500,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T06:28:15.621Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-29T06:28:15.637Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T06:28:15.639Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:28:15.933Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:28:15.943Z||pool-140-thread-1|||||INFO|500||cambria reply ok (319 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T06:28:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:28:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:28:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:28:27.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:28:27.034Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:28:27.035Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:28:27.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:28:27.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:28:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:28:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:28:27.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:28:27.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:28:27.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:28:27.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:28:27.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:28:27.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:28:27.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:28:27.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:28:27.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:28:27.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:28:27.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:28:27.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-29T06:28:27.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:28:27.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295246972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-29T06:28:27.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-29T06:28:27.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295257756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-29T06:28:27.721Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:28:27.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295263291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-29T06:28:27.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:28:27.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T06:28:27.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7db14701-35aa-46bd-b3f1-3db8b5482d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672295295500,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T06:28:27.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T06:28:36.629Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:29:26.971Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:29:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:29:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:29:27.031Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:29:27.034Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:29:27.034Z|639c9ff4-930a-4a85-9494-06b277517275|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:29:36.593Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:29:36.639Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:30:26.971Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:30:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:30:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:30:27.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:30:27.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:30:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:30:36.610Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:30:36.807Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:31:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:31:26.975Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:31:26.976Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:31:27.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:31:27.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:31:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:31:36.631Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:31:36.724Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:32:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:32:26.996Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:32:26.998Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:32:27.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:32:27.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:32:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:32:36.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:32:36.816Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:33:26.979Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:33:26.998Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:33:26.998Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:33:27.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:33:27.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:33:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:33:36.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:33:36.799Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:34:26.971Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:34:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:34:26.975Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:34:27.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:34:27.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:34:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:34:36.615Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:34:36.673Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:35:26.971Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:35:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:35:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:35:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:35:27.028Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:35:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:35:36.564Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:35:36.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:36:26.971Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:36:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:36:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:36:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:36:27.028Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:36:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:36:36.537Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:36:36.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:37:26.971Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:37:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:37:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:37:27.028Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:37:27.029Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:37:27.029Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:37:36.593Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:37:36.659Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:38:26.971Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:38:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:38:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:38:27.028Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:38:27.029Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:38:27.029Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:38:36.592Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:38:36.597Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:39:26.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:39:26.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:39:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:39:27.029Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:39:27.030Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:39:27.030Z|639c9ff4-930a-4a85-9494-06b277517275|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:39:36.727Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:39:36.778Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:40:26.977Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:40:26.979Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:40:26.979Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:40:27.028Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:40:27.031Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:40:27.031Z|639c9ff4-930a-4a85-9494-06b277517275|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:40:36.651Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:40:37.064Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:41:26.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:41:26.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:41:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:41:27.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:41:27.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:41:27.041Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:41:36.627Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:41:36.645Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:42:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:42:26.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:42:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:42:27.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:42:27.036Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:42:27.036Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:42:36.628Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:42:36.654Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:43:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:43:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:43:26.975Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:43:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:43:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:43:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:43:36.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:43:36.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:44:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:44:26.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:44:26.975Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:44:27.028Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:44:27.029Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:44:27.029Z|639c9ff4-930a-4a85-9494-06b277517275|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:44:36.605Z|639c9ff4-930a-4a85-9494-06b277517275|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:44:36.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:45:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:45:26.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:45:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:45:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:45:27.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:45:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:45:36.618Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:45:36.618Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:46:26.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:46:26.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:46:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:46:27.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:46:27.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:46:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:46:36.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:46:36.802Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:47:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:47:26.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:47:26.975Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:47:27.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:47:27.039Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:47:27.055Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:47:36.701Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:47:36.765Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:48:26.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:48:26.977Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:48:26.979Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:48:27.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:48:27.033Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:48:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:48:36.700Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:48:37.026Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:49:26.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:49:26.974Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:49:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:49:27.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:49:27.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:49:27.030Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:49:36.592Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:49:36.703Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:50:26.973Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:50:26.974Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:50:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:50:27.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:50:27.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:50:27.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:50:36.580Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:50:36.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:51:26.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:51:26.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:51:26.984Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:51:27.034Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:51:27.036Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:51:27.037Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:51:36.655Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:51:36.807Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:52:26.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:52:26.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:52:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:52:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:52:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:52:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:52:36.602Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:52:36.649Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:53:26.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:53:26.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:53:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:53:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:53:27.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:53:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:53:36.600Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:53:36.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:54:26.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:54:26.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:54:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:54:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:54:27.031Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:54:27.032Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:54:36.669Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:54:36.802Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:55:26.973Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:55:26.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:55:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:55:27.034Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:55:27.040Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:55:27.045Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:55:36.712Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:55:36.852Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:56:26.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:56:26.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:56:26.972Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:56:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:56:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:56:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:56:36.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:56:36.844Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:57:26.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:57:26.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:57:26.979Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:57:27.032Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:57:27.033Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:57:27.034Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:57:36.633Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:57:36.817Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:58:26.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:58:26.976Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:58:26.977Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:58:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:58:27.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:58:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:58:36.614Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:58:36.705Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:59:26.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:59:26.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:59:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:59:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T06:59:27.046Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T06:59:27.079Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T06:59:36.783Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T06:59:36.783Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:00:26.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:00:26.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:00:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:00:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:00:27.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:00:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:00:36.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:00:36.600Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:01:26.971Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:01:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:01:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:01:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:01:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:01:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:01:36.683Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:01:36.710Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:02:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:02:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:02:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:02:27.049Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:02:27.049Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:02:27.049Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:02:36.655Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:02:36.728Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:03:26.971Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:03:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:03:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:03:27.028Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:03:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:03:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:03:36.633Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:03:36.735Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:04:26.978Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:04:26.979Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:04:26.979Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:04:27.028Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:04:27.030Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:04:27.030Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:04:36.759Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:04:36.785Z|1b9a2b25-87a0-4bb2-8ba1-726d323b27a7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:05:26.976Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:05:26.986Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:05:26.987Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:05:27.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:05:27.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:05:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:05:36.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:05:36.775Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:06:26.996Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:06:27.001Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:06:27.007Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:06:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:06:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:06:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:06:36.760Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:06:36.760Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:07:26.976Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:07:26.985Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:07:26.986Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:07:27.028Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:07:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:07:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:07:36.667Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:07:36.880Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:08:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:08:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:08:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:08:27.028Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:08:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:08:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:08:36.614Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:08:36.642Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:09:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:09:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:09:26.974Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:09:27.039Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:09:27.040Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:09:27.041Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:09:36.683Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:09:37.127Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:10:26.971Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:10:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:10:26.973Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:10:27.028Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:10:27.029Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:10:27.030Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:10:36.643Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:10:36.646Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:11:26.982Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:11:26.983Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:11:26.983Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:11:27.030Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:11:27.035Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:11:27.036Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:11:36.651Z|76a58dc5-4bfd-408e-8fb4-16a6e20f29a9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:11:36.794Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-29T07:12:26.972Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:12:26.975Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:12:26.975Z|7db14701-35aa-46bd-b3f1-3db8b5482d2d|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 0JzE5vO9JD0FHjrR) ...
2022-12-29T07:12:27.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T07:12:27.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T07:12:27.030Z||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 0JzE5vO9JD0FHjrR) ...